Record a rule
append_ruleAdd a durable rule to a project's Rules note to enforce standing constraints. Use when you need to persist how to work, what to avoid assuming. Appends only; does not edit existing rules.
Instructions
Add a durable rule to a project's Rules note. Rules are standing constraints the operator has confirmed — how to work on this project, what never to assume — not observations about one conversation. Use append_decision instead for a choice that was made, and update_capsule when the summary itself is now wrong. Writes to disk: it appends and never edits existing rules, so calling it twice records the rule twice. Errors when the project or its Rules note is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short name for the rule, e.g. "Naming" | |
| rule | Yes | The rule itself, in one or two sentences | |
| project | Yes | Project name, id, or trigger word |