provide-testkit 2026-01-03
Update wrknv command syntax and improve getting started docs
9 files · 147+ · 715-

Wrknv command syntax migration

3 files changed
  • CLAUDE.md Updated all we commands to use 'we run' prefix and dotted subtask names (e.g., we run test.coverage)
  • README.md Updated wrknv examples to new syntax, added pre-release note
  • CONTRIBUTING.md Updated uv sync command to use --all-groups
  • Migrated all wrknv task invocations from ‘we task’ to ‘we run task’ with dotted subtask syntax to match wrknv API changes specify external
    3 files
    • CLAUDE.md
    • README.md
    • CONTRIBUTING.md

Getting started documentation

2 files changed
  • index.md New getting started index page with installation instructions, optional dependencies, quick start link, and core features overview
  • index.md Updated internal link to quality_guide.md
  • Added comprehensive getting-started index page consolidating installation, optional deps, and navigation to quick start and API reference instantiate external
    1 file
    • index.md

Remove obsolete coverage scripts

3 files changed
  • README.md Removed 204-line coverage README
  • analyze_results.py Removed 319-line coverage analysis script
  • run_tests.sh Removed 158-line coverage test runner shell script
  • Removed obsolete standalone coverage scripts that were superseded by wrknv tasks and pytest-cov integration remediate internal
    3 files
    • README.md
    • analyze_results.py
    • run_tests.sh