Skip to content

Commit 6c8ca9e

Browse files
committed
docs: remove backward compatibility notes for legacy action values
1 parent 5da208c commit 6c8ca9e

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

concepts/controls.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@ Fields:
290290

291291
- `metadata`: Optional additional context (JSON object)
292292

293-
<Note>
294-
Legacy action values `allow`, `warn`, and `log` are still accepted on input but are automatically normalized to `observe`.
295-
</Note>
296-
297293
### Important: "Deny Wins" Semantics
298294

299295
Agent Control uses "deny wins" logic: if **any** enabled control with a `deny` action matches, the request is blocked regardless of other control results. This ensures fail-safe behavior.

core/reference.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Controls → Agents
7272
| `steer` | Raise `ControlSteerError` with steering context for correction and retry |
7373
| `observe` | Record the match for audit and observability without blocking execution |
7474

75-
Legacy values `allow`, `warn`, and `log` are accepted on input but normalized to `observe`.
76-
7775
Priority semantics:
7876

7977
1. **Deny wins** — if any `deny` control matches, execution is blocked.

0 commit comments

Comments
 (0)