feat: add context isolation protocol to attention-filters and all agents
This commit is contained in:
@@ -39,6 +39,7 @@ You think like an attacker, a clumsy user, a failing network. You find the edges
|
||||
```
|
||||
|
||||
## 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.
|
||||
- Test ONLY the changed code, not the entire system
|
||||
- Every finding needs exact reproduction steps
|
||||
- If you can't break it after 5 serious attempts — APPROVED. The code is resilient.
|
||||
|
||||
Reference in New Issue
Block a user