docs: close legacy frontend knowledge gaps

This commit is contained in:
Jesse_Chen
2026-07-20 11:09:13 +08:00
parent 751237cb32
commit b4745c3090
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ Prevention: add a new domain only after its public cases satisfy the same source
## Fragment Sweep Command Set
## ERR-084 | Pre-work fragment test assumes zero candidates despite current audited candidates | active 2026-07-19
`scripts/pre_work_check.py` reports `fragment_audit.candidate_count=2`, while `tests/test_preflight_fragment_scan.py` requires exactly zero. The pre-work command therefore cannot be reported green until the two candidates are classified or the test is updated to validate the reviewed state rather than a hard-coded count.
`scripts/pre_work_check.py` reported `fragment_audit.candidate_count=2` on 2026-07-19 and reports `3` in the 2026-07-20 run, while `tests/test_preflight_fragment_scan.py` requires exactly zero. The pre-work command therefore cannot be reported green until the candidates are classified or the test is updated to validate the reviewed state rather than a hard-coded count.
Prevention: retain candidate identity and classification in the sweep artifact; do not mask candidates or weaken the pre-work result.