Skip to content

v2026.7.7

Choose a tag to compare

@jmagly jmagly released this 04 Jul 04:19
· 679 commits to main since this release
837cd4f

AIWG 2026.7.7 - "Pathless discovery package gate"

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

This patch release supersedes v2026.7.6, whose npm publish workflow stopped
before publishing at the Fortemi Core prebuilt package gate. It keeps the
pathless discovery improvements and canonical capability index from v2026.7.6
and updates the release gate to validate the new metadata contract.

Highlights

  • aiwg discover result objects expose stable id values and omit paths by
    default, reducing context noise for agents.
  • aiwg show metadata <id-or-name-or-path> exposes Fortemi metadata, resolved
    absolute paths, indexed paths, and provenance when diagnostics require them.
  • aiwg discover --format json|text, --pretty, and --compact make output
    selection explicit while keeping --json as a compatibility alias.
  • The framework capability graph no longer indexes provider/plugin mirror
    copies under agentic/code/plugins; Fortemi caches and discovery results use
    the canonical framework/addon/extension source set once.
  • The Fortemi prebuilt package gate now follows the same pathless workflow as
    users: discover by id, then resolve detailed paths through show metadata.

Upgrade

npm install -g aiwg@latest
aiwg --version
aiwg discover "test" --limit 20
aiwg discover "release flow" --format json --pretty