fetch-rules.sh hook detects rule management intent from your prompt and returns instructions for Claude to execute the change through the Rippletide backend.
Add a rule
Tell Claude the rule you want to add:- Present the proposed rule for your review
- Ask for confirmation
- Save it to the Rippletide backend
Edit a rule
Describe the change you want to make:Delete a rule
Ask Claude to remove a rule:Double confirmation for generated files
For auto-generated files likeRules.md or work_rules_report.md, Claude asks you to confirm twice before making changes. This prevents accidental modifications to files that were generated during setup.
Where rules are stored
Rules are stored in the Rippletide backend, not in local files. Themanage-rule.sh hook script handles all CRUD operations:
| Operation | What happens |
|---|---|
| Add | Creates a new rule file in the backend with a timestamped ID |
| Edit | Updates the content of an existing rule file |
| Delete | Removes the rule file from the backend |