You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four small items the fresh-eyes verifier flagged as post-release debt,
none of them blocking, all cheap enough to land together.
- `LEDGER*.md` is a glob, not a prefix free-for-all: "ledger" must now
be a whole name segment, so `ledgers.md` and `ledgerish.md` no longer
count while `LEDGER.md`, `LEDGER-topic.md`, `LEDGER_notes.md` and the
lowercase spellings still do.
- README's two guard-flow diagrams said `.workflow/LEDGER.md`; any
active `LEDGER*.md` passes them.
- The monotonic-clock AST guard covered plain, annotated and
variable-indirected assignments but not tuple unpacking
(`_pad, deadline = 0, time.time() + B`) or the walrus operator. Both
now covered and mutation-checked; neither form appears in the code
today, so this is a guard against a future edit rather than a fix.
- Two comments still described the budgets as wall-clock.
- tests 129 -> 131.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rsqc71VgbiJx2vpsZyLEbz
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "orchestrator",
3
3
"description": "Token-frugal multi-agent orchestration for Claude Code, built for a Claude Fable 5 chair: Fable plans and decides, Sonnet 5 carries implementation and routine judgment, and a two-tier verification/escalation valve guards the close. When the Fable limit runs dry, an Opus fallback profile keeps the same discipline running. A Requirements Ledger and guard hooks enforce the discipline mechanically, and finished tmux teammates are reaped automatically.",
0 commit comments