AGENTS.md references non-existent app-server protocol v2.rs path
Open 💬 1 comment Opened May 26, 2026 by NeoGrAIph
What is the type of issue?
Documentation is incorrect
What is the issue?
AGENTS.md references app-server-protocol/src/protocol/v2.rs in the app-server API guidance, but that file does not exist in the current tree.
The current app-server protocol v2 code lives under:
codex-rs/app-server-protocol/src/protocol/v2/mod.rscodex-rs/app-server-protocol/src/protocol/v2/
Suggested correction: update both AGENTS.md references from app-server-protocol/src/protocol/v2.rs to app-server-protocol/src/protocol/v2/.
This appears to be a stale documentation path after v2 was moved/split into a module directory.
Where did you find it?
AGENTS.md
Current references:
- app-server API file list
- config RPC payload guidance
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗