Manifest
Discover what exists before planning.
{
"id": "service-ops-host",
"version": "0.1.0",
"protocol_version": "0.1",
"kind": "service",
"capabilities": [{
"id": "schedule_technician",
"version": "1.0.0",
"description": "Reserve a qualified technician.",
"status": "experimental",
"modes": ["sync"],
"emits": ["execution_started", "execution_completed", "execution_denied"],
"policy": {
"risk_tier": "high",
"auth_required": true,
"approval_required": true
}
}],
"evidence": {
"store": "local-append-only",
"append_only": true
}
}