Skip to content
Draft
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions codex/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
user explicitly requests it.
- Keep redundant connector plugins disabled or uninstalled so they do not
distract tool selection.
- Before requesting consent or changing a live external tenant, explain the
effective authorization grant and why it is needed. Confirm that approval
applies to that exact route.
- Decline broad management consent when a narrower route exists. Verify the
effective grant rather than trusting requested scope labels alone.

## Runtime Routing

Expand Down
5 changes: 4 additions & 1 deletion manifests/policy-contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
"path": "codex/AGENTS.md",
"required": [
"Prefer a locally authenticated CLI over a connector when both cover the task.",
"Keep redundant connector plugins disabled or uninstalled so they do not distract tool selection."
"Keep redundant connector plugins disabled or uninstalled so they do not distract tool selection.",
"Before requesting consent or changing a live external tenant, explain the effective authorization grant and why it is needed.",
"Decline broad management consent when a narrower route exists.",
"Verify the effective grant rather than trusting requested scope labels alone."
]
},
{
Expand Down