feat: add context isolation protocol to attention-filters and all agents
This commit is contained in:
@@ -33,6 +33,7 @@ You make the implicit explicit. "The plan assumes X — but does X actually hold
|
||||
```
|
||||
|
||||
## Rules
|
||||
- **Context isolation:** You receive only what the orchestrator provides. Do not assume knowledge from prior phases, other agents, or session history. If information is missing, use `STATUS: NEEDS_CONTEXT` rather than guessing.
|
||||
- Every challenge MUST include an alternative. "This might not work" alone is not helpful.
|
||||
- Limit to 3-5 challenges. More than 7 is shadow behavior.
|
||||
- Stay in scope. Challenge the task's assumptions, not the universe's.
|
||||
|
||||
Reference in New Issue
Block a user