[codex] Refresh agent context for 0.7 master - #23
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in AGENTS.md and CLAUDE.md to reflect the release-readiness of version 0.7.0, including updated file maps, roadmap details, and development commands. The review feedback suggests expanding the file map in CLAUDE.md to include several missing core modules and changing the ruff formatting command from a check-only mode to an active formatting command to better assist AI agents.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Summary
AGENTS.mdso the compact agent-facing context reflects the merged 0.7.0 release-readiness state onmaster.CLAUDE.mdwith current module coverage and removes stale framing that treated 0.7.0 features as branch-only or future backlog work.Machine(config, ...)JSON boundary and do not chase completed 0.7 work.Why
The June 29/0.7.0 merge train moved query helpers, Mermaid export,
choose(...),pure(...), schema typing, and context adapter work ontomaster, but parts of the agent-facing docs still described that state as branch work or as future 0.7 scope. That wording can mislead future Codex/Claude sessions into reopening completed milestones, proposing obsolete APIs like a parallelcontext_factory, or treating old v0.1/v0.4 migration notes as current guidance.Notable updates
0.7.0as release-ready onmasterwhile calling out that PyPI publication remains a release task.guards.py,snapshot.py,mermaid.py,context.py, andsetup_api.py.stateIn,choose/pure, and Mermaid export.HandlerAdapter,StateNodeConfigParser, TypedDict schemas, andContextAdapterhave already landed.Machine(config, actions=..., guards=..., delays=..., actors=...)contract.Validation
git diff --checkrgscan for stale phrases such as0.7.0 branch,branch in progress,feature backlog,v0.1.0 contract, anddeep-researchNo Python test suite run; this is docs-only.