Skip to content

Commit 6d9c7d3

Browse files
committed
docs: fix stale FEATURES.md refs to docs/features.md
1 parent 826c76b commit 6d9c7d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ test: add coverage for guardian
127127

128128
### Adding a New Feature
129129

130-
1. Check FEATURES.md for the feature list and conventions
130+
1. Check docs/features.md for the feature list and conventions
131131
2. Place code in the appropriate `internal/` package
132132
3. Follow existing patterns (e.g., context providers are pluggable)
133133
4. Add tests and update documentation
134134

135135
## File Organization Notes
136136

137-
- `FEATURES.md` — Complete feature reference with 100 features across 12 categories
137+
- `docs/features.md` — Complete feature reference with 100 features across 12 categories
138138
- `CONTRIBUTING.md` — PR process, commit conventions
139139
- `docs/` — Architecture details, security model, ecosystem message flow
140140
- `external/` — Ecosystem repo checkouts for `go.work` development

0 commit comments

Comments
 (0)