Skip to content

v0.2.0

Choose a tag to compare

@008993368-yaz 008993368-yaz released this 12 Jun 16:59
· 9 commits to main since this release
41f6d6e

Tooling, CI, and documentation for adopting Growth Scout at scale.

Added

  • Large repository mode in SKILL.md — multi-turn workflow to avoid blowing context on big codebases.
  • scripts/validate-links.mjs — checks relative markdown and backtick .md references in core docs; exits non-zero on broken links.
  • scripts/repo-inventory.mjs — zero-dependency CLI that emits a pre-filled product-map skeleton from a target repo.
  • CI.github/workflows/validate.yml runs link validation on push and pull requests (Node 20).
  • VERSION file for pinning which skill revision a product repo copied.
  • CONTRIBUTING.md — validation, rubric changes, examples, and versioning guidance.
  • README Tooling and Versioning sections with example output links near Quick start.
  • Second GOS worked example (references/opportunity-scoring.md) in the Validate first band (~GOS 19).
  • integrations/VERIFICATION.md — copy-paste test prompts for Cursor, Claude Code, and Codex.

Changed

  • Phase 5 in SKILL.md now points to the GOS recommendation threshold table in references/opportunity-scoring.md.
  • README roadmap updated: repo inventory CLI shipped; MCP competitor fetch remains optional future work.

Full changelog: v0.1.0...v0.2.0