You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REVIEW.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,17 @@ review rounds and grows over time.
51
51
**Tests & docs**
52
52
- New behavior has vitest coverage including error paths
53
53
- Breaking changes documented in `docs/migration.md` and `docs/migration-SKILL.md`
54
+
- Bugfix or behavior change: check whether `docs/**/*.md` describes the old behavior and needs updating; flag prose that now contradicts the implementation
55
+
- New feature: verify prose documentation is added (not just JSDoc), and assess whether `examples/` needs a new or updated example
56
+
- Behavior change: assess whether existing `examples/` still compile and demonstrate the current API
57
+
58
+
## Reference
59
+
60
+
When verifying spec compliance, consult the spec directly rather than relying on memory:
0 commit comments