aiwg 2026.8.13 → 2026.8.14
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.
- package/CLAUDE.md +9 -0
- package/agentic/code/addons/aiwg-utils/rules/RULES-INDEX.md +7 -2
- package/agentic/code/addons/aiwg-utils/rules/artifact-output-policy.md +18 -0
- package/agentic/code/addons/voice-framework/docs/output-modes.md +35 -0
- package/agentic/code/addons/voice-framework/docs/overview.md +4 -0
- package/agentic/code/addons/voice-framework/manifest.json +3 -1
- package/agentic/code/addons/voice-framework/schemas/output-mode-profile.schema.json +35 -0
- package/agentic/code/frameworks/sdlc-complete/templates/aiwg-sections/01-sdlc-framework.md +9 -0
- package/agentic/code/frameworks/sdlc-complete/templates/project/AIWG-sdlc-fragment.md +9 -0
- package/agentic/code/frameworks/sdlc-complete/templates/project/AIWG.md +9 -0
- package/agentic/code/plugins/agent-loop/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/agent-persistence/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/agentic-installer/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/aiwg-dev/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/aiwg-evals/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/auto-memory/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/browser-control/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/color-palette/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/compound-memory/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/context-curator/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/daemon/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/doc-intelligence/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/droid-bridge/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/forensics/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/guided-implementation/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/hooks/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/knowledge-base/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/line-memory/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/llm-wiki/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/marketing/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/media-curator/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/nlp-prod/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/ops/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/prose-integration/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/research/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/rlm/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/sdlc/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/security-engineering/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/semantic-memory/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/skill-factory/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/star-prompt/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/testing-quality/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/twelve-factor/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/uat-mcp/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/utils/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/validation-complete/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/verbalized-sampling/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/voice/.claude-plugin/plugin.json +1 -1
- package/agentic/code/plugins/writing/.claude-plugin/plugin.json +1 -1
- package/dist/src/artifacts/output-policy.js +87 -0
- package/dist/src/cli/handlers/index.js +3 -1
- package/dist/src/cli/handlers/output-mode.js +69 -0
- package/dist/src/cli/handlers/run.js +42 -4
- package/dist/src/config/aiwg-config.js +8 -0
- package/dist/src/config/cli.js +2 -0
- package/dist/src/extensions/commands/definitions.js +19 -0
- package/dist/src/output-modes/registry.js +158 -0
- package/dist/src/output-modes/runtime.js +64 -0
- package/dist/src/output-modes/types.js +2 -0
- package/dist/src/skills/run.js +3 -1
- package/dist/src/smiths/context-pipeline/claude-hook.js +27 -7
- package/docs/_manifest.json +8 -0
- package/docs/addons/voice-framework/output-modes.md +5 -0
- package/docs/addons/voice-framework/overview.md +4 -0
- package/docs/architecture/adr-artifact-output-destinations.md +32 -0
- package/docs/cli/reference.md +33 -2
- package/docs/configuration/aiwg-config.md +33 -0
- package/docs/releases/_manifest.json +1 -0
- package/docs/releases/v2026.8.14-announcement.md +62 -0
- package/package.json +1 -1
- package/prebuilt/fortemi-core/framework/aiwg-fortemi-index-v2.json +1 -1
- package/prebuilt/fortemi-core/framework/manifest.json +2 -2
- package/tools/cli/doctor.mjs +21 -0
- package/vscode-extension/schemas/aiwg.config.v1.json +31 -0
package/CLAUDE.md
CHANGED
|
@@ -16,6 +16,15 @@ Load the canonical project context first, then the generated AIWG framework cont
|
|
|
16
16
|
<!-- AIWG:provider-bootstrap:end -->
|
|
17
17
|
@.aiwg/aiwg.config
|
|
18
18
|
|
|
19
|
+
## AIWG artifact output policy
|
|
20
|
+
|
|
21
|
+
- Canonical durable artifacts: AIWG artifact store (policy: aiwg).
|
|
22
|
+
- Provider-native presentation/export: explicit-only.
|
|
23
|
+
- Claude Design: available only when explicitly selected by the resolved policy or requested by the user.
|
|
24
|
+
- Never substitute, relocate, or omit the canonical AIWG plan/review artifact because Claude adds or changes a provider default.
|
|
25
|
+
- When both canonical and presentation outputs are selected, write the canonical artifact first; treat Design as a derived export and record provenance linking it to the canonical source of truth.
|
|
26
|
+
- Unknown provider-native destinations fail safe with a diagnostic. Higher-authority project policy overrides user preferences; explicit task selection overrides provider defaults only within the project policy ceiling.
|
|
27
|
+
|
|
19
28
|
<!--
|
|
20
29
|
This block is managed by `aiwg regenerate` and `aiwg use`.
|
|
21
30
|
Operator content above and below this block is preserved on regenerate.
|
|
@@ -4,7 +4,7 @@ Core meta-utility rules for agent coordination, context management, and platform
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
## AIWG Utilities Rules (
|
|
7
|
+
## AIWG Utilities Rules (27 rules — active with aiwg-utils addon)
|
|
8
8
|
|
|
9
9
|
### HIGH
|
|
10
10
|
|
|
@@ -72,6 +72,10 @@ Core meta-utility rules for agent coordination, context management, and platform
|
|
|
72
72
|
**Summary**: AIWG projects declare their git workflow in `.aiwg/aiwg.config` `delivery` block (`mode`: direct / feature-branch / pr-required, `default_branch`, `require_ci_green`, `force_push_policy`, `auto_close_issues`).
|
|
73
73
|
**Full rule**: @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/delivery-policy.md
|
|
74
74
|
|
|
75
|
+
#### artifact-output-policy
|
|
76
|
+
**Summary**: Durable AIWG artifacts remain canonical; provider-native presentation destinations require resolved project authorization and explicit selection by default.
|
|
77
|
+
**Full rule**: @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/artifact-output-policy.md
|
|
78
|
+
|
|
75
79
|
#### sdlc-right-sizing
|
|
76
80
|
**Summary**: Match SDLC artifacts to the actual scope of change.
|
|
77
81
|
**Full rule**: @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/sdlc-right-sizing.md
|
|
@@ -143,6 +147,7 @@ Core meta-utility rules for agent coordination, context management, and platform
|
|
|
143
147
|
| **Parallel dispatch design** | parallel-then-synthesize, subagent-scoping, context-budget |
|
|
144
148
|
| **Activity tracking** | activity-log |
|
|
145
149
|
| **Git workflow / branching / PRs** | delivery-policy, human-authorization |
|
|
150
|
+
| **Artifact destinations / provider-native exports** | artifact-output-policy, human-authorization |
|
|
146
151
|
| **Estimation and planning** | no-time-estimates, vague-discretion, subagent-scoping |
|
|
147
152
|
| **Debugging in monorepos / output trees** | debug-source-not-output |
|
|
148
153
|
| **Post-commit hygiene** | post-commit-index-refresh, activity-log |
|
|
@@ -151,5 +156,5 @@ Core meta-utility rules for agent coordination, context management, and platform
|
|
|
151
156
|
|
|
152
157
|
---
|
|
153
158
|
|
|
154
|
-
*Generated from aiwg-utils manifest.json —
|
|
159
|
+
*Generated from aiwg-utils manifest.json — 27 rules*
|
|
155
160
|
*Full rule files: @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/*
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: artifact-output-policy
|
|
3
|
+
description: Preserve canonical AIWG artifacts and require policy-authorized opt-in for provider-native presentation destinations
|
|
4
|
+
enforcement: high
|
|
5
|
+
scope: artifact-producing-workflows
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Artifact Output Policy
|
|
9
|
+
|
|
10
|
+
Before producing a durable AIWG plan, review, report, or SDLC artifact, resolve `.aiwg/aiwg.config` `artifact_outputs`.
|
|
11
|
+
|
|
12
|
+
1. Write the canonical artifact to the configured AIWG artifact store first. It remains the unambiguous source of truth.
|
|
13
|
+
2. Treat provider-native surfaces as derived presentation/export destinations. Never substitute or relocate the canonical artifact because of a provider default.
|
|
14
|
+
3. The compatibility default is `canonical: aiwg` and `provider_native: explicit-only`. A user may explicitly request an enabled supported destination for the current task; user or provider defaults cannot silently select it.
|
|
15
|
+
4. When both outputs are selected, record the presentation reference, canonical path, authority, and timestamp in artifact-output provenance.
|
|
16
|
+
5. Unknown or unsupported provider-native destinations fail safe with a clear diagnostic. Report honestly when the provider operates above AIWG's controllable prompt/tool boundary.
|
|
17
|
+
|
|
18
|
+
Project policy is the ceiling. Within that ceiling, explicit per-task selection outranks user preference and provider defaults. Higher-authority safety, privacy, and project data-boundary rules always apply.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Composable output modes
|
|
2
|
+
|
|
3
|
+
Output modes are provider-neutral presentation constraints selected at runtime. With no configured mode, the effective mode is `unaltered`: AIWG adds no instructions and performs no post-processing.
|
|
4
|
+
|
|
5
|
+
## Commands and scopes
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
aiwg output-mode list
|
|
9
|
+
aiwg output-mode show asd-ste
|
|
10
|
+
aiwg output-mode enable wittgenstein-inspired --scope session
|
|
11
|
+
aiwg output-mode disable wittgenstein-inspired --scope session
|
|
12
|
+
aiwg output-mode clear --scope session
|
|
13
|
+
aiwg output-mode status
|
|
14
|
+
aiwg run skill <name> --output-mode asd-ste --output-mode wittgenstein-inspired -- <args>
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Invocation modes exist only for one command. Session state is runtime state outside provider startup files. Project state is stored in `.aiwg/output-modes.yaml`. Direct invocation selection overrides session selection, which overrides project selection for the same stable ID.
|
|
18
|
+
|
|
19
|
+
Profiles resolve in this order: project `.aiwg/output-modes/`, user `~/.config/aiwg/output-modes/`, adapted built-in voice profiles, then built-in output modes. Unknown modes fail safe.
|
|
20
|
+
|
|
21
|
+
## Composition and precedence
|
|
22
|
+
|
|
23
|
+
Modes execute deterministically by stage: semantic, voice, controlled language, structure, then presentation. Numeric `order` and stable ID break ties. Two modes of the same kind require a declared merge strategy; adapted voice profiles use the existing weighted-voice strategy. Explicit conflicts and missing requirements stop execution with a diagnostic.
|
|
24
|
+
|
|
25
|
+
Output modes are lower authority than user instructions, project policy, safety, factuality, accuracy, and citation requirements. Profiles declare protected content such as code, commands, citations, quotations, identifiers, and machine-readable blocks. A mode cannot authorize changing those literals or weakening a higher-authority rule.
|
|
26
|
+
|
|
27
|
+
## Authoring and licensing
|
|
28
|
+
|
|
29
|
+
Create YAML or JSON matching `schemas/output-mode-profile.schema.json`. Include stable identity, provenance, license, stage, validation level, and protected-content declarations. Do not embed proprietary rules or vocabulary without distribution rights.
|
|
30
|
+
|
|
31
|
+
The built-in `asd-ste` entry is an adapter, not bundled ASD-STE text. It remains advisory until an operator supplies a licensed ruleset, approved terminology, a standard version, and a successful validator. Only that complete validator-backed configuration may claim conformance. `wittgenstein-inspired` is labeled as general stylistic guidance and must never impersonate or falsely attribute output.
|
|
32
|
+
|
|
33
|
+
## Migration from `voice-apply`
|
|
34
|
+
|
|
35
|
+
Existing voice profiles remain valid and appear in `output-mode list` through an adapter. Use direct `voice-apply` when transforming a specific file. Use output modes when a voice must compose with controlled-language, structure, or presentation constraints at invocation, session, or project scope.
|
|
@@ -70,6 +70,9 @@ Output is a structured analysis mapping the content against the profile schema d
|
|
|
70
70
|
|
|
71
71
|
## Profile Resolution Order
|
|
72
72
|
|
|
73
|
+
For runtime-selectable cross-kind composition, see
|
|
74
|
+
`@$AIWG_ROOT/agentic/code/addons/voice-framework/docs/output-modes.md`.
|
|
75
|
+
|
|
73
76
|
When a skill looks for a voice profile by name, it checks:
|
|
74
77
|
|
|
75
78
|
1. `.aiwg/voices/` — Project-specific profiles
|
|
@@ -106,3 +109,4 @@ aiwg use all
|
|
|
106
109
|
- `@$AIWG_ROOT/agentic/code/addons/voice-framework/docs/quickstart.md` — Apply your first voice profile
|
|
107
110
|
- `@$AIWG_ROOT/agentic/code/addons/voice-framework/voices/templates/` — Built-in profile files
|
|
108
111
|
- `@$AIWG_ROOT/agentic/code/addons/voice-framework/schemas/voice-profile.schema.json` — Profile schema
|
|
112
|
+
- `@$AIWG_ROOT/agentic/code/addons/voice-framework/schemas/output-mode-profile.schema.json` — Output-mode profile schema
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "addon",
|
|
4
4
|
"name": "Voice Framework",
|
|
5
5
|
"version": "1.0.0",
|
|
6
|
-
"description": "Voice
|
|
6
|
+
"description": "Voice profiles and composable runtime-selectable output modes for controlled writing and presentation.",
|
|
7
7
|
"core": false,
|
|
8
8
|
"autoInstall": false,
|
|
9
9
|
"author": "AIWG Contributors",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"writing",
|
|
17
17
|
"profiles",
|
|
18
18
|
"customization"
|
|
19
|
+
,"output-modes"
|
|
20
|
+
,"controlled-language"
|
|
19
21
|
],
|
|
20
22
|
"entry": {
|
|
21
23
|
"rules": "rules/",
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://aiwg.io/schemas/output-mode-profile.schema.json",
|
|
4
|
+
"title": "AIWG Output Mode Profile",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["id", "version", "description", "kind", "stage", "instructions", "provenance", "validation"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"id": { "type": "string", "pattern": "^[a-z0-9][a-z0-9.-]*$" },
|
|
10
|
+
"version": { "type": "string", "minLength": 1 },
|
|
11
|
+
"description": { "type": "string", "minLength": 1 },
|
|
12
|
+
"kind": { "enum": ["voice", "controlled-language", "structure", "presentation"] },
|
|
13
|
+
"stage": { "enum": ["semantic", "voice", "controlled-language", "structure", "presentation"] },
|
|
14
|
+
"order": { "type": "integer" },
|
|
15
|
+
"instructions": { "type": "string" },
|
|
16
|
+
"provenance": {
|
|
17
|
+
"type": "object", "additionalProperties": false, "required": ["source", "license"],
|
|
18
|
+
"properties": { "source": { "type": "string" }, "license": { "type": "string" } }
|
|
19
|
+
},
|
|
20
|
+
"validation": {
|
|
21
|
+
"type": "object", "additionalProperties": false, "required": ["level"],
|
|
22
|
+
"properties": {
|
|
23
|
+
"level": { "enum": ["advisory", "validated", "conformance"] },
|
|
24
|
+
"hook": { "type": "string" }, "standardVersion": { "type": "string" }
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"compatible": { "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
28
|
+
"conflicts": { "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
29
|
+
"requires": { "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
30
|
+
"supersedes": { "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
31
|
+
"protectedContent": { "type": "array", "items": { "type": "string" }, "uniqueItems": true },
|
|
32
|
+
"contextCost": { "type": "integer", "minimum": 0 },
|
|
33
|
+
"mergeStrategy": { "enum": ["weighted-voice"] }
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -50,3 +50,12 @@ All SDLC artifacts (requirements, architecture, testing, etc.) are stored in **`
|
|
|
50
50
|
├── working/ # Temporary scratch (safe to delete)
|
|
51
51
|
└── reports/ # Generated reports and indices
|
|
52
52
|
```
|
|
53
|
+
|
|
54
|
+
### Artifact output destinations
|
|
55
|
+
|
|
56
|
+
Resolve `.aiwg/aiwg.config` `artifact_outputs` before creating a durable plan,
|
|
57
|
+
review, or report. The canonical AIWG artifact store remains the source of
|
|
58
|
+
truth. Provider-native presentation surfaces are derived exports and are
|
|
59
|
+
explicit-only by default; they never replace canonical persistence. Write the
|
|
60
|
+
canonical artifact first, record provenance for dual output, and fail safe for
|
|
61
|
+
unknown destinations.
|
|
@@ -55,6 +55,15 @@ All SDLC artifacts (requirements, architecture, testing, etc.) are stored in **`
|
|
|
55
55
|
└── reports/ # Generated reports and indices
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
+
### Artifact output destinations
|
|
59
|
+
|
|
60
|
+
Resolve `.aiwg/aiwg.config` `artifact_outputs` before creating a durable plan,
|
|
61
|
+
review, or report. The canonical AIWG artifact store remains the source of
|
|
62
|
+
truth. Provider-native presentation surfaces are derived exports and are
|
|
63
|
+
explicit-only by default; they never replace canonical persistence. Write the
|
|
64
|
+
canonical artifact first, record provenance for dual output, and fail safe for
|
|
65
|
+
unknown destinations.
|
|
66
|
+
|
|
58
67
|
## Provider-Neutral SDLC Orchestrator Role
|
|
59
68
|
|
|
60
69
|
The active provider coordinates SDLC workflows through canonical skills. Skills and their referenced playbooks/templates are authoritative; generated commands are provider adapters or compatibility shims.
|
|
@@ -57,6 +57,15 @@ All SDLC artifacts (requirements, architecture, testing, etc.) are stored in **`
|
|
|
57
57
|
└── reports/ # Generated reports and indices
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
### Artifact output destinations
|
|
61
|
+
|
|
62
|
+
Resolve `.aiwg/aiwg.config` `artifact_outputs` before creating a durable plan,
|
|
63
|
+
review, or report. The canonical AIWG artifact store remains the source of
|
|
64
|
+
truth. Provider-native presentation surfaces are derived exports and are
|
|
65
|
+
explicit-only by default; they never replace canonical persistence. Write the
|
|
66
|
+
canonical artifact first, record provenance for dual output, and fail safe for
|
|
67
|
+
unknown destinations.
|
|
68
|
+
|
|
60
69
|
## Provider-Neutral SDLC Orchestrator Role
|
|
61
70
|
|
|
62
71
|
The active provider coordinates SDLC workflows through canonical skills. Skills and their referenced playbooks/templates are authoritative; generated commands are provider adapters or compatibility shims.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-persistence",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Human-in-the-loop (HITL) gate definitions for agent operations. Provides reusable YAML gates for destructive-action authorization, false-positive override, and recovery escalation. Loaded by agent loops and orchestrators that need bounded human checkpoints.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-installer",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Structured YAML manifests for reproducible, agent-driven software installation across platforms. Scripts are the primary artifact; agentic instructions handle adaptation and recovery.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aiwg-dev",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Developer tooling for building AIWG itself and AIWG addons/frameworks. Not for end users — install explicitly with `aiwg use aiwg-dev`.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browser-control",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Drive a real, user-installed Chromium-derived browser from an AIWG agent. Wraps @playwright/mcp with a setup wizard, health-check doctor, allow-list enforcement, and an opinionated agent persona that respects authorization and audit boundaries.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "color-palette",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Color palette selection and review tooling with color theory fundamentals, current trend research, and accessibility analysis.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "forensics",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Digital forensics and incident response framework with 14 specialized agents covering target profiling, evidence acquisition, log/memory/container/cloud analysis, IOC extraction, and reporting.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knowledge-base",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Knowledge-base / wiki framework with skills for ingestion, query, and lint. Build a structured, citable corpus with cross-references and concept pages.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-wiki",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "LLM-maintained markdown wiki that compounds as sources are ingested. Thin topology declaration on the semantic memory kernel — ships schema profiles and page templates, no custom mechanics.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "media-curator",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Media archive management framework with 7 specialized agents for source discovery, acquisition (yt-dlp / Internet Archive / Bandcamp), quality assessment, metadata tagging, and provenance tracking.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nlp-prod",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Tools, skills, and CLI extensions for designing and productionizing LLM inference pipelines. Pattern-guided, slim by default, eval-first.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ops",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Operational infrastructure framework with 12 specialized agents covering incident response, runbook execution, fleet inventory, certificate lifecycle, and disaster recovery planning.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "research",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Research workflow framework with 9 specialized agents for discovery, acquisition, synthesis, citation management, GRADE quality assessment, and OAIS-compliant archival.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rlm",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "RLM-inspired recursive context decomposition for processing arbitrarily large codebases and document corpora through programmatic sub-agent delegation",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "security-engineering",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Applied security framework for cryptographic primitive selection, chain-of-trust design, authentication factor analysis, supply-chain trust, and physical-threat modeling. Complements OWASP-style application audits.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-memory",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Topology-agnostic semantic memory operations: ingest, lint, query-capture, and structured event logging. Consumers declare a memory topology in their manifest.json; kernel skills read that contract to parameterize behavior.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skill-factory",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Build, enhance, validate, and package Claude skills end-to-end. Coordinates skill-builder, skill-enhancer, quality-checker, and skill-packager via the skill-architect agent.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uat-mcp",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Agent-executable acceptance testing via MCP connections — generate, execute, and report on UAT plans that validate MCP tool surfaces.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verbalized-sampling",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.14",
|
|
4
4
|
"description": "Training-free prompting technique that improves output diversity by 1.6-2.1x through verbalized probability distributions, addressing RLHF mode collapse",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "AIWG Contributors",
|