aiwg 2026.7.3 → 2026.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# AIWG 2026.7.4 - "Fortemi discovery release alignment"
|
|
2
|
+
|
|
3
|
+
**Released:** 2026-07-03
|
|
4
|
+
**Channel:** stable (`npm install -g aiwg`)
|
|
5
|
+
|
|
6
|
+
This patch release supersedes `2026.7.3` as the artifact-aligned stable release
|
|
7
|
+
for the Fortemi capability discovery parity fix.
|
|
8
|
+
|
|
9
|
+
`2026.7.3` was published during the first tag push before `main` was rebased
|
|
10
|
+
onto the latest remote documentation commit. Because npm package versions are
|
|
11
|
+
immutable, `2026.7.4` carries the same discovery fix from the corrected `main`
|
|
12
|
+
lineage so the package, tag, and repository history line up again.
|
|
13
|
+
|
|
14
|
+
## Highlights
|
|
15
|
+
|
|
16
|
+
- Fortemi-backed capability discovery uses the merged capability-default graph
|
|
17
|
+
surface instead of project-only lookup.
|
|
18
|
+
- Bare `aiwg show skill doc-sync` and `aiwg show skill flow-release` resolve
|
|
19
|
+
canonical framework skills instead of ambiguity lists from plugin mirrors.
|
|
20
|
+
- The release-flow skill declares `release flow`, `flow release`, and related
|
|
21
|
+
trigger phrases.
|
|
22
|
+
- Real-corpus parity tests compare Fortemi default discovery against local
|
|
23
|
+
framework discovery over the AIWG corpus.
|
|
24
|
+
- Project-local custom skill discovery/show is covered by unit, integration,
|
|
25
|
+
and live UAT checks.
|
|
26
|
+
|
|
27
|
+
## Upgrade
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
npm install -g aiwg@latest
|
|
31
|
+
aiwg --version
|
|
32
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aiwg",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.4",
|
|
4
4
|
"description": "Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platforms. Optional utilities for persistent artifact memory, background orchestration, autonomous loops, and artifact indexing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|