Intent
Add the first narrow AgentPlane contract for agentic ops runtime budget control.
This extends the existing Agentic PR Control Plane without replacing Policy Fabric, Guardrail Fabric, Global DevSecOps Intelligence, SocioSphere, or SourceOS validation-control-plane responsibilities.
Scope
Define schema-backed contracts and examples for:
- persona policy with agentic axes and objective weights;
- workload signature with trajectory and data-class expectations;
- budget ledger with token/tool/wall-clock/dollar caps and degradation thresholds;
- trajectory event records carrying per-step UCO attribution and hash-chain linkage;
- a stdlib validator wired into
make validate.
Non-goals
- Do not implement a production scheduler or runtime service.
- Do not duplicate Policy Fabric diff hygiene or merge-gate authority.
- Do not duplicate Guardrail Fabric allow/deny decision ABI.
- Do not add provider SDK dependencies.
- Do not mutate external systems.
- Do not add dashboards in this tranche.
Acceptance criteria
Related upstream
- AgentPlane Agentic PR Control Plane v0.
- Policy Fabric Diff Hygiene Gate v0.
- Guardrail Fabric SourceOS Agent Reliability Control Plane.
- Global DevSecOps Intelligence runtime-control-plane telemetry alignment.
- SourceOS Agent Validation Control Plane.
Intent
Add the first narrow AgentPlane contract for agentic ops runtime budget control.
This extends the existing Agentic PR Control Plane without replacing Policy Fabric, Guardrail Fabric, Global DevSecOps Intelligence, SocioSphere, or SourceOS validation-control-plane responsibilities.
Scope
Define schema-backed contracts and examples for:
make validate.Non-goals
Acceptance criteria
make validateinvokes the new validator.Related upstream