From 757d3107ecbcf46b1e4b0e7f38703e369f114dde Mon Sep 17 00:00:00 2001 From: Bill Murdock Date: Tue, 12 May 2026 14:12:37 -0400 Subject: [PATCH] docs: add guideline to keep docs/attributes.md in sync with scorer changes Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 45c5b8bb..cc061d70 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -118,6 +118,7 @@ Finding.create_fail(self.attribute, evidence="...", remediation="...") 4. **Backwards compatibility** - Schema version bump for model changes 5. **Rich remediation** - Actionable steps with tools, commands, examples 6. **Self-assign issues** - Before starting work on a GitHub issue, check if it is already assigned. If it is, warn the user and ask for confirmation before continuing. If unassigned (or the user confirms), self-assign it immediately to prevent duplicate effort from other contributors +7. **Keep docs/attributes.md in sync** - When changing how an assessor scores (thresholds, partial credit rules, recognized paths, pass/fail conditions), update the corresponding entry in `docs/attributes.md` in the same PR ## Related Docs