docs: proof runbook → clean CLI + sweep #126 markdown corruption #127
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/proof-runbook-clean-cli-and-markdown-sweep"
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?
What
Two doc-correctness fixes in one PR:
ncmanual path are all closed now (#101/#102 via PR #107, #92 via PR #119), so the runbook is stale.1.
docs/VAULT-PROVISION-FIRST-PROOF.md→ clean CLIsudo sqlite3 … INSERT INTO tenants …sudo colibri register-tenant T root collectionprintf '…json…' | nc -U socksudo colibri spawn-agent local … --jail-name T --jail-root …sqlite3 SELECT …colibri list-tenants | grep activePlus:
COLIBRI_JAIL_ROOT_BASEbefore any write)..envmodel (per the Project-Identity reframe in #126).delete-tenantverb yet; CI runner intermittently down).2. Markdown corruption sweep (#126)
#126 merged without CI, so the prettier gate didn't catch two real defects:
docs/COLIBRI-SKILLS-PLAN.md— Ownership table was corrupted. Thecolibri-skillsrow was split across two lines: a| consumer. |orphan row held what should be its "Reads" column value, and anAgentsrow was duplicated. Restored to 5 clean logical rows.AGENTS.md— prettier reflow (was flagged but never applied).Checks
Why one PR
Both are doc-correctness fixes unblocked by the same fact: #101/#102/#92 landed. Low-risk, no logic changes, no gates to verify beyond prettier/fmt.
Co-Authored-By: Hermes & Sam <hello@clawdie.si>