AIWG 2026.8.6 - Governed sandbox integration and external artifact roots

AIWG 2026.8.6 - Governed sandbox integration and external artifact roots

Release date: 2026-08-04 Channel: stable

AIWG 2026.8.6 completes the current Agentic Sandbox integration and lets an AIWG project use an existing artifact corpus outside its repository without moving or overwriting either tree.

What changed

  • `aiwg artifacts attach --to <path>` validates an existing AIWG project,

records the external artifact location, and refreshes indexing and sync state.

  • Workspace status and build preflight follow `.aiwg-location`, so attached

corpora behave the same way as repository-local artifacts.

  • Cockpit exposes the qualified nine-tool Sandbox MCP fleet/activity surface

with explicit authorization and completeness evidence.

  • Exact Activity v1 schema mirrors and drift tests catch upstream contract

changes before they reach Cockpit users.

  • The credential-free qualification pins Agentic Sandbox `v2026.8.3` and

reports unavailable runtime tiers as insufficient evidence, never as a pass.

  • All 39 repository-hosted Claude plugins and the marketplace catalog advance

to `2026.8.6`. The external `training` plugin remains independently versioned at `1.0.0`.

The attach operation is intentionally non-destructive: it does not relocate the project, relocate the artifact corpus, or replace existing files in either location. A target without a valid `aiwg.config` is rejected.

Verification

The release candidate must pass version and marketplace lockstep validation, Claude plugin metadata/layout checks, TypeScript, the production CLI build, the full automated test suite, release metadata validation, Fortemi index checks, and hosted pull-request CI. Publication then requires the repository's signed tag gate and post-publication package, installer, checksum, and release-asset verification.

Package matrix

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

Upgrade

npm install --global [email protected]

For the lightweight signed-web distribution:

npm install --global @aiwg/[email protected]

Refresh Cockpit and Claude Code marketplace plugins after upgrading so cached plugin payloads and Cockpit contracts match this release.

Rollback

Roll all three npm packages back together to `2026.8.5`. That release does not include external artifact attachment, the nine-tool Sandbox MCP integration, or the exact Activity v1 schema-drift gate delivered here.