Merged
Conversation
Post-ship documentation pass after 8273e67 (buckets B+C+D merged to main). - README.md: new features surfaced in the "What ghax does today" list — `ghax batch` with auto-re-snapshot, dialog-aware snapshots, framework-safe fill. Smoke-check count refreshed. - ARCHITECTURE.md: ref-resolution section explains why batch exists (mid-plan ARIA reshuffles) and what dialog-scoping solves. - CLAUDE.md: adds a "Run a plan in one round-trip" workflow example showing the batch JSON shape and the auto-snapshot semantics. Smoke-check count refreshed. - CONTRIBUTING.md: repo layout rewritten around the Rust CLI crate (the cli.ts + browser-launch.ts rows were stale since b2748e7 deleted the Bun source); "Adding a new command" now walks through the Rust dispatch wiring instead of the removed cli.ts case. Smoke-check count refreshed. - TODOS.md: Rust CLI rewrite moved to Completed (shipped across phases 1-4, cli.ts deleted in b2748e7, Bun removed in 8d1deb5); daemon.ts domain-split remains open.
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.
Post-ship doc pass after #3. See commit for per-file notes — README/ARCHITECTURE/CLAUDE.md surface the new batch / dialog-aware / fill-fallback features, CONTRIBUTING drops stale cli.ts references (the Rust CLI is the single source of truth since b2748e7), TODOS closes out the Rust rewrite and keeps the daemon-split open.