docs(events): Phase 3 as built — the minimal admin surface #211
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/events-phase-3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs half of Event System Phase 3. Pairs with
RunicGateway/website#185.Two files.
EVENTS.mdis 61 added / 4 deleted, and the four deletions are exactly the four lines that were genuinely rewritten (two API-table rows, the §L cancel row, and one sentence in §I).EVENTS_PLAN.mdis 73 / 0 — purely additive.EVENTS.mdadvancehas no honest meaning until Phase 5 gives a phase an advance condition, and cancel'scleanupneeds Phase 8's ledger.paused, and a paused run is paused at that step, so splitting them would read as honesty and behave as a trap — plus its two guards, and whyattemptsreturning to zero is not Engagement Phase 14's rule being broken (that rule is about automatic sweeps; this is a named person deciding once).EVENT_STEPS_PER_TICKsteps from one run, so without this a pause pressed mid-batch is answered by dispatching another two dozen steps.advancegets its own row marked not built; and the "what each phase built" note gains Phase 3's six routes, what is still absent and why, and the two derived response fields (waitingStepson a run,parkedon a step) with the reason they are derived rather than columns.EVENTS_PLAN.mdPhase 3 marked complete, with the four org-lead decisions (2026-09-02, all as recommended) and the three things the build settled — including the two that are corrections:
Verify
docshas no CI. Every relative link and anchor in both files was checked by hand — all resolve. The working tree is CRLF undercore.autocrlf=true, so both files were read universal-newline and written back\r\n;git diff --numstatis 61/4 and 73/0, and the deletions were compared against the real content diff to confirm none is a line-ending artefact.