The Layer 1 Claude simulation harness at tests/harness/layer1-claude-sim.test.ts detected a SKILL.md regression: Claude's response did NOT mention the expected bun run shape one of the three skills prescribes.
Possible causes:
- SKILL.md prose became ambiguous (a refactor stripped the explicit Bash invocation example).
- Claude model behavior drift on the pinned ANTHROPIC_HARNESS_MODEL.
- Skill body referencing a script path that no longer matches the runner.
Next steps: rerun the workflow with workflow_dispatch to confirm reproducibility; review the failing SKILL.md against the captured response in the workflow log; ship a SKILL.md prose fix.
The Layer 1 Claude simulation harness at
tests/harness/layer1-claude-sim.test.tsdetected a SKILL.md regression: Claude's response did NOT mention the expectedbun runshape one of the three skills prescribes.Possible causes:
Next steps: rerun the workflow with
workflow_dispatchto confirm reproducibility; review the failing SKILL.md against the captured response in the workflow log; ship a SKILL.md prose fix.