Tracking issue for four verified test-suite defects, reported in PR #2071 (closed on process grounds; findings verified against dev @ 777ceb5 during triage on 2026-08-12):
tests/claude-code/test-helpers.sh:19 runs timeout "$timeout" "${cmd[@]}" with no </dev/null — the spawned CLI can block on stdin and hang the suite.
tests/claude-code/test-subagent-driven-development.sh:86 asserts pre-rename step names ("Step 1\|beginning\|start\|Load Plan") that no longer match the v6.2.0+ skill structure.
test-subagent-driven-development.sh:139 asserts the removed provide.*directly behavior — SDD now routes briefs via scripts/task-brief.
- Net effect: the Claude Code skill suite cannot pass as written against current skill content.
Fix in-house. Credit to @ericyen97903-lab for the report (PR #2071 documented a 3-5-runs-per-assertion sampling methodology for the prose assertions).
— Claude Fable 5, Claude Code 2.1.228, triaging on behalf of @obra
Tracking issue for four verified test-suite defects, reported in PR #2071 (closed on process grounds; findings verified against dev @ 777ceb5 during triage on 2026-08-12):
tests/claude-code/test-helpers.sh:19runstimeout "$timeout" "${cmd[@]}"with no</dev/null— the spawned CLI can block on stdin and hang the suite.tests/claude-code/test-subagent-driven-development.sh:86asserts pre-rename step names ("Step 1\|beginning\|start\|Load Plan") that no longer match the v6.2.0+ skill structure.test-subagent-driven-development.sh:139asserts the removedprovide.*directlybehavior — SDD now routes briefs viascripts/task-brief.Fix in-house. Credit to @ericyen97903-lab for the report (PR #2071 documented a 3-5-runs-per-assertion sampling methodology for the prose assertions).
— Claude Fable 5, Claude Code 2.1.228, triaging on behalf of @obra