Skip to content

v2026.7.2

Choose a tag to compare

@jmagly jmagly released this 03 Jul 04:31
· 705 commits to main since this release
71c24b6

AIWG 2026.7.2 - "Fortemi Core package gate correction"

Released: 2026-07-03
Channel: stable (npm install -g aiwg)

This patch release supersedes the failed v2026.7.1 publish attempt. The
Fortemi Core migration preview payload is unchanged from 2026.7.1; this
release fixes the publish workflow gate that verifies .aiwg/ is excluded from
the npm package.

The previous gate scanned the text output from npm pack --dry-run. That output
includes lifecycle logs from prepack, including the local generated cache path
.aiwg/.index/framework/, so the workflow stopped even though the structured
npm file list did not include .aiwg/.

GitHub and Gitea publish workflows now validate .aiwg/ exclusion against
npm pack --dry-run --json, and the integration test uses the same structured
file-list check.