From c3c32041412d81bfecbfda8c0b56affe71769508 Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:57:43 -0400 Subject: [PATCH] Seed effective authority hardening manifest --- .prophet/hardening.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .prophet/hardening.yaml diff --git a/.prophet/hardening.yaml b/.prophet/hardening.yaml new file mode 100644 index 0000000..1fbff55 --- /dev/null +++ b/.prophet/hardening.yaml @@ -0,0 +1,39 @@ +schema_version: effective-authority/v0.1 +repo: SocioProphet/agentplane +zone: C +owner: AgentPlane runtime lane +maturity: draft + +authority_classes: + - agent_runtime + - tool_invocation + - session_execution + - runtime_evidence_production +observation_channels: + - filesystem + - terminal_pty + - memory_store +control_channels: + - mcp + - agent_to_agent + - scheduler +egress_classes: + - model_request + - tool_input + - tool_output + - metadata +background_workers: + - scheduled_agent_task +runtime_subjects: + - native_process + - agent_worker +connector_surfaces: [] +policy_sources: + - user_grant + - signed_config + - runtime_contract +ledger_sinks: + - model-governance-ledger + - policy-fabric +ci_validators: + - effective-authority-ci