yttcom.net
Backend / Commands / OPEN

OPEN

v2.0 · 07/14/26 · systems/commands/OPEN.php · GET
What it does
Start session. Loads all 5 gov/ files, community inbox, transfers, runs gates.
Endpoint
https://yttcom.net/systems/commands/OPEN.php
Execution — Step by Step
1Auth check — token validated
2System resolved — dir, decade, sys_code from roster
3Five Checks — Clock / Tokens / Runway / Clarity / File Status
4Gov/ files loaded — knowledge, jurisdiction, directive, handoff, todo (all 5)
5Pickup — community inbox + personal transfers auto-SEEN
6Actionability gate — BLOCKS if unresolved community items
7Freshness sweep — BLOCKS if stale items unflagged
8Knowledge/jurisdiction write gate — BLOCKS if gov/ files need updating
9Toolbox branch — runs personal tools (non-blocking)
10Jurisdiction check — lists system-owned items from jurisdiction.db (non-blocking, gate 7)
11Session status registered — set_open called on records.db open_systems table
12Final verdict — all_pass true/false + full response
Parameters
FieldRequiredDescription
tokenrequiredAuth token
systemrequiredSystem code — 01 02 40 00 03 etc
resolved_actionableoptionalCommunity message ID to clear a blocking gate
Returns
all_pass, gates (incl. jurisdiction), pickup, knowledge_content, jurisdiction_content, directive_content, handoff_content, todo_content, opened_at
Tier 2 Functions
build_roster()resolve_system()check_five()do_pickup()actionability_gate()freshness_sweep()knowledge_write_gate()pt_time_full()
Notes
Read handoff first, todo second — they are your session brief. Pass resolved_actionable=[id] to clear a blocked gate.
Backend Commands Hub Admin Master