remember_fragile_file
Prevent repeated errors by marking files as fragile. When a file is mishandled, record it so future sessions receive a warning or block before repeating the mistake.
Instructions
Mark a file as fragile/risky so future sessions get a guardrail warning (or block) before touching it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Why this file is fragile — what happened when it was mishandled | |
| severity | No | warn | |
| file_path | Yes |