docs: sync docs with the shipped Codex/Gemini/Antigravity drivers - #6
Merged
Conversation
Status, prerequisites, the What-it-is intro, the design-decisions substrate note, the project-layout tree, and the agent-selection note now cover all four drivers; drops Codex/Gemini from the roadmap backlog (Cursor remains). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ame Phase 5 Phase 0 cross-agent spikes 0.11 (Codex) and 0.12 (Gemini) are shipped, plus a new 0.14 (Antigravity); Cursor (0.13) is the only remaining adapter. Updates the agents summary, Phase 5, and the status checklist (incl. the 79→108 test count). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…atrix The §4.3 matrix now reflects the real capabilities() of the shipped Claude/Codex/Gemini/Antigravity drivers (with an Antigravity column) instead of Phase-0 'verify' placeholders; adds §4.4 documenting the three new drivers' invocations, event schemas, and caveats (PTY driver → §4.5); adds antigravity to the driver id union and the header. §4.3 kept as the matrix (referenced elsewhere); Cursor stays marked unvalidated. Co-Authored-By: Claude Opus 4.8 <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
Documentation-only sync now that the Codex, Gemini, and Antigravity drivers have landed on
main. The driver PRs each made only a minimal README edit (one Packages row + one "Implemented" bullet), leaving the rest of the docs describing those drivers as future/unvalidated — and Antigravity undocumented outside that one row. This brings README, ROADMAP, and SPEC into agreement with what shipped. No code changes.What changed
README.md— Status line, "What it is" intro, Prerequisites (which CLIs/auth each driver needs), the design-decisions substrate note, the project-layout tree, and a newuse.agentselection note now cover all four drivers. Removes Codex/Gemini from the "Roadmap (not yet implemented)" table (they were listed as both implemented and not — Cursor is the only driver left there).docs/ROADMAP.md— Phase 0 cross-agent spikes 0.11 (Codex) and 0.12 (Gemini) marked ✅ shipped, plus a new 0.14 (Antigravity); Cursor (0.13) is the only remaining adapter. Updates the agents summary, Phase 5, and the implementation status checklist (including the stale79 → 108unit-test count).docs/SPEC.md— the §4.3 capability matrix is rewritten from the drivers' actualcapabilities()(with an Antigravity column) instead of Phase-0 "verify"/"unproven" placeholders; a new §4.4 documents each shipped driver's invocation, event schema, and caveats (PTY driver renumbered to §4.5);antigravityadded to the driveridunion and the header. §4.3 stays the matrix (it's cross-referenced elsewhere); Cursor remains explicitly unvalidated.Deliberately not changed
agentry→agentry-testCLI rename lives on thechore/release-workflowbranch, notmain. Onmainthe package is consistentlyagentry, so touching it here would be wrong — left for that branch.mainyet).Verification
Docs-only; the three commits are per-file coherent units. CI (
pnpm install --frozen-lockfile→typecheck→test) runs unchanged and stays green since no code was touched.🤖 Generated with Claude Code