Summary
.claude/state/orchestrator.json shows component_test_coverage_pct: 25, but the backlog simultaneously marks FETEST-001 Unit tests 80% [DONE]. This internal inconsistency risks treating incomplete test coverage as complete, allowing work items that depend on 80% coverage to proceed prematurely.
Affected file
.claude/state/orchestrator.json — line 173
Required fix
Either:
- Update
component_test_coverage_pct to accurately reflect the achieved coverage; or
- Reopen
FETEST-001 in the backlog until coverage actually reaches 80%.
References