AIWF v1.7.10.post2
AIWF v1.7.10.post2
Release Type
Packaging / upgrade reliability patch.
Fixed
- Fixed
upgrade --applyto install the full.aiwf/bin/**runtime dependency set instead of only.aiwf/bin/ai_workflow.py. - Fixed
upgrade --applyto install.aiwf/templates/**, includingAGENTS.block.md. - Added source package completeness checks for runtime dependencies and managed templates.
- Tightened runtime dependency completeness checks to require
.aiwf/bin/lib/package_core.py, not only the.aiwf/bin/lib/directory. - Added target dependency completeness checks so same-version but incomplete installations are repaired instead of reported as complete.
- Improved
upgrade --dry-runandupgrade --checkoutput soWill updatereflects the actual update or repair scope.
Compatibility
- No workflow protocol version change.
- No event schema change.
- No finalize gate change.
- No phase state machine change.
- No records migration.
- Existing
.aiwf/records/**,.aiwf/events/**,.aiwf/migrations/**, and.aiwf/config.yamlremain preserved.
Background
This patch was triggered by a ZIP-source upgrade from v1.7.7 to v1.7.10 where the target repository received .aiwf/bin/ai_workflow.py but not its runtime dependencies, causing ModuleNotFoundError: No module named 'safe_paths'.
A second issue showed .aiwf/templates/AGENTS.block.md was also not installed, causing agents check to fail with missing AIWF managed block template.