AIWG 2026.7.3 - "Fortemi capability discovery parity"
AIWG 2026.7.3 - "Fortemi capability discovery parity"
Released: 2026-07-03 Channel: stable (`npm install -g aiwg`)
This patch release restores the default AIWG capability discovery contract after the Fortemi Core static-cache backend became the default search path.
`aiwg discover` and `aiwg show` now search the merged capability surface by default: framework capabilities plus project-local `.aiwg` capabilities. Common framework skills such as `doc-sync` and `flow-release` resolve without requiring `--graph framework` or `--backend local`, and project-local custom skills under `.aiwg/skills/` are discoverable once the project graph is built and synced.
Highlights
- Fortemi-backed capability discovery now uses the capability-default graph
surface instead of project-only lookup.
- Bare `aiwg show skill doc-sync` and `aiwg show skill flow-release` resolve
canonical framework skills instead of ambiguity lists from plugin mirrors.
- The release-flow skill now declares `release flow`, `flow release`, and
related trigger phrases.
- Real-corpus parity tests now compare Fortemi default discovery against local
framework discovery over the AIWG corpus, using ordered result paths.
- Project-local custom skill discovery/show is covered by unit, integration,
and live UAT checks.
Follow-up
Project-local customization is covered in this release. User/global custom skills under `~/.aiwg` still need a first-class sidecar index so personal capabilities can follow the operator across projects without mutating the packaged framework cache. That design is tracked in #1709.