Summary
agentbus init --global writes ~/.codex/prompts/agentbus.md because Codex does not yet surface MCP server prompts, so Codex users cannot invoke the server's init prompt the way Claude Code users invoke /agentbus:init. Once Codex supports MCP prompts (upstream: openai/codex#5059, still open as of 2026-09-08), the custom prompt file is redundant and the special case should be removed.
Acceptance Criteria
Notes
Deferred from the v2 implementation; see HANDOFF.md/PROGRESS.md entries dated 2026-09-08. Blocked on the upstream Codex change; nothing to do until it ships.
Summary
agentbus init --globalwrites~/.codex/prompts/agentbus.mdbecause Codex does not yet surface MCP server prompts, so Codex users cannot invoke the server'sinitprompt the way Claude Code users invoke/agentbus:init. Once Codex supports MCP prompts (upstream: openai/codex#5059, still open as of 2026-09-08), the custom prompt file is redundant and the special case should be removed.Acceptance Criteria
agentbus init --globalno longer writes~/.codex/prompts/agentbus.md(internal/cli/init.go,codexPrompt).internal/cli/init_test.gois removed or inverted.docs/install.mdno longer mentions the Codex prompt file and documents the MCP prompt path for Codex instead.~/.codex/prompts/agentbus.mdon the nextinit --global, or document that users may delete it.Notes
Deferred from the v2 implementation; see
HANDOFF.md/PROGRESS.mdentries dated 2026-09-08. Blocked on the upstream Codex change; nothing to do until it ships.