Document capture/triage/roundup in README rhythm; capture ten31-transcripts retrofit

Add the inbox loop (/capture, /triage, /roundup) to README's 'The rhythm' section. Capture the ten31-transcripts mini-retrofit to INBOX.md with step-by-step instructions for next triage. Reconcile ROADMAP item 6 + Current state: recap-relay remote added/pushed in a later session.
This commit is contained in:
Keysat
2026-06-14 12:35:25 -05:00
parent 828fc99dd4
commit b35e699384
4 changed files with 19 additions and 12 deletions
+10 -9
View File
@@ -96,19 +96,20 @@ should carry this so any vendor's agent surfaces pending items at session start:
- The cross-repo git-hygiene audit (ROADMAP item 6) is **DONE**: all 9 git repos under
`~/Projects` audited (one read-only `portability-checker` each). No safety issues anywhere —
zero tracked `.env`/`.DS_Store`/`*.local.json`, all in-repo symlinks relative. 6 repos
remediated (inbox-check line + canonical `.gitignore`) and pushed; `recap-relay` is
committed locally only (no git remote).
remediated (inbox-check line + canonical `.gitignore`) and **all pushed** (`recap-relay`'s
Gitea remote was added in a later session).
- The audit drove a **standards change**: `portability.md`'s canonical `.claude/` block is now
**deny-by-default** (`.claude/*` + an allow-list of the shared wiring). The old
allow-by-default block would have un-ignored `premier-gunner`'s password-bearing
`.claude/launch.json` — deny-by-default keeps stray scratch/secrets out by default. The two
retrofit summaries were updated to match.
- The inbox-check line + canonical `.gitignore` are threaded into the retrofit flow *and* now
live in the 6 remediated repos. Still missing from `ten31-transcripts` (needs a mini-retrofit)
and from the many **non-git folders** under `~/Projects` (unprotected work).
live in the 6 remediated repos. Still missing from `ten31-transcripts` (now **captured to
`INBOX.md`** with step-by-step instructions, for a mini-retrofit on its next `/triage`) and
from the many **non-git folders** under `~/Projects` (unprotected work).
- `/capture`, `/triage`, `/roundup` are now documented in README's "The rhythm" section.
- Specced in `ROADMAP.md`, not built: the `new-project` bootstrap (item 5), the cross-repo
quality-gate standard (item 1), and the SessionStart hook (item 3). Item 6 residuals:
`ten31-transcripts` mini-retrofit, a Gitea remote for `recap-relay`, the non-git-folder sweep.
- Next session: (1) work the item-6 residuals — `ten31-transcripts` mini-retrofit and a remote
for `recap-relay`; (2) build the `new-project` bootstrap (item 5); (3) add `/capture`,
`/triage`, `/roundup` to README's "The rhythm" section.
quality-gate standard (item 1), and the SessionStart hook (item 3). Open item-6 residuals:
the `ten31-transcripts` mini-retrofit (queued in the inbox) and the non-git-folder sweep.
- Next session: (1) build the `new-project` bootstrap (item 5); (2) the non-git-folder sweep
(item-6 residual). The `ten31-transcripts` retrofit is queued in the inbox for that repo.