Parallel to the Claude Code plugin (claude/), core-agent now supports Codex with full feature parity: - .codex/config.toml — model, profiles (review/quick/implement/lem), MCP server, local model providers (Ollama/LM Studio) - .codex/agents/ — reviewer, migrator, fixer (AX-aware) - .codex/rules/ — Starlark rules for sandbox control - .agents/skills/ — 9 skills matching Claude plugin - AGENTS.md — Codex project instructions (like CLAUDE.md) Supports --oss mode for local models (LEM via Ollama). Same binary, two entry points. Co-Authored-By: Virgil <virgil@lethean.io>
298 B
298 B
| name | description |
|---|---|
| pipeline | Run the review-fix-verify pipeline on code changes. Dispatches reviewer, then fixer, then verifier. |
Use the core-agent MCP tools to execute this skill. Call the appropriate tool: agentic_dispatch reviewer → wait → agentic_dispatch fixer → wait → verify