--- name: dev-workflow-start-implementation description: Start implementation for a GitHub issue. Use only when the user explicitly invokes $dev-workflow-start-implementation with an issue number. --- # Start Implementation Use the supplied issue number. Follow the canonical procedure in the plugin's `commands/start-implementation.md` exactly, with this Codex-specific replacement for its two Claude workflow commands: ```bash pnpm --dir "$(git rev-parse --show-toplevel)" exec tsx "$(git rev-parse --show-toplevel)/tools/dev-workflow-v2/src/shell/codex-workflow-command.ts" init pnpm --dir "$(git rev-parse --show-toplevel)" exec tsx "$(git rev-parse --show-toplevel)/tools/dev-workflow-v2/src/shell/codex-workflow-command.ts" record-issue ``` The shared command reads Codex's `CODEX_THREAD_ID`. Do not read a session ID from hook output or substitute any other value.