aiwg 2026.2.14 → 2026.3.0
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/README.md +3 -3
- package/agentic/code/frameworks/sdlc-complete/README.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/config/models.json +19 -19
- package/docs/_manifest.json +274 -54
- package/docs/architecture/workspace-architecture.md +2 -2
- package/docs/config.json +11 -5
- package/docs/development/skill-creation-guide.md +2 -2
- package/docs/getting-started/prerequisites.md +1 -1
- package/docs/integrations/windsurf-quickstart.md +1 -1
- package/docs/mcp/README.md +1 -1
- package/docs/mcp-auto-mode-guide.md +2 -2
- package/docs/overrides/index.html +1 -1
- package/docs/overrides/styles.css +9 -0
- package/docs/privacy.md +178 -0
- package/docs/prompting/few-shot-learning.md +1 -1
- package/docs/quickstart-sdlc.md +1 -1
- package/docs/ralph-guide.md +7 -7
- package/docs/references/README.md +19 -7
- package/docs/references/_manifest.json +2 -1
- package/docs/releases/v0.9.1-announcement.md +2 -2
- package/docs/releases/v2026.1.3-announcement.md +3 -3
- package/docs/releases/v2026.1.4-announcement.md +1 -1
- package/docs/releases/v2026.1.5-announcement.md +2 -2
- package/docs/releases/v2026.1.6-announcement.md +1 -1
- package/docs/releases/v2026.1.7-announcement.md +1 -1
- package/docs/releases/v2026.2.0-announcement.md +1 -1
- package/docs/releases/v2026.2.12-announcement.md +5 -5
- package/docs/releases/v2026.2.14-announcement.md +1 -1
- package/docs/releases/v2026.2.15-announcement.md +52 -0
- package/docs/releases/v2026.2.3-announcement.md +2 -2
- package/docs/releases/v2026.2.4-announcement.md +4 -4
- package/docs/releases/v2026.2.5-announcement.md +3 -3
- package/docs/releases/v2026.2.7-announcement.md +1 -1
- package/docs/releases/v2026.2.8-announcement.md +1 -1
- package/docs/releases/v2026.2.9-announcement.md +1 -1
- package/docs/research/glossary.md +3 -3
- package/docs/smithing/mcpsmith.md +1 -1
- package/docs/terms.md +299 -0
- package/docs/welcome.html +73 -19
- package/package.json +2 -3
- package/src/mcp/server.mjs +1 -1
- package/tools/agents/providers/base.mjs +6 -6
- package/tools/agents/providers/factory.mjs +5 -5
- package/USAGE_GUIDE.md +0 -436
- package/docs/cli/ralph-multiloop-options.md +0 -709
- package/docs/migration/multi-loop-migration.md +0 -488
- package/docs/ralph-epic-26-architecture.md +0 -1688
- package/docs/ralph-epic-26-best-practices.md +0 -1616
- package/docs/ralph-epic-26-configuration.md +0 -1168
- package/docs/ralph-epic-26-examples.md +0 -1210
- package/docs/ralph-epic-26-troubleshooting.md +0 -1291
- package/docs/ralph-external-security.md +0 -710
- package/docs/ralph-multiloop-cli-guide.md +0 -644
package/README.md
CHANGED
|
@@ -206,14 +206,14 @@ See [Platform Integration Guides](docs/integrations/) for setup instructions.
|
|
|
206
206
|
|
|
207
207
|
### Getting Started
|
|
208
208
|
|
|
209
|
-
- **[Quick Start Guide](
|
|
209
|
+
- **[Quick Start Guide](docs/quickstart.md)** — Install and deploy in minutes
|
|
210
210
|
- **[Prerequisites](docs/getting-started/prerequisites.md)** — Node.js, AI platforms, OS support
|
|
211
211
|
- **[CLI Reference](docs/cli-reference.md)** — All 42 `aiwg` commands with examples
|
|
212
212
|
|
|
213
213
|
### By Audience Level
|
|
214
214
|
|
|
215
215
|
**Practitioners:**
|
|
216
|
-
- [Quick Start Guide](
|
|
216
|
+
- [Quick Start Guide](docs/quickstart.md) — Hands-on workflows
|
|
217
217
|
- [Ralph Loop Guide](docs/ralph-guide.md) — Iterative execution
|
|
218
218
|
- [Platform Guides](docs/integrations/) — 5-10 minute setup
|
|
219
219
|
|
|
@@ -305,7 +305,7 @@ AIWG is optimized for token efficiency. Most users on **Claude Pro** or similar
|
|
|
305
305
|
|
|
306
306
|
**MIT License** — Free to use, modify, and distribute. See [LICENSE](LICENSE).
|
|
307
307
|
|
|
308
|
-
**Important:** This framework does not provide legal, security, or financial advice. All generated content should be reviewed before use. See [
|
|
308
|
+
**Important:** This framework does not provide legal, security, or financial advice. All generated content should be reviewed before use. See [Terms of Use](docs/terms.md) for full disclaimers.
|
|
309
309
|
|
|
310
310
|
---
|
|
311
311
|
|
|
@@ -4,35 +4,35 @@
|
|
|
4
4
|
"title": "AIWG Model Configuration",
|
|
5
5
|
"description": "Default model mappings for AIWG SDLC framework deployment. Users can customize these values for their specific needs.",
|
|
6
6
|
"version": "1.0.0",
|
|
7
|
-
"lastUpdated": "2026-
|
|
7
|
+
"lastUpdated": "2026-03-01",
|
|
8
8
|
|
|
9
9
|
"claude": {
|
|
10
10
|
"reasoning": {
|
|
11
|
-
"model": "claude-opus-4-
|
|
12
|
-
"description": "Claude Opus 4.
|
|
11
|
+
"model": "claude-opus-4-6",
|
|
12
|
+
"description": "Claude Opus 4.6 - Best for complex reasoning, architecture design, strategic decisions"
|
|
13
13
|
},
|
|
14
14
|
"coding": {
|
|
15
|
-
"model": "claude-sonnet-4-
|
|
16
|
-
"description": "Claude Sonnet 4.
|
|
15
|
+
"model": "claude-sonnet-4-6",
|
|
16
|
+
"description": "Claude Sonnet 4.6 - Best for code generation, implementation, debugging"
|
|
17
17
|
},
|
|
18
18
|
"efficiency": {
|
|
19
|
-
"model": "claude-haiku-
|
|
20
|
-
"description": "Claude Haiku
|
|
19
|
+
"model": "claude-haiku-4-5-20251001",
|
|
20
|
+
"description": "Claude Haiku 4.5 - Best for quick tasks, file operations, simple edits"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
|
|
24
24
|
"factory": {
|
|
25
25
|
"reasoning": {
|
|
26
|
-
"model": "claude-opus-4-
|
|
27
|
-
"description": "Factory AI uses
|
|
26
|
+
"model": "claude-opus-4-6",
|
|
27
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
28
28
|
},
|
|
29
29
|
"coding": {
|
|
30
|
-
"model": "claude-sonnet-4-
|
|
31
|
-
"description": "Factory AI uses
|
|
30
|
+
"model": "claude-sonnet-4-6",
|
|
31
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
32
32
|
},
|
|
33
33
|
"efficiency": {
|
|
34
|
-
"model": "claude-haiku-
|
|
35
|
-
"description": "Factory AI uses
|
|
34
|
+
"model": "claude-haiku-4-5-20251001",
|
|
35
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
|
|
@@ -54,23 +54,23 @@
|
|
|
54
54
|
"windsurf": {
|
|
55
55
|
"_status": "EXPERIMENTAL",
|
|
56
56
|
"reasoning": {
|
|
57
|
-
"model": "claude-opus-4-
|
|
57
|
+
"model": "claude-opus-4-6",
|
|
58
58
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
59
59
|
},
|
|
60
60
|
"coding": {
|
|
61
|
-
"model": "claude-sonnet-4-
|
|
61
|
+
"model": "claude-sonnet-4-6",
|
|
62
62
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
63
63
|
},
|
|
64
64
|
"efficiency": {
|
|
65
|
-
"model": "claude-haiku-
|
|
65
|
+
"model": "claude-haiku-4-5-20251001",
|
|
66
66
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
|
|
70
70
|
"shorthand": {
|
|
71
|
-
"opus": "claude-opus-4-
|
|
72
|
-
"sonnet": "claude-sonnet-4-
|
|
73
|
-
"haiku": "claude-haiku-
|
|
71
|
+
"opus": "claude-opus-4-6",
|
|
72
|
+
"sonnet": "claude-sonnet-4-6",
|
|
73
|
+
"haiku": "claude-haiku-4-5-20251001",
|
|
74
74
|
"inherit": "inherit"
|
|
75
75
|
},
|
|
76
76
|
|
package/docs/_manifest.json
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
"order": [
|
|
5
5
|
"welcome",
|
|
6
6
|
"getting-started",
|
|
7
|
+
"overview/what-is-aiwg",
|
|
8
|
+
"overview/executive-brief",
|
|
7
9
|
"quickstart",
|
|
8
10
|
"intake-guide",
|
|
9
11
|
"regenerate-guide",
|
|
@@ -16,6 +18,7 @@
|
|
|
16
18
|
"integrations/codex-quickstart",
|
|
17
19
|
"integrations/opencode-quickstart",
|
|
18
20
|
"integrations/warp-terminal-quickstart",
|
|
21
|
+
"integrations/windsurf-quickstart",
|
|
19
22
|
"integrations/cross-platform-config",
|
|
20
23
|
"quickstart-sdlc",
|
|
21
24
|
"quickstart-mmk",
|
|
@@ -24,6 +27,9 @@
|
|
|
24
27
|
"mention-utilities",
|
|
25
28
|
"deploy-generators",
|
|
26
29
|
"configuration/model-configuration",
|
|
30
|
+
"hook-patterns",
|
|
31
|
+
"mcp/README",
|
|
32
|
+
"plugin-marketplace-guide",
|
|
27
33
|
"daemon-guide",
|
|
28
34
|
"messaging-guide",
|
|
29
35
|
"troubleshooting",
|
|
@@ -31,12 +37,28 @@
|
|
|
31
37
|
"troubleshooting/deployment-issues",
|
|
32
38
|
"troubleshooting/path-issues",
|
|
33
39
|
"troubleshooting/platform-issues",
|
|
40
|
+
"guides",
|
|
41
|
+
"models",
|
|
42
|
+
"models/claude-optimization",
|
|
43
|
+
"models/gpt-optimization",
|
|
44
|
+
"models/local-models",
|
|
45
|
+
"models/hybrid-architectures",
|
|
46
|
+
"prompting",
|
|
47
|
+
"prompting/chain-of-thought",
|
|
48
|
+
"prompting/context-optimization",
|
|
49
|
+
"prompting/few-shot-learning",
|
|
50
|
+
"prompting/role-based-prompting",
|
|
34
51
|
"customizing",
|
|
52
|
+
"extensions",
|
|
53
|
+
"extensions/overview",
|
|
54
|
+
"extensions/creating-extensions",
|
|
55
|
+
"extensions/extension-types",
|
|
35
56
|
"development",
|
|
36
57
|
"development/devkit-overview",
|
|
37
58
|
"development/addon-creation-guide",
|
|
38
59
|
"development/extension-creation-guide",
|
|
39
60
|
"development/framework-creation-guide",
|
|
61
|
+
"development/skill-creation-guide",
|
|
40
62
|
"development/walkthrough-create-addon",
|
|
41
63
|
"development/file-placement-guide",
|
|
42
64
|
"smithing",
|
|
@@ -55,8 +77,11 @@
|
|
|
55
77
|
"references",
|
|
56
78
|
"references/REF-001-production-grade-agentic-workflows",
|
|
57
79
|
"references/REF-002-llm-failure-modes-agentic",
|
|
58
|
-
"references/REF-003-
|
|
80
|
+
"references/REF-003-agentic-development-antipatterns",
|
|
81
|
+
"references/REF-066-mcp-specification-2025",
|
|
59
82
|
"releases",
|
|
83
|
+
"releases/v2026.2.14-announcement",
|
|
84
|
+
"releases/v2026.2.12-announcement",
|
|
60
85
|
"releases/v2026.2.9-announcement",
|
|
61
86
|
"releases/v2026.2.8-announcement",
|
|
62
87
|
"releases/v2026.2.7-announcement",
|
|
@@ -74,7 +99,10 @@
|
|
|
74
99
|
"releases/v2024.12.3-announcement",
|
|
75
100
|
"releases/v2024.12.2-announcement",
|
|
76
101
|
"releases/v2024.12.1-announcement",
|
|
77
|
-
"releases/v0.9.1-announcement"
|
|
102
|
+
"releases/v0.9.1-announcement",
|
|
103
|
+
"legal",
|
|
104
|
+
"privacy",
|
|
105
|
+
"terms"
|
|
78
106
|
],
|
|
79
107
|
"sections": [
|
|
80
108
|
{
|
|
@@ -88,6 +116,20 @@
|
|
|
88
116
|
"title": "Getting Started",
|
|
89
117
|
"summary": "Install and use AIWG"
|
|
90
118
|
},
|
|
119
|
+
{
|
|
120
|
+
"id": "overview/what-is-aiwg",
|
|
121
|
+
"title": "What is AIWG?",
|
|
122
|
+
"summary": "Framework overview",
|
|
123
|
+
"file": "overview/what-is-aiwg.md",
|
|
124
|
+
"parent": "getting-started"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "overview/executive-brief",
|
|
128
|
+
"title": "Executive Brief",
|
|
129
|
+
"summary": "High-level summary",
|
|
130
|
+
"file": "overview/executive-brief.md",
|
|
131
|
+
"parent": "getting-started"
|
|
132
|
+
},
|
|
91
133
|
{
|
|
92
134
|
"id": "quickstart",
|
|
93
135
|
"title": "Quick Start",
|
|
@@ -172,6 +214,13 @@
|
|
|
172
214
|
"file": "integrations/warp-terminal-quickstart.md",
|
|
173
215
|
"parent": "integrations"
|
|
174
216
|
},
|
|
217
|
+
{
|
|
218
|
+
"id": "integrations/windsurf-quickstart",
|
|
219
|
+
"title": "Windsurf",
|
|
220
|
+
"summary": "Setup for Windsurf",
|
|
221
|
+
"file": "integrations/windsurf-quickstart.md",
|
|
222
|
+
"parent": "integrations"
|
|
223
|
+
},
|
|
175
224
|
{
|
|
176
225
|
"id": "integrations/cross-platform-config",
|
|
177
226
|
"title": "Configuration",
|
|
@@ -226,6 +275,27 @@
|
|
|
226
275
|
"file": "configuration/model-configuration.md",
|
|
227
276
|
"parent": "reference"
|
|
228
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"id": "hook-patterns",
|
|
280
|
+
"title": "Hook Patterns",
|
|
281
|
+
"summary": "Lifecycle event hooks",
|
|
282
|
+
"file": "hook-patterns.md",
|
|
283
|
+
"parent": "reference"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "mcp/README",
|
|
287
|
+
"title": "MCP Server",
|
|
288
|
+
"summary": "Model Context Protocol",
|
|
289
|
+
"file": "mcp/README.md",
|
|
290
|
+
"parent": "reference"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "plugin-marketplace-guide",
|
|
294
|
+
"title": "Plugin Marketplace",
|
|
295
|
+
"summary": "Install and manage plugins",
|
|
296
|
+
"file": "plugin-marketplace-guide.md",
|
|
297
|
+
"parent": "reference"
|
|
298
|
+
},
|
|
229
299
|
{
|
|
230
300
|
"id": "daemon-guide",
|
|
231
301
|
"title": "Daemon Mode",
|
|
@@ -275,76 +345,116 @@
|
|
|
275
345
|
"parent": "troubleshooting"
|
|
276
346
|
},
|
|
277
347
|
{
|
|
278
|
-
"id": "
|
|
279
|
-
"title": "
|
|
280
|
-
"summary": "
|
|
348
|
+
"id": "guides",
|
|
349
|
+
"title": "Guides",
|
|
350
|
+
"summary": "Model optimization and prompting"
|
|
281
351
|
},
|
|
282
352
|
{
|
|
283
|
-
"id": "
|
|
284
|
-
"title": "
|
|
285
|
-
"summary": "
|
|
353
|
+
"id": "models",
|
|
354
|
+
"title": "Model Optimization",
|
|
355
|
+
"summary": "Optimize AI model usage",
|
|
286
356
|
"collapsed": true,
|
|
287
|
-
"parent": "
|
|
357
|
+
"parent": "guides"
|
|
288
358
|
},
|
|
289
359
|
{
|
|
290
|
-
"id": "
|
|
291
|
-
"title": "
|
|
292
|
-
"summary": "
|
|
293
|
-
"file": "
|
|
294
|
-
"parent": "
|
|
360
|
+
"id": "models/claude-optimization",
|
|
361
|
+
"title": "Claude",
|
|
362
|
+
"summary": "Claude context and tool patterns",
|
|
363
|
+
"file": "models/claude-optimization.md",
|
|
364
|
+
"parent": "models"
|
|
295
365
|
},
|
|
296
366
|
{
|
|
297
|
-
"id": "
|
|
298
|
-
"title": "
|
|
299
|
-
"summary": "
|
|
300
|
-
"file": "
|
|
301
|
-
"parent": "
|
|
367
|
+
"id": "models/gpt-optimization",
|
|
368
|
+
"title": "GPT",
|
|
369
|
+
"summary": "GPT function calling and outputs",
|
|
370
|
+
"file": "models/gpt-optimization.md",
|
|
371
|
+
"parent": "models"
|
|
302
372
|
},
|
|
303
373
|
{
|
|
304
|
-
"id": "
|
|
305
|
-
"title": "
|
|
306
|
-
"summary": "
|
|
307
|
-
"file": "
|
|
308
|
-
"parent": "
|
|
374
|
+
"id": "models/local-models",
|
|
375
|
+
"title": "Local Models",
|
|
376
|
+
"summary": "Quantization and deployment",
|
|
377
|
+
"file": "models/local-models.md",
|
|
378
|
+
"parent": "models"
|
|
309
379
|
},
|
|
310
380
|
{
|
|
311
|
-
"id": "
|
|
312
|
-
"title": "
|
|
313
|
-
"summary": "
|
|
381
|
+
"id": "models/hybrid-architectures",
|
|
382
|
+
"title": "Hybrid Architectures",
|
|
383
|
+
"summary": "Multi-model routing",
|
|
384
|
+
"file": "models/hybrid-architectures.md",
|
|
385
|
+
"parent": "models"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "prompting",
|
|
389
|
+
"title": "Prompting Techniques",
|
|
390
|
+
"summary": "Advanced prompting strategies",
|
|
314
391
|
"collapsed": true,
|
|
315
|
-
"parent": "
|
|
392
|
+
"parent": "guides"
|
|
316
393
|
},
|
|
317
394
|
{
|
|
318
|
-
"id": "
|
|
319
|
-
"title": "
|
|
320
|
-
"summary": "
|
|
321
|
-
"file": "
|
|
322
|
-
"parent": "
|
|
395
|
+
"id": "prompting/chain-of-thought",
|
|
396
|
+
"title": "Chain-of-Thought",
|
|
397
|
+
"summary": "Structured reasoning",
|
|
398
|
+
"file": "prompting/chain-of-thought.md",
|
|
399
|
+
"parent": "prompting"
|
|
323
400
|
},
|
|
324
401
|
{
|
|
325
|
-
"id": "
|
|
326
|
-
"title": "
|
|
327
|
-
"summary": "
|
|
328
|
-
"file": "
|
|
329
|
-
"parent": "
|
|
402
|
+
"id": "prompting/context-optimization",
|
|
403
|
+
"title": "Context Optimization",
|
|
404
|
+
"summary": "Managing context windows",
|
|
405
|
+
"file": "prompting/context-optimization.md",
|
|
406
|
+
"parent": "prompting"
|
|
330
407
|
},
|
|
331
408
|
{
|
|
332
|
-
"id": "
|
|
333
|
-
"title": "
|
|
334
|
-
"summary": "
|
|
335
|
-
"file": "
|
|
336
|
-
"parent": "
|
|
409
|
+
"id": "prompting/few-shot-learning",
|
|
410
|
+
"title": "Few-Shot Learning",
|
|
411
|
+
"summary": "Example selection and formatting",
|
|
412
|
+
"file": "prompting/few-shot-learning.md",
|
|
413
|
+
"parent": "prompting"
|
|
337
414
|
},
|
|
338
415
|
{
|
|
339
|
-
"id": "
|
|
340
|
-
"title": "
|
|
341
|
-
"summary": "
|
|
342
|
-
"file": "
|
|
343
|
-
"parent": "
|
|
416
|
+
"id": "prompting/role-based-prompting",
|
|
417
|
+
"title": "Role-Based Prompting",
|
|
418
|
+
"summary": "Persona design and voice",
|
|
419
|
+
"file": "prompting/role-based-prompting.md",
|
|
420
|
+
"parent": "prompting"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": "customizing",
|
|
424
|
+
"title": "Customizing AIWG",
|
|
425
|
+
"summary": "Extend and build components"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"id": "extensions",
|
|
429
|
+
"title": "Extension System",
|
|
430
|
+
"summary": "Architecture and types",
|
|
431
|
+
"collapsed": true,
|
|
432
|
+
"parent": "customizing"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "extensions/overview",
|
|
436
|
+
"title": "Overview",
|
|
437
|
+
"summary": "Extension architecture",
|
|
438
|
+
"file": "extensions/overview.md",
|
|
439
|
+
"parent": "extensions"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": "extensions/creating-extensions",
|
|
443
|
+
"title": "Creating Extensions",
|
|
444
|
+
"summary": "Build custom extensions",
|
|
445
|
+
"file": "extensions/creating-extensions.md",
|
|
446
|
+
"parent": "extensions"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "extensions/extension-types",
|
|
450
|
+
"title": "Extension Types",
|
|
451
|
+
"summary": "Type reference",
|
|
452
|
+
"file": "extensions/extension-types.md",
|
|
453
|
+
"parent": "extensions"
|
|
344
454
|
},
|
|
345
455
|
{
|
|
346
456
|
"id": "development",
|
|
347
|
-
"title": "Addons &
|
|
457
|
+
"title": "Addons & Frameworks",
|
|
348
458
|
"summary": "Package reusable components",
|
|
349
459
|
"collapsed": true,
|
|
350
460
|
"parent": "customizing"
|
|
@@ -377,6 +487,13 @@
|
|
|
377
487
|
"file": "development/framework-creation-guide.md",
|
|
378
488
|
"parent": "development"
|
|
379
489
|
},
|
|
490
|
+
{
|
|
491
|
+
"id": "development/skill-creation-guide",
|
|
492
|
+
"title": "Creating Skills",
|
|
493
|
+
"summary": "Build skills",
|
|
494
|
+
"file": "development/skill-creation-guide.md",
|
|
495
|
+
"parent": "development"
|
|
496
|
+
},
|
|
380
497
|
{
|
|
381
498
|
"id": "development/walkthrough-create-addon",
|
|
382
499
|
"title": "Addon Walkthrough",
|
|
@@ -391,6 +508,69 @@
|
|
|
391
508
|
"file": "development/file-placement-guide.md",
|
|
392
509
|
"parent": "development"
|
|
393
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"id": "commands",
|
|
513
|
+
"title": "Commands",
|
|
514
|
+
"summary": "Build slash commands",
|
|
515
|
+
"collapsed": true,
|
|
516
|
+
"parent": "development"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "commands/DEVELOPMENT_GUIDE",
|
|
520
|
+
"title": "Development Guide",
|
|
521
|
+
"summary": "Creating commands",
|
|
522
|
+
"file": "commands/DEVELOPMENT_GUIDE.md",
|
|
523
|
+
"parent": "commands"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"id": "commands/development-commands-examples",
|
|
527
|
+
"title": "Examples",
|
|
528
|
+
"summary": "Command usage examples",
|
|
529
|
+
"file": "commands/development-commands-examples.md",
|
|
530
|
+
"parent": "commands"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"id": "commands/subagents-and-commands-guide",
|
|
534
|
+
"title": "Subagents",
|
|
535
|
+
"summary": "Work with subagents",
|
|
536
|
+
"file": "commands/subagents-and-commands-guide.md",
|
|
537
|
+
"parent": "development"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "smithing",
|
|
541
|
+
"title": "Smithing",
|
|
542
|
+
"summary": "Generate tools and MCP servers",
|
|
543
|
+
"collapsed": true,
|
|
544
|
+
"parent": "development"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "smithing/agentic-smiths",
|
|
548
|
+
"title": "Agentic Smiths",
|
|
549
|
+
"summary": "Generate agents and skills",
|
|
550
|
+
"file": "smithing/agentic-smiths.md",
|
|
551
|
+
"parent": "smithing"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "smithing/toolsmith",
|
|
555
|
+
"title": "Toolsmith",
|
|
556
|
+
"summary": "Create automation tools",
|
|
557
|
+
"file": "smithing/toolsmith.md",
|
|
558
|
+
"parent": "smithing"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"id": "smithing/mcpsmith",
|
|
562
|
+
"title": "MCP Smith",
|
|
563
|
+
"summary": "Generate MCP servers",
|
|
564
|
+
"file": "smithing/mcpsmith.md",
|
|
565
|
+
"parent": "smithing"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"id": "smithing/graduating-creations",
|
|
569
|
+
"title": "Graduating Creations",
|
|
570
|
+
"summary": "Promote to production",
|
|
571
|
+
"file": "smithing/graduating-creations.md",
|
|
572
|
+
"parent": "smithing"
|
|
573
|
+
},
|
|
394
574
|
{
|
|
395
575
|
"id": "contributing",
|
|
396
576
|
"title": "Contributing",
|
|
@@ -441,10 +621,17 @@
|
|
|
441
621
|
"parent": "references"
|
|
442
622
|
},
|
|
443
623
|
{
|
|
444
|
-
"id": "references/REF-003-
|
|
445
|
-
"title": "REF-003:
|
|
446
|
-
"summary": "
|
|
447
|
-
"file": "references/REF-003-
|
|
624
|
+
"id": "references/REF-003-agentic-development-antipatterns",
|
|
625
|
+
"title": "REF-003: Development Antipatterns",
|
|
626
|
+
"summary": "Agentic development pitfalls",
|
|
627
|
+
"file": "references/REF-003-agentic-development-antipatterns.md",
|
|
628
|
+
"parent": "references"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"id": "references/REF-066-mcp-specification-2025",
|
|
632
|
+
"title": "REF-066: MCP Specification",
|
|
633
|
+
"summary": "Model Context Protocol spec",
|
|
634
|
+
"file": "references/REF-066-mcp-specification-2025.md",
|
|
448
635
|
"parent": "references"
|
|
449
636
|
},
|
|
450
637
|
{
|
|
@@ -453,10 +640,24 @@
|
|
|
453
640
|
"summary": "Release notes",
|
|
454
641
|
"collapsed": true
|
|
455
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"id": "releases/v2026.2.14-announcement",
|
|
645
|
+
"title": "v2026.2.14",
|
|
646
|
+
"summary": "Latest release",
|
|
647
|
+
"file": "releases/v2026.2.14-announcement.md",
|
|
648
|
+
"parent": "releases"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "releases/v2026.2.12-announcement",
|
|
652
|
+
"title": "v2026.2.12",
|
|
653
|
+
"summary": "Previous release",
|
|
654
|
+
"file": "releases/v2026.2.12-announcement.md",
|
|
655
|
+
"parent": "releases"
|
|
656
|
+
},
|
|
456
657
|
{
|
|
457
658
|
"id": "releases/v2026.2.9-announcement",
|
|
458
659
|
"title": "v2026.2.9",
|
|
459
|
-
"summary": "
|
|
660
|
+
"summary": "Previous release",
|
|
460
661
|
"file": "releases/v2026.2.9-announcement.md",
|
|
461
662
|
"parent": "releases"
|
|
462
663
|
},
|
|
@@ -579,6 +780,25 @@
|
|
|
579
780
|
"file": "releases/v0.9.1-announcement.md",
|
|
580
781
|
"parent": "releases"
|
|
581
782
|
},
|
|
783
|
+
{
|
|
784
|
+
"id": "legal",
|
|
785
|
+
"title": "Legal",
|
|
786
|
+
"summary": "Privacy and terms"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"id": "privacy",
|
|
790
|
+
"title": "Privacy Policy",
|
|
791
|
+
"summary": "Zero data collection policy",
|
|
792
|
+
"file": "privacy.md",
|
|
793
|
+
"parent": "legal"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"id": "terms",
|
|
797
|
+
"title": "Terms of Use",
|
|
798
|
+
"summary": "Usage terms and license",
|
|
799
|
+
"file": "terms.md",
|
|
800
|
+
"parent": "legal"
|
|
801
|
+
},
|
|
582
802
|
{
|
|
583
803
|
"title": "GitHub",
|
|
584
804
|
"url": "https://github.com/jmagly/aiwg"
|
|
@@ -132,6 +132,6 @@ aiwg -install-addon gdpr-compliance
|
|
|
132
132
|
|
|
133
133
|
## Further Reading
|
|
134
134
|
|
|
135
|
-
- [Workspace Tools](
|
|
136
|
-
- [Migration Guide](
|
|
135
|
+
- [Workspace Tools](https://github.com/jmagly/aiwg/blob/main/tools/workspace/README.md) — Component documentation
|
|
136
|
+
- [Migration Guide](https://github.com/jmagly/aiwg/blob/main/tools/workspace/MIGRATION_GUIDE.md) — Legacy to framework-scoped migration
|
|
137
137
|
- [Plugin Health](../CLI_USAGE.md#status-command) — `aiwg -status` usage
|
package/docs/config.json
CHANGED
|
@@ -10,20 +10,26 @@
|
|
|
10
10
|
"welcome": {
|
|
11
11
|
"eyebrow": "AIWG",
|
|
12
12
|
"headline": "Deploy a Virtual Organization",
|
|
13
|
-
"lead": "Architects, engineers, testers,
|
|
13
|
+
"lead": "Architects, engineers, testers, forensics analysts, researchers, marketers — 85+ specialized agents that collaborate like a real team. Five frameworks, five addons, one CLI.",
|
|
14
14
|
"pillars": [
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
15
|
+
"SDLC Complete — Full lifecycle from intake to production with 85+ agents, stage-gate workflows, and multi-agent orchestration",
|
|
16
|
+
"Forensics Complete — Digital forensics and incident response: evidence acquisition, timeline building, IOC analysis, Sigma hunting",
|
|
17
|
+
"Research Complete — Academic research workflows: discovery, acquisition, RAG-based documentation, FAIR-aligned citation management",
|
|
18
|
+
"Media/Marketing Kit — Campaign orchestration from strategy through analytics, creative production, and channel management",
|
|
19
|
+
"Media Curator — Intelligent media archive management: discography analysis, quality filtering, metadata curation, multi-platform export",
|
|
20
|
+
"Addons — RLM recursive context decomposition, voice profiles, testing quality enforcement, writing validation, UAT-MCP toolkit",
|
|
21
|
+
"8 platforms — Claude Code, GitHub Copilot, Cursor, Warp, Factory AI, OpenCode, OpenAI/Codex, Windsurf"
|
|
18
22
|
],
|
|
19
23
|
"checklist": [
|
|
20
24
|
"Install globally: npm i -g aiwg",
|
|
21
|
-
"Deploy
|
|
25
|
+
"Deploy a framework: aiwg use sdlc",
|
|
26
|
+
"Add capabilities: aiwg use rlm",
|
|
22
27
|
"Work naturally: just describe what you need"
|
|
23
28
|
],
|
|
24
29
|
"quickLinks": [
|
|
25
30
|
{ "label": "Get Started", "href": "#/quickstart" },
|
|
26
31
|
{ "label": "SDLC Framework", "href": "#/quickstart-sdlc" },
|
|
32
|
+
{ "label": "CLI Reference", "href": "#/cli-reference" },
|
|
27
33
|
{ "label": "View on GitHub", "href": "https://github.com/jmagly/aiwg" }
|
|
28
34
|
],
|
|
29
35
|
"quote": "Stop writing prompts. Start shipping software."
|
|
@@ -154,5 +154,5 @@ aiwg use all # Deploys all skills
|
|
|
154
154
|
## References
|
|
155
155
|
|
|
156
156
|
- [DevKit Overview](devkit-overview.md)
|
|
157
|
-
- [Add-Skill CLI](
|
|
158
|
-
- [Skill Factory Addon](
|
|
157
|
+
- [Add-Skill CLI](https://github.com/jmagly/aiwg/blob/main/tools/scaffolding/add-skill.mjs)
|
|
158
|
+
- [Skill Factory Addon](https://github.com/jmagly/aiwg/blob/main/agentic/code/addons/skill-factory/)
|
|
@@ -92,4 +92,4 @@ factory --version 2>/dev/null && echo "✅ Factory AI" || echo "ℹ️ Factory A
|
|
|
92
92
|
git --version && echo "✅ Git" || echo "ℹ️ Git optional"
|
|
93
93
|
```
|
|
94
94
|
|
|
95
|
-
**All checks passed?** Continue to [Quick Start](
|
|
95
|
+
**All checks passed?** Continue to [Quick Start](../quickstart.md)
|
|
@@ -255,7 +255,7 @@ See [Ralph Guide](../ralph-guide.md) for full documentation including `--provide
|
|
|
255
255
|
|
|
256
256
|
- [Cross-Platform Overview](cross-platform-overview.md) - Compare platform differences
|
|
257
257
|
- [Intake Guide](../intake-guide.md) - Start your first project
|
|
258
|
-
- [SDLC Framework](
|
|
258
|
+
- [SDLC Framework](https://github.com/jmagly/aiwg/blob/main/agentic/code/frameworks/sdlc-complete/README.md) - Complete framework reference
|
|
259
259
|
- [Commands Reference](../cli-reference.md) - All 40 AIWG commands
|
|
260
260
|
|
|
261
261
|
---
|
package/docs/mcp/README.md
CHANGED
|
@@ -73,5 +73,5 @@ If automatic installation doesn't work, add this to your MCP config:
|
|
|
73
73
|
|
|
74
74
|
## Further Reading
|
|
75
75
|
|
|
76
|
-
- [MCP Specification Research](../references/REF-
|
|
76
|
+
- [MCP Specification Research](../references/REF-066-mcp-specification-2025.md) — Implementation details
|
|
77
77
|
- [MCP Official Docs](https://modelcontextprotocol.io/) — Protocol specification
|