plan_read
Read project handoff files (PLAN.md, SPEC.md, TASKS.md) to access the ChatGPT-to-Codex plan locally, ensuring implementation follows the agreed roadmap.
Instructions
Read the .codex-bridge/ handoff files (PLAN.md, SPEC.md, TASKS.md) that carry the ChatGPT → Codex plan. Free local I/O.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Which file to read (default: all). | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |