docs: red-green rule for bug fixes; regenerate traceability matrix

CLAUDE.md now states the failing-test-first rule explicitly: write a test
that reproduces the bug and watch it fail before applying the fix, and
extract buried logic into a plain .ts module so it can be unit-tested. A
test written against already-fixed code can pass for the wrong reason.
This commit is contained in:
2026-07-25 09:21:22 +02:00
parent fb967433f0
commit d01c1216b8
2 changed files with 575 additions and 480 deletions
+558 -480
View File
File diff suppressed because it is too large Load Diff