Skip to content

docs(cli): list all dispatched commands and --learn in sinter --help#680

Merged
simongonzalezdc merged 2 commits into
mainfrom
fix/cli-help-missing-commands
Jun 10, 2026
Merged

docs(cli): list all dispatched commands and --learn in sinter --help#680
simongonzalezdc merged 2 commits into
mainfrom
fix/cli-help-missing-commands

Conversation

@simongonzalezdc

Copy link
Copy Markdown
Member

Summary

  • sinter --help omitted 12 commands that bin/sinter actually dispatches: live-music, readiness status, taste <train|eval>, dream run, garden <status|rebalance|start|stop>, ship <garden|rollback>, emergence <score|probe>, fs <artifacts|refs|runs>, demo creative-codex, prompt synthesize, and the report subcommands (provenance/archive/garden/readiness)
  • Adds --learn to OPTIONS (feeds generation results into the quality archive)
  • Consolidates the lone report cognition line into report <subcommand> matching the compost/ledger/archive style
  • Verified --provider list needs no change: it's generated from CLI_PROVIDER_DEFAULTS and matches RuntimeProviderKey in ProviderRuntime exactly (custom is env-URL-only, correctly omitted)

Help text only — no behavior changes.

Verification

node bin/sinter --help exits 0; scripted cross-check of all 38 dispatched command names + --learn against the help output: zero missing.

🤖 Generated with Claude Code

Sinter Test and others added 2 commits June 9, 2026 20:24
sinter --help omitted 12 dispatched commands (live-music, readiness,
taste, dream, garden, ship, emergence, fs, demo, prompt synthesize,
and the report subcommands) plus the --learn flag. Help text only;
no behavior changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The cognitive-architecture CLI contract test requires the literal
'report cognition' help line; list the remaining report subcommands
on a separate line instead of consolidating.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@simongonzalezdc simongonzalezdc merged commit 254119a into main Jun 10, 2026
8 checks passed
@simongonzalezdc simongonzalezdc deleted the fix/cli-help-missing-commands branch June 10, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant