AIWG 2026.7.19 - "Complete package documentation and release verification"

AIWG 2026.7.19 - "Complete package documentation and release verification"

Released: 2026-07-23 Channel: stable

AIWG 2026.7.19 completes the npm presentation and verification work for the web-backed CLI distribution. The lightweight package now presents a full, package-specific guide on npm, and release regressions prevent any AIWG package from falling back to stub-level documentation.

Highlights

  • Full `@aiwg/cli` guide — the package README covers distribution choice,

zero-configuration signed web resources, discovery and lookup, per-call version selection, caching, offline operation, the JavaScript API, security, migration, troubleshooting, and package scope.

  • README quality contract — all three published package sources must remain

substantial, self-contained, package-specific documents. The packed CLI integration test also verifies that npm receives the exact dedicated README.

  • Safer mirror verification — Gitea package checks install AIWG tarballs by

direct URL while resolving third-party dependencies from npmjs.org, matching the supported operator workflow.

  • Bootstrap tag retirement — the one-time package reservation remains in

npm history, while the deprecated `bootstrap` dist-tag is removed through a narrowly scoped authenticated maintenance workflow.

Package matrix

All three packages publish in CalVer lockstep:

[email protected]
@aiwg/[email protected]
@aiwg/[email protected]

The signed release tag publishes all three packages to npmjs.org through GitHub OIDC trusted publishing with provenance and mirrors them to Gitea.

Use the full local-corpus distribution:

npm install --global aiwg@latest
aiwg discover "architecture evolution"

Use the lightweight signed-web distribution:

npm install --global @aiwg/cli@latest
aiwg discover "architecture evolution"
aiwg show skill architecture-evolution

No project configuration is required for `@aiwg/cli` web discovery. Operators can pin resources for one call with `--aiwg-version <version>` or choose a source explicitly with `--resource-source local|web|auto`.

Upgrade

npm install --global aiwg@latest
# or
npm install --global @aiwg/cli@latest

Existing local installations, project deployments, and explicit web-mode invocations continue to work without migration.