Document statusline.sh adapter; record next-session todos in Current state

This commit is contained in:
Keysat
2026-06-14 11:28:34 -05:00
parent b55ba13277
commit 36e1f78014
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -24,6 +24,8 @@ file added under `adapters/` is live immediately — no per-file linking:
- `~/.claude/CLAUDE.md``how-i-work.md` — my universal preferences, loaded every session. - `~/.claude/CLAUDE.md``how-i-work.md` — my universal preferences, loaded every session.
(Distinct from this repo's *root* `CLAUDE.md`, which → `AGENTS.md`: same filename, different (Distinct from this repo's *root* `CLAUDE.md`, which → `AGENTS.md`: same filename, different
scopes — global preferences vs. this repo's orientation.) scopes — global preferences vs. this repo's orientation.)
- `~/.claude/statusline.sh``adapters/claude/statusline.sh` — the Claude Code CLI terminal
status-line script (invoked by `~/.claude/settings.json`).
Because these are *global*, decisions here are never scoped to this repo alone. The test Because these are *global*, decisions here are never scoped to this repo alone. The test
for anything proposed ("should we adopt linters / hooks / CI?", "is this skill worth for anything proposed ("should we adopt linters / hooks / CI?", "is this skill worth
@@ -97,5 +99,6 @@ should carry this so any vendor's agent surfaces pending items at session start:
repos. repos.
- Specced in `ROADMAP.md`, not built: the cross-repo git-hygiene audit (item 6, HIGH), the - Specced in `ROADMAP.md`, not built: the cross-repo git-hygiene audit (item 6, HIGH), the
`new-project` bootstrap, the cross-repo quality-gate standard, and the SessionStart hook. `new-project` bootstrap, the cross-repo quality-gate standard, and the SessionStart hook.
- Next: run the cross-repo git-hygiene audit (ROADMAP item 6), then the quality-gate hook or - Next session: (1) run the cross-repo git-hygiene audit (ROADMAP item 6, HIGH); (2) build
the `new-project` bootstrap. the `new-project` bootstrap (item 5); (3) add `/capture`, `/triage`, `/roundup` to README's
"The rhythm" section.
+1
View File
@@ -15,6 +15,7 @@
claude/ claude/
commands/ ← ~/.claude/commands symlinks here (global commands, e.g. /handoff) commands/ ← ~/.claude/commands symlinks here (global commands, e.g. /handoff)
agents/ ← ~/.claude/agents symlinks here (global subagents) agents/ ← ~/.claude/agents symlinks here (global subagents)
statusline.sh ← ~/.claude/statusline.sh symlinks here (Claude Code terminal status line)
``` ```
Companions: `how-i-work.md` (the always-loaded user layer, ~50 lines), `retrofit-playbook.md` (the one-time conversion manual), and `subagents-handbook.md` (designing and running delegated agents). This document is reference material — never symlink it into anything always-loaded. Companions: `how-i-work.md` (the always-loaded user layer, ~50 lines), `retrofit-playbook.md` (the one-time conversion manual), and `subagents-handbook.md` (designing and running delegated agents). This document is reference material — never symlink it into anything always-loaded.