tofusoup 2025-11-10
Task runner configuration added with build system transition from Make to wrknv
18 files · 380+ · 82-

Task runner configuration added

1 file changed
  • wrknv.toml Comprehensive task definitions for the wrknv task runner (140 lines)
  • Added wrknv.toml with comprehensive task definitions for the wrknv task runner, covering test, lint, format, typecheck, build, and other development tasks baseline behavioral
    1 file
    • wrknv.toml

CI workflow updated

1 file changed
  • ci.yml Revised CI pipeline configuration (21 line changes)
  • Updated .github/workflows/ci.yml with revised CI pipeline configuration baseline internal
    1 file
    • ci.yml

Build system transitioning from Make to wrknv

1 file changed
  • Makefile.backup.20251110 Makefile backed up for transition to wrknv
  • Renamed Makefile to Makefile.backup.20251110 as part of transitioning from Make to the wrknv task runner baseline internal
    1 file
    • Makefile.backup.20251110

Documentation build hooks and configuration refined

15 files changed
  • mkdocs.yml Configuration tweaks (9 line changes)
  • mkdocs_hooks.py Hook refinements (7 line changes)
  • CLAUDE.md Project docs updated
  • README.md README updated
  • API_REFERENCE.md CI API reference updated
  • README.md CI readme updated
  • faq.md FAQ updated
  • index.md Index page updated
  • cli.md CLI reference updated
  • _version.py Version module
  • cli.py CLI updates
  • config.py Config updates
  • defaults.py Defaults updates
  • terraform.py Stir terraform updates
  • logging.py Wire logging updates
  • Updated mkdocs.yml and scripts/mkdocs_hooks.py with configuration and hook refinements decouple internal
    2 files
    • mkdocs.yml
    • mkdocs_hooks.py