AIWG 2026.9.15 — Give the slow path room to finish

AIWG 2026.9.15 — Give the slow path room to finish

Release date: 2026-09-15

Channel: stable

This patch fixes a CI-only test timeout that blocked publishing 2026.9.14 to npm. It carries no functional changes beyond that fix and the version bump — see the 2026.9.14 announcement for what this release actually contains: native session export to Fortemi Knowledge Shards, Claude web/account export ingestion, and two testing-quality addon fixes.

The 2026.9.14 tag's own CI passed cleanly, but the npm-publish workflow's test run failed three times in a row on the same call: `bin/aiwg.mjs use sdlc --provider codex`, the one call in that test file that goes through the router's cold `tsx` compile path rather than invoking a helper script directly. Under CPU contention from adjacent heavy integration suites on the publish workflow's runner, 60 seconds was consistently too tight and produced a `spawnSync ETIMEDOUT` — not a code regression, since the identical commit's full suite passed on the project's own CI every time.

The test now allows 150 seconds for that call, with a 180-second outer test timeout to match.