AIWF v1.7.13.post1
AIWF v1.7.13.post1 fixes the fresh-install payload boundary without changing
the public repository layout or workflow protocol.
Fixed
- Install payload selection is now an explicit AIWF-owned allowlist.
- Public repository contents are not treated as the install payload.
- Repository-level development assets, including
tests/,.github/, root
docs/,knowledge/, release files, CI assets, and review artifacts, are
excluded from installation. - Existing target
tests/,.github/, anddocs/directories are preserved
byte-for-byte. - Install rollback and post-install validation remain enabled.
Compatibility boundary
- AIWF Tool Version:
1.7.13.post1 - Workflow Protocol Version:
1.7.8(unchanged) - Public export behavior and public repository layout are unchanged.
- Closure Summary and finalize semantics are unchanged.
Known History
v1.7.13 introduced source-driven installation.
v1.7.13.post1 refines the installation payload boundary to ensure
repository-level development assets are never installed into target
repositories.