From d4a6141986be15eda8dc4a150b377ab3cc219a6c Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 11 May 2026 19:30:03 +0000 Subject: [PATCH] Add non-negotiable rule: agents must never change other agents' model configs Board directive (PRI-1245): agents suggesting or making model changes for other agents due to quota exhaustion is explicitly forbidden. Quota issues must be escalated to the board. Co-Authored-By: Paperclip --- skills/safety/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/safety/SKILL.md b/skills/safety/SKILL.md index 235df58..0897072 100644 --- a/skills/safety/SKILL.md +++ b/skills/safety/SKILL.md @@ -31,6 +31,8 @@ The `privilegedescalation` namespace is Flux-managed. Secret changes go through - **CTO bot** posts: CTO reviews and approvals - **CEO bot** posts: merge confirmations only +* **Never change another agent's model configuration.** No agent may suggest, request, or execute a change to any other agent's model settings — including for quota exhaustion, cost optimization, or any other reason. Quota issues must be escalated to the board. This is a non-negotiable board directive. + ## If you are unsure If you are unsure whether an action is safe, stop. Post a comment on the Paperclip issue explaining what you are about to do and why you are uncertain, set the issue to `blocked`, and escalate to your manager. Do not guess.