docs: correct CLAUDE.md and README.md against actual CLI#13
Merged
lewisnsmith merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
- Fix project structure: collector.ts → ingest.ts, remove experiments.ts - Fix CLI subcommand list (was wrong: run/show/logs/experiment never existed) - Replace 'flight logs' (plural) with 'flight log' (actual command name) - Add replay-call to log subcommand list alongside replay - Add user-prompt-submit to hook registrations (was missing everywhere) - Remove stale 'renamed to flight logs in 1.5.0' note (code never changed) - Remove non-existent flight run/show/experiment commands from README - Remove Experiment Registry section (feature not implemented) - Fix slash command list: only /flight and /flight-log are installed
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
Accuracy pass — compared CLAUDE.md and README.md against the live CLI source and removed every statement that contradicts the code.
CLAUDE.md
collector.ts→ingest.ts(actual filename); removedexperiments.ts(file doesn't exist)cli.tsline: was listingrun, show, logs— corrected tostatus, proxy, serve, setup, sprites, session, annotate, log, claude, hookflight run,flight show,flight logs(top-level alias), and the entireflight experimentblockflight logs→flight log(the registered command is singular;flight logserrors out)replay-callto the log subcommand list (was missing;replayandreplay-callare two different commands)user-prompt-submitto hook registrations in both the CLI block and the Hooks section/flight-review,/flight-compare,/flight-annotate(not installed); fixedflight logs→flight login the two that are installedREADME.md
flight logs→flight logflight log replay <call-id>→flight log replay-call <call-id>(wrong command name)flight run,flight show,flight logsas alias)Pre-Landing Review
Docs-only change. No application code modified.
Test plan
flight log --helpshowsreplayandreplay-callas distinct subcommandsflight hook --helpshows all four hooks includinguser-prompt-submitflight logs(plural) correctly fails;flight log(singular) works🤖 Generated with Claude Code