wrknv
2025-12-26
Major CI overhaul, restore env script templates, and fix multiple runtime bugs
70 files · 4,703+ · 293-
CI workflow fixes
3 files changed
ci.ymlUpdated UV version and fixed lint configurationsecurity.ymlFixed security workflow issuesvalidate.ymlFixed validation to check existing files
Runtime bug fixes
4 files changed
tf_base.pyFixed runtime import error by adding future annotationsregistry.pyFixed parsing of composite tasks in TaskRegistrynested_commands.pyFixed command loading issuesdefaults.pyUpdated default configuration values
- Fixed tf_base.py runtime import by adding future annotations; fixed composite task parsing in TaskRegistry; resolved mypy errors with module-level ignore rules
remediate
behavioral
2 files
tf_base.pyregistry.py
Env script templates
4 files changed
base.sh.j2Shell base template for environment setupsibling_packages.sh.j2244-line sibling package installation templatebase.ps1.j2PowerShell base template for environment setupsibling_packages.ps1.j2131-line PowerShell sibling package installation
- Restored 24 Jinja2 env script templates for both sh and PowerShell covering base setup, dependency installation, platform detection, tool verification, UV installation, venv setup, and sibling package management
instantiate
behavioral
2 files
base.sh.j2base.ps1.j2
Archive documentation restoration
2 files changed
AGENTS.mdRestored archived agents documentationARCHITECTURE.mdRestored archived architecture document