Reference
This section is operator and integrator facing: concise tables and field lists grounded in how @coro-ai/runner behaves today — layered intelligence (base → tenant → repo), plugin-driven SCM/trackers/executors, and the in-process coro MCP server.
Use it when you already understand Concepts and need exact command flags, tool names (mcp__coro__*), config keys (most editable in Settings—see Configuration), or REST/WebSocket seams.
Pages in order:
| Page | Topics |
|---|---|
| CLI | coro subcommands (start, job, runner management, campaigns, plugins) |
| MCP tools | All mcp__coro__* domain tools grouped by responsibility |
| Configuration | LocalConfig keys: paths, intelligence, tenants, plugins, LLM aliases, MCP |
| Guardrails | Built-in blocking rules (pr-diff-size, merge-requires-approval, …) |
| Agents catalog | Which agent Markdown backs which workflows |
| Workflows catalog | The six bundled workflows and their phases |
| Skills catalog | Convention and process skills shipped in base intelligence |
| Workflow YAML | Front matter parsed by @coro-ai/runner (phases, subagents, overrides, …) |
| HTTP API | Runner REST surface, cloud plane, hybrid WebSocket |
| Glossary | Core vocabulary (lane, overlay, parked job, executor, …) |
For Maintainer-oriented workflow extension rules (design doc), see Workflow extension contract.