Skip to content

AIWF v1.7.10.post2

Choose a tag to compare

@jackden jackden released this 06 Jul 09:56
· 4 commits to main since this release

AIWF v1.7.10.post2

Release Type

Packaging / upgrade reliability patch.

Fixed

  • Fixed upgrade --apply to install the full .aiwf/bin/** runtime dependency set instead of only .aiwf/bin/ai_workflow.py.
  • Fixed upgrade --apply to install .aiwf/templates/**, including AGENTS.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-run and upgrade --check output so Will update reflects 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.yaml remain 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.