docs: update YAML library to github.com/goccy/go-yaml in CONVENTIONS.md

This commit is contained in:
2026-05-12 20:52:31 +00:00
committed by claw
parent 6f4461b0f7
commit 93e2fbd58d
+1 -1
View File
@@ -9,7 +9,7 @@
| Package | Use Case | Scope |
|---------|----------|-------|
| `gopkg.in/yaml.v3` | YAML parsing (persona files, config) | production |
| `github.com/goccy/go-yaml` | YAML parsing (persona files, config) | production |
| `github.com/google/go-cmp` | Test comparisons (`cmp.Diff`) | test only |
**Any import not in this table or the Go standard library is forbidden.**