docs: link authoring guide from AGENTS.md

This commit is contained in:
root
2026-07-04 22:31:44 +00:00
parent 436f583882
commit 4eec96b851
+6
View File
@@ -122,3 +122,9 @@ Follow the `verify-before-mutate` protocol:
```bash ```bash
safe-mutate --verify "CMD" [--expect "PATTERN"] --mutate "CMD" [--reason "WHY"] safe-mutate --verify "CMD" [--expect "PATTERN"] --mutate "CMD" [--reason "WHY"]
``` ```
## Writing New Contracts
Read the [Authoring Guide](docs/AUTHORING-GUIDE.md) before writing any new contract.
It covers the full process: verify → draft → lint → review → ship, with templates
and style rules.