pyvider-hcl
2025-11-10
Replaced shell scripts and Makefile with wrknv task runner
11 files · 144+ · 258-
Comprehensive wrknv.toml task configuration
1 file changed
wrknv.tomlNew 140-line task runner config with test, lint, quality, build, docs, and CI pipeline tasks
- Added wrknv.toml with full task tree: test (parallel, verbose, unit, integration, coverage), mutation testing, lint/format, quality, build/package, clean, docs (serve, build, links), dev shortcuts, and CI pipelines
baseline
behavioral
1 file
wrknv.toml
Removed shell scripts and archived Makefile
5 files changed
Makefile.backup.20251110Makefile renamed to backup (archived, not deleted)docs-serve.shDeleted docs serve script (22 lines)quality.shDeleted quality check script (63 lines)setup.shDeleted setup script (56 lines)test.shDeleted test script (110 lines)
Excluded mutants directory from linting and type checking
1 file changed
pyproject.tomlAdded extend-exclude for ruff and exclude for mypy targeting the mutants directory
Removed unnecessary type-ignore comment
1 file changed
inference.pyRemoved type: ignore[no-any-return] that was no longer needed
Added project documentation files
2 files changed
CHANGELOG.mdAdded changelog documenting project historyCONTRIBUTING.mdAdded contributing guidelines