v2.1.0 – Worked-example wiring and consistency fixes
What's changed
Skill behavior
- Outreach CTA fixed from "15-minute call" to "30-minute call", matching the worked examples in
references/outreach-examples.md(#40) references/example-walkthrough.mdis now wired into SKILL.md's References section — the skill reads it when reasoning through ambiguous scoring or verification judgment calls mid-run (#40)- The walkthrough's scoring language now matches SKILL.md's 3-tier scorecard, so the worked example no longer models a scoring scheme the skill doesn't use (#48)
- Tech-role Boolean examples added to
references/boolean-search-guide.md(#52)
Documentation
- New DESIGN.md: as-built design doc covering motivation, high-level behavior, the multi-platform architecture, the optional Cowork step, error handling, and file structure (#43, #49)
- CHANGELOG backfilled for all previously undocumented PRs (#45, #46)
- Threads added to the README platform lists; Variant 2 heading aligned with SKILL.md; CONTRIBUTING.md and the PR template now describe all reference files (#47, #53, #50)
Tooling
- Prettier no longer touches Markdown or JS files, stopping emphasis-style rewrites (#42, #44)
validate-skill.mjshandles multiple blank lines before frontmatter (#40)- CI actions bumped to latest majors (#51)
Full changelog: v2.0.1...v2.1.0