AIWG 2026.7.5 - "Fortemi runtime dependency packaging"

AIWG 2026.7.5 - "Fortemi runtime dependency packaging"

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

This patch release fixes global npm installs where `aiwg discover` could fail with `Cannot find package '@fortemi/core'` after the default discovery path moved onto Fortemi Core.

Highlights

  • `@fortemi/core` is now a runtime dependency of the `aiwg` package, so global

installs include the Fortemi-backed discovery engine by default.

  • The prebuilt package gate now installs the packed tarball with development

dependencies omitted and runs `aiwg discover "test"` from that production install.

  • The release keeps the agent-led project setup messaging from `main`: agents

and skills remain the front door, with CLI setup used as an enhancement path when it helps establish repo behavior, policy, and issue storage.

Upgrade

npm install -g aiwg@latest
aiwg --version
aiwg discover "test"