| name | answer |
| description | Fallback Codex adapter for the Egregore answer workflow. |
Egregore answer Adapter
This is fallback coverage for a long-tail Egregore workflow that has not been
ported to a hand-written Codex-native skill yet.
Use the project shell and filesystem directly. Do not invoke Claude Code
commands. Translate interactive choices to structured Codex question tooling
when it is available; otherwise render compact numbered choices with an
Other: option and wait for the user.
- Read
.claude/skills/answer/SKILL.md for the workflow details.
- Run the referenced
bin/ scripts directly from Codex.
- Treat graph, publish, and notify steps as best-effort unless that workflow
explicitly says they are required.
- Keep local-mode behavior filesystem-first and avoid graph or notification
calls when
egregore.json declares "mode": "local".
- Never call the deprecated
egregore-handoff CLI for Egregore project
handoffs.