Skip to content

Glossary

TermDefinition
RunA single end-to-end execution identified by jobId — may include many LLM turns, tool calls, and parked intervals.
JobPersisted record in SQLite/Postgres describing workflowPath, phase, statuses, artefacts, proposals, insights, mappings.
Work itemNamed slice of backlog inside job.workItems[]; planner registers via set_work_items; completion gate ensures each reaches complete or escalated.
PhaseNamed workflow step executing one agent Markdown file (or null agent) until the executor returns signals.
LanePlanner-selected sizing (standard, fast, deep) mapped to workflow files (job, job-fast, job-deep).
CampaignWorkflow coordinating many child jobs with explicit DAG dependencies (convert_to_campaign).
Child runEach row in campaignChildren[] spawning an ordinary job workflow with epicAllowed=false.
TenantIsolation boundary (solo-<host> locally, team-<id> in cloud) owning overlays + proposals.
OverlayLayer merged into _intelligence/: base (@coro-ai/intelligence-base) → tenant source → .coro/ repo overlay.
Skill.claude/skills/<name>/SKILL.md loaded on-demand for conventions or methodologies.
MemoryMarkdown knowledge base (memory/*.md); updated through reviewed propose_change, read through read_memory.
Proposepropose_change tool opening a tenant/repo PR with bounded markdown edits.
ParkedJob yielded from await_event or checkpoints until webhook/manual resume wakes it.
ExecutorPlugin implementing PhaseExecutorRuntime (executePhase, streaming events, hooks).
MCPModel Context Protocol — Coro hosts coro plus BYO/plugin MCP servers side-by-side inside each session.
GuardrailBlocking policy evaluated before SCM merges or destructive writes (see /reference/guardrails).
Intelligence layerAny contributor to _intelligence/: shipped base tarball, tenant git repo, .coro overlay, plugin snippets/skills.