Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agent-driven-policy-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ with three parts, each with a different trust level:
|---|---|---|
| `proposed_rule` (host, port, method, path, binary) | agent, schema-validated by the gateway | structured contract — *this* is what you're approving |
| `rationale` (free-form prose) | agent | hint only — a compromised agent can lie here |
| `validation_result` (prover output) | gateway-side prover | trust signal — but this surface is in progress (see [RFC 0001](../../rfc/0001-agent-driven-policy-management.md)) |
| `validation_result` (prover output) | gateway-side prover | trust signal — but this surface is in progress (see [RFC 0002](../../rfc/0002-agent-driven-policy-management/README.md)) |

The MVP today shows the structured rule plus the agent's rationale in
`openshell rule get` and the TUI inbox panel. With prover validation wired
Expand Down
Loading