Agent Release
kit · v1.04 entity types · 9 relationships · 6 named queries · 1 guards
base: agent-operation
Agent release domain overlay composed over the agent-operation base kit. The base supplies the operating layer (Actor, WorkItem, ReviewRequest, Decision, Risk, OpenQuestion, StateNote plus their ownership, review-gate, work-axis, and governed-judgment relationships, queries, guards, and checks). This overlay adds the agent release DOMAIN: agent systems, their versions, eval suites, and receipted eval runs — and one hard gate: an AgentVersion cannot be promoted to live without an accepted, passing, certifying EvalRun.
Entity types
4Relationships
governed9Named queries
6certifying_eval_runs_for_version · AgentVersion → EvalRun
Accepted, passing eval runs that certify an agent version. Used by the promotion guard: reads at relationship_state live, so pending certification proposals do not unlock promotion.
agent_version_context · AgentVersion → AnyEntity
From an agent version, inspect its system, scoring and certifying eval runs, targeting work items, and supersession context. all_adjacent expands against the final composed config, so operation seam edges are traversed too.
agent_system_release_context · AgentSystem → AgentVersion
From an agent system, the version line with certification and risk context: per version, counts of scoring runs, certifying runs, and targeting work items.
promotion_candidates · → AgentVersion
Versions awaiting promotion (status candidate) with their certification posture: a candidate with zero certifying runs is not promotable yet.
live_agent_versions · → AgentVersion
Currently live versions with their certification counts.
eval_suite_run_history · EvalSuite → EvalRun
Eval runs recorded against a suite, newest first.
Guards
1agent_version_live_requires_certifying_eval · AgentVersion.status -> live
An AgentVersion cannot be promoted to live without at least one accepted, passing EvalRun certifying it (eval_run_certifies_version at relationship_state live). Record the eval run, get the certification accepted through review, then promote.