yttcom.net
Backend / Commands / REFRESH

REFRESH

v2.0 · 07/14/26 · systems/commands/REFRESH.php · GET
What it does
Mid-session re-orient. Reloads gov/ files, inbox, transfers, gates. Fast — no writes.
Endpoint
https://yttcom.net/systems/commands/REFRESH.php
Execution — Step by Step
1Auth check + system resolved
2Gov/ files loaded — all 5: knowledge, jurisdiction, directive, handoff, todo
3Pickup — community inbox + personal transfers auto-SEEN
4Gates checked — actionability, freshness, knowledge_write
5Jurisdiction check — lists system-owned items (non-blocking, gate 4)
6Response returned — all_pass, gates (incl. jurisdiction), pickup, all 5 gov/ file contents
Parameters
FieldRequiredDescription
tokenrequiredAuth token
systemrequiredSystem code
Returns
all_pass, gates, pickup, all 5 gov/ file contents, refreshed_at
Tier 2 Functions
build_roster()resolve_system()do_pickup()actionability_gate()freshness_sweep()knowledge_write_gate()pt_time_full()
Notes
Use any time you walk away and return, or go off-task. No snapshot, no board rebuild.
Backend Commands Hub Admin Master