docs(cli): list all dispatched commands and --learn in sinter --help#680
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sinter --helpomitted 12 commands thatbin/sinteractually 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 thereportsubcommands (provenance/archive/garden/readiness)--learnto OPTIONS (feeds generation results into the quality archive)report cognitionline intoreport <subcommand>matching thecompost/ledger/archivestyle--providerlist needs no change: it's generated fromCLI_PROVIDER_DEFAULTSand matchesRuntimeProviderKeyin ProviderRuntime exactly (customis env-URL-only, correctly omitted)Help text only — no behavior changes.
Verification
node bin/sinter --helpexits 0; scripted cross-check of all 38 dispatched command names +--learnagainst the help output: zero missing.🤖 Generated with Claude Code