AIWG 2026.9.3 - Broader provider support, reliable project discovery

AIWG 2026.9.3 - Broader provider support, reliable project discovery

Release date: 2026-09-05

Channel: stable

AIWG 2026.9.3 adds experimental Oh My Pi and Google Antigravity integrations, promotes Hermes to stable, and fixes discovery of existing project-local skills when a Fortemi Core project cache is unavailable.

Find the workflows already in your project

An existing skill under `.aiwg/extensions/`, `.aiwg/addons/`, or another configured project-local bundle root now remains available to `aiwg discover` when the project cache is missing, stale, or corrupt. Discovery falls back to the local project index with a bounded warning; deployment, refresh, and upgrade also synchronize the project index after reconciling local bundles.

aiwg discover "your project workflow"
aiwg show skill your-project-skill

Portable workflows such as `aiwg-guide`, `doc-consolidate`, and the five semantic-memory skills now declare `platforms: [all]`. Their canonical and plugin copies no longer exclude newer providers through outdated allowlists.

Use OMP and Antigravity with explicit support boundaries

aiwg use sdlc --provider omp
aiwg use sdlc --provider antigravity

OMP has its own resource paths, profiles, MCP integration, model discovery, JSON/RPC execution, and native session imports. Its reviewed baseline is 18.1.10, with native conformance checks on Linux x64; other operating systems and newer releases remain unverified.

Antigravity supports project skills and agent projections, collision-safe MCP configuration, and bounded headless execution. Offline conformance is pinned to CLI 1.1.26. Authenticated model execution has not been qualified, global skill deployment remains unsupported, and agent projection is degraded.

Both integrations remain experimental. Hermes is now classified as stable. The published inventory covers 14 named providers plus a generic fallback.

Inspect Fortemi compatibility and recover from SQLite startup contention

Fortemi live storage qualification produces sanitized receipts recording the tested revision, server contract, complete operation inventory, mutation status, and resource bounds. Dataset workflows gain a live contract preflight and UAT plan. Fortemi MCP reads now accept nested content responses, and search can retrieve missing note metadata before filtering results to the subsystem.

Fortemi Server remains alpha and pre-certification. Live checks default to read-only and gate writes separately. These checks do not establish general persistence, recovery, migration, or load guarantees. The Fortemi Core cache used for capability discovery is separate and needs no live Server endpoint.

SQLite graph initialization now retries temporary journal-mode and schema locks within its configured busy timeout and closes failed connections. The fix includes a deterministic contention regression and regenerated benchmark evidence from the changed source.

Upgrade and references

npm install -g [email protected]
aiwg refresh --skip-update

This release also adopts Contributor Covenant 2.0 community standards. The package versions are `[email protected]`, `@aiwg/[email protected]`, and `@aiwg/[email protected]`.