aiwg 2026.2.4 → 2026.2.6

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.
Files changed (181) hide show
  1. package/CLAUDE.md +9 -6
  2. package/README.md +5 -5
  3. package/USAGE_GUIDE.md +1 -1
  4. package/agentic/code/addons/aiwg-evals/manifest.json +1 -1
  5. package/agentic/code/addons/aiwg-hooks/manifest.json +1 -1
  6. package/agentic/code/addons/aiwg-utils/agents/aiwg-developer.md +1 -1
  7. package/agentic/code/addons/aiwg-utils/commands/aiwg-regenerate-agents.md +1 -1
  8. package/agentic/code/addons/aiwg-utils/commands/commit-and-push.md +1 -1
  9. package/agentic/code/addons/aiwg-utils/commands/roko-voice.md +1 -1
  10. package/agentic/code/addons/aiwg-utils/commands/summarize-transcript.md +1 -1
  11. package/agentic/code/addons/aiwg-utils/commands/workspace-reset.md +1 -1
  12. package/agentic/code/addons/aiwg-utils/manifest.json +1 -1
  13. package/agentic/code/addons/aiwg-utils/rules/agent-deployment.md +1 -1
  14. package/agentic/code/addons/auto-memory/seeds/MEMORY.md +1 -1
  15. package/agentic/code/addons/droid-bridge/manifest.json +1 -1
  16. package/agentic/code/addons/ralph/docs/troubleshooting.md +1 -1
  17. package/agentic/code/addons/ralph/manifest.json +1 -1
  18. package/agentic/code/addons/rlm/README.md +1 -1
  19. package/agentic/code/addons/rlm/docs/deployment-guide.md +1 -1
  20. package/agentic/code/addons/rlm/manifest.json +1 -1
  21. package/agentic/code/addons/security/README.md +1 -1
  22. package/agentic/code/addons/star-prompt/README.md +6 -6
  23. package/agentic/code/addons/star-prompt/manifest.json +1 -1
  24. package/agentic/code/addons/star-prompt/skills/star-prompt.md +7 -7
  25. package/agentic/code/addons/voice-framework/manifest.json +1 -1
  26. package/agentic/code/addons/voice-framework/schemas/voice-profile.schema.json +1 -1
  27. package/agentic/code/addons/writing-quality/README.md +1 -1
  28. package/agentic/code/addons/writing-quality/agents/content-diversifier.md +2 -2
  29. package/agentic/code/addons/writing-quality/agents/prompt-optimizer.md +1 -1
  30. package/agentic/code/addons/writing-quality/agents/writing-validator.md +2 -2
  31. package/agentic/code/addons/writing-quality/examples/traceability-demo.ts +1 -1
  32. package/agentic/code/addons/writing-quality/manifest.json +1 -1
  33. package/agentic/code/frameworks/media-marketing-kit/README.md +6 -6
  34. package/agentic/code/frameworks/media-marketing-kit/commands/intake-from-campaign.md +5 -5
  35. package/agentic/code/frameworks/media-marketing-kit/commands/intake-start-campaign.md +5 -5
  36. package/agentic/code/frameworks/media-marketing-kit/config/models.json +1 -1
  37. package/agentic/code/frameworks/media-marketing-kit/project-claude-template.md +3 -3
  38. package/agentic/code/frameworks/research-complete/README.md +2 -2
  39. package/agentic/code/frameworks/research-complete/commands/research-archive.md +1 -1
  40. package/agentic/code/frameworks/sdlc-complete/README.md +2 -2
  41. package/agentic/code/frameworks/sdlc-complete/agents/factory-compat.md +3 -3
  42. package/agentic/code/frameworks/sdlc-complete/agents/windsurf-compat.md +4 -4
  43. package/agentic/code/frameworks/sdlc-complete/commands/aiwg-kb.md +1 -1
  44. package/agentic/code/frameworks/sdlc-complete/commands/aiwg-setup-project.md +1 -1
  45. package/agentic/code/frameworks/sdlc-complete/commands/aiwg-setup-warp.md +3 -3
  46. package/agentic/code/frameworks/sdlc-complete/commands/aiwg-update-claude.md +6 -6
  47. package/agentic/code/frameworks/sdlc-complete/commands/aiwg-update-warp.md +7 -7
  48. package/agentic/code/frameworks/sdlc-complete/commands/intake-from-codebase.md +5 -5
  49. package/agentic/code/frameworks/sdlc-complete/commands/intake-start.md +5 -5
  50. package/agentic/code/frameworks/sdlc-complete/commands/intake-wizard.md +5 -5
  51. package/agentic/code/frameworks/sdlc-complete/commands/issue-create.md +2 -2
  52. package/agentic/code/frameworks/sdlc-complete/commands/issue-list.md +1 -1
  53. package/agentic/code/frameworks/sdlc-complete/commands/issue-update.md +1 -1
  54. package/agentic/code/frameworks/sdlc-complete/config/models-v2.json +2 -2
  55. package/agentic/code/frameworks/sdlc-complete/config/models.json +1 -1
  56. package/agentic/code/frameworks/sdlc-complete/rules/README.md +48 -11
  57. package/agentic/code/frameworks/sdlc-complete/rules/RULES-INDEX.md +213 -0
  58. package/agentic/code/frameworks/sdlc-complete/rules/manifest.json +21 -9
  59. package/agentic/code/frameworks/sdlc-complete/schemas/flows/fair-extensions.yaml +1 -1
  60. package/agentic/code/frameworks/sdlc-complete/schemas/flows/mcp-extensions.yaml +1 -1
  61. package/agentic/code/frameworks/sdlc-complete/schemas/mcp/discovery.yaml +2 -2
  62. package/agentic/code/frameworks/sdlc-complete/templates/aiwg-readme-template.md +3 -3
  63. package/agentic/code/frameworks/sdlc-complete/templates/codex/AGENTS.md.aiwg-template +2 -2
  64. package/agentic/code/frameworks/sdlc-complete/templates/configuration/aiwg-config-template.md +2 -2
  65. package/agentic/code/frameworks/sdlc-complete/templates/copilot/copilot-instructions.md.aiwg-template +1 -1
  66. package/agentic/code/frameworks/sdlc-complete/templates/cursor/AGENTS.md.aiwg-template +2 -2
  67. package/agentic/code/frameworks/sdlc-complete/templates/factory/AGENTS.md.aiwg-template +1 -1
  68. package/agentic/code/frameworks/sdlc-complete/templates/opencode/AGENTS.md.aiwg-template +1 -1
  69. package/agentic/code/frameworks/sdlc-complete/templates/opencode/instructions.md.aiwg-template +1 -1
  70. package/agentic/code/frameworks/sdlc-complete/templates/project/CLAUDE.md +6 -6
  71. package/agentic/code/frameworks/sdlc-complete/templates/warp/WARP.md.aiwg-base +6 -6
  72. package/docs/CLI_USAGE.md +1 -1
  73. package/docs/_manifest.json +1 -1
  74. package/docs/cli-reference.md +1 -1
  75. package/docs/commands/development-commands-examples.md +1 -1
  76. package/docs/config.json +2 -2
  77. package/docs/contributing/contributor-quickstart.md +11 -11
  78. package/docs/contributing/maintainer-review-guide.md +1 -1
  79. package/docs/contributing/testing-requirements.md +1 -1
  80. package/docs/development/devkit-overview.md +1 -1
  81. package/docs/extensions/creating-extensions.md +1 -1
  82. package/docs/integrations/warp-terminal.md +5 -5
  83. package/docs/integrations/windsurf-quickstart.md +1 -1
  84. package/docs/migration/multi-loop-migration.md +1 -1
  85. package/docs/overrides/index.html +1 -1
  86. package/docs/overrides/terminal.js +2 -2
  87. package/docs/overview/executive-brief.md +2 -2
  88. package/docs/plugin-marketplace-guide.md +6 -6
  89. package/docs/ralph-epic-26-architecture.md +1 -1
  90. package/docs/ralph-epic-26-best-practices.md +1 -1
  91. package/docs/ralph-epic-26-troubleshooting.md +1 -1
  92. package/docs/references/REF-001-production-grade-agentic-workflows.md +2 -2
  93. package/docs/references/REF-019-toolformer-self-taught-tools.md +1 -1
  94. package/docs/releases/v0.9.1-announcement.md +4 -4
  95. package/docs/releases/v2024.12.1-announcement.md +1 -1
  96. package/docs/releases/v2024.12.2-announcement.md +1 -1
  97. package/docs/releases/v2024.12.3-announcement.md +1 -1
  98. package/docs/releases/v2024.12.4-announcement.md +1 -1
  99. package/docs/releases/v2024.12.5-announcement.md +1 -1
  100. package/docs/releases/v2026.01.3-announcement.md +1 -1
  101. package/docs/releases/v2026.2.5-announcement.md +147 -0
  102. package/docs/research/failure-mode-mitigation.md +1 -1
  103. package/docs/research/research-background.md +1 -1
  104. package/docs/sponsors.md +1 -1
  105. package/docs/troubleshooting/index.md +1 -1
  106. package/docs/welcome.html +7 -7
  107. package/man/aiwg.1 +2 -2
  108. package/package.json +3 -3
  109. package/plugins/hooks/.claude-plugin/plugin.json +1 -1
  110. package/plugins/marketing/.claude-plugin/plugin.json +1 -1
  111. package/plugins/marketing/commands/intake-from-campaign.md +5 -5
  112. package/plugins/marketing/commands/intake-start-campaign.md +5 -5
  113. package/plugins/sdlc/.claude-plugin/plugin.json +1 -1
  114. package/plugins/sdlc/agents/factory-compat.md +3 -3
  115. package/plugins/sdlc/agents/windsurf-compat.md +4 -4
  116. package/plugins/sdlc/commands/aiwg-kb.md +1 -1
  117. package/plugins/sdlc/commands/aiwg-setup-project.md +1 -1
  118. package/plugins/sdlc/commands/aiwg-setup-warp.md +3 -3
  119. package/plugins/sdlc/commands/aiwg-update-claude.md +6 -6
  120. package/plugins/sdlc/commands/aiwg-update-warp.md +7 -7
  121. package/plugins/sdlc/commands/intake-from-codebase.md +5 -5
  122. package/plugins/sdlc/commands/intake-start.md +5 -5
  123. package/plugins/sdlc/commands/intake-wizard.md +5 -5
  124. package/plugins/sdlc/commands/issue-create.md +2 -2
  125. package/plugins/sdlc/commands/issue-list.md +1 -1
  126. package/plugins/sdlc/commands/issue-update.md +1 -1
  127. package/plugins/utils/.claude-plugin/plugin.json +1 -1
  128. package/plugins/utils/agents/aiwg-developer.md +1 -1
  129. package/plugins/utils/commands/aiwg-regenerate-agents.md +1 -1
  130. package/plugins/utils/commands/commit-and-push.md +1 -1
  131. package/plugins/utils/commands/roko-voice.md +1 -1
  132. package/plugins/utils/commands/summarize-transcript.md +1 -1
  133. package/plugins/utils/commands/workspace-reset.md +1 -1
  134. package/plugins/voice/.claude-plugin/plugin.json +1 -1
  135. package/plugins/writing/.claude-plugin/plugin.json +1 -1
  136. package/plugins/writing/README.md +2 -2
  137. package/plugins/writing/agents/content-diversifier.md +2 -2
  138. package/plugins/writing/agents/prompt-optimizer.md +1 -1
  139. package/plugins/writing/agents/writing-validator.md +2 -2
  140. package/src/channel/manager.mjs +1 -1
  141. package/src/cli/handlers/help.ts +1 -1
  142. package/src/cli/help-generator.ts +1 -1
  143. package/src/extensions/types.ts +2 -2
  144. package/src/hooks/laziness-detection.ts +4 -4
  145. package/src/mcp/cli.mjs +1 -1
  146. package/src/plugin/plugin-status.ts +1 -1
  147. package/src/plugin/workspace-creator.ts +1 -1
  148. package/src/smiths/commandsmith/README.md +2 -2
  149. package/src/writing/example-generator.ts +2 -2
  150. package/src/writing/prompt-optimizer.ts +3 -3
  151. package/src/writing/prompt-templates.ts +1 -1
  152. package/src/writing/validation-engine.ts +2 -2
  153. package/src/writing/validation-rules.ts +3 -3
  154. package/tools/agents/deploy-windsurf.mjs +2 -2
  155. package/tools/agents/providers/base.mjs +129 -0
  156. package/tools/agents/providers/claude.mjs +16 -5
  157. package/tools/agents/providers/codex.mjs +14 -4
  158. package/tools/agents/providers/copilot.mjs +13 -3
  159. package/tools/agents/providers/cursor.mjs +23 -8
  160. package/tools/agents/providers/factory.mjs +15 -3
  161. package/tools/agents/providers/opencode.mjs +15 -3
  162. package/tools/agents/providers/warp.mjs +14 -4
  163. package/tools/agents/providers/windsurf.mjs +15 -5
  164. package/tools/cli/README.md +2 -2
  165. package/tools/cli/diversify-content.mjs +1 -1
  166. package/tools/cli/optimize-prompt.mjs +1 -1
  167. package/tools/cli/status-command.mjs +3 -3
  168. package/tools/cli/test-status-display.mjs +1 -1
  169. package/tools/cli/workspace-migrate.mjs +3 -3
  170. package/tools/cli/workspace-reset.mjs +1 -1
  171. package/tools/cli/workspace-rollback.mjs +2 -2
  172. package/tools/cli/workspace-status.mjs +3 -3
  173. package/tools/install/README.md +1 -1
  174. package/tools/install/install.sh +2 -2
  175. package/tools/install/new-project.mjs +2 -2
  176. package/tools/plugin/package-plugins.mjs +2 -2
  177. package/tools/ralph/ralph-cli-multiloop.mjs +1 -1
  178. package/tools/ralph/ralph-cli.mjs +1 -1
  179. package/tools/warp/README.md +2 -2
  180. package/tools/warp/setup-warp.mjs +3 -3
  181. package/tools/workspace/inject-metadata.mjs +1 -1
package/CLAUDE.md CHANGED
@@ -1,4 +1,4 @@
1
- # AI Writing Guide
1
+ # AIWG
2
2
 
3
3
  Framework for improving AI-generated content quality with voice profiles, validation tools, and specialized agents.
4
4
 
@@ -304,8 +304,11 @@ Apply mitigations for known LLM failure archetypes: hallucination, context loss,
304
304
 
305
305
  ### Rules Reference
306
306
 
307
- Full rule documentation: `agentic/code/frameworks/sdlc-complete/rules/`
308
- Manifest: `agentic/code/frameworks/sdlc-complete/rules/manifest.json`
307
+ Rules deploy as a single consolidated `RULES-INDEX.md` (~200 lines) instead of 31 individual files (~9,321 lines). The index contains summaries with @-links to full rule files for on-demand loading.
308
+
309
+ - Consolidated index: `agentic/code/frameworks/sdlc-complete/rules/RULES-INDEX.md`
310
+ - Full rule files: `agentic/code/frameworks/sdlc-complete/rules/`
311
+ - Manifest: `agentic/code/frameworks/sdlc-complete/rules/manifest.json`
309
312
 
310
313
  ## Commit and Output Conventions
311
314
 
@@ -335,8 +338,8 @@ aiwg doctor
335
338
  ## Support
336
339
 
337
340
  - **Website**: https://aiwg.io
338
- - **Repository**: https://github.com/jmagly/ai-writing-guide
339
- - **Issues**: https://github.com/jmagly/ai-writing-guide/issues
341
+ - **Repository**: https://github.com/jmagly/aiwg
342
+ - **Issues**: https://github.com/jmagly/aiwg/issues
340
343
  - **Discord**: https://discord.gg/BuAusFMxdA
341
344
  - **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
342
345
 
@@ -355,7 +358,7 @@ aiwg doctor
355
358
 
356
359
  ## What AIWG Is
357
360
 
358
- **AI Writing Guide (AIWG)** is a framework that provides AI coding assistants with structured workflows, specialized agents, and artifact management. It's not just documentation - it's an operational system that:
361
+ **AIWG** is a framework that provides AI coding assistants with structured workflows, specialized agents, and artifact management. It's not just documentation - it's an operational system that:
359
362
 
360
363
  1. **Deploys agents** - Specialized AI personas (Test Engineer, Security Auditor, etc.) with defined tools and expertise
361
364
  2. **Manages artifacts** - All project documents (requirements, architecture, tests) live in `.aiwg/`
package/README.md CHANGED
@@ -12,7 +12,7 @@ aiwg use sdlc # deploy SDLC framework
12
12
  [![npm version](https://img.shields.io/npm/v/aiwg/latest?label=npm&color=CB3837&logo=npm&style=flat-square)](https://www.npmjs.com/package/aiwg)
13
13
  [![npm downloads](https://img.shields.io/npm/dm/aiwg?color=CB3837&logo=npm&style=flat-square)](https://www.npmjs.com/package/aiwg)
14
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
15
- [![GitHub Stars](https://img.shields.io/github/stars/jmagly/ai-writing-guide?style=flat-square)](https://github.com/jmagly/ai-writing-guide/stargazers)
15
+ [![GitHub Stars](https://img.shields.io/github/stars/jmagly/ai-writing-guide?style=flat-square)](https://github.com/jmagly/aiwg/stargazers)
16
16
 
17
17
  [**Get Started**](#-quick-start) · [**Documentation**](#-documentation) · [**Examples**](examples/) · [**Contributing**](CONTRIBUTING.md) · [**Community**](#-community--support)
18
18
 
@@ -265,7 +265,7 @@ AIWG's unified extension system enables dynamic discovery, semantic search, and
265
265
  We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
266
266
 
267
267
  **Quick contributions:**
268
- - Found an AI pattern? [Open an issue](https://github.com/jmagly/ai-writing-guide/issues/new)
268
+ - Found an AI pattern? [Open an issue](https://github.com/jmagly/aiwg/issues/new)
269
269
  - Have a better rewrite? Submit a PR to `examples/`
270
270
  - Want to add an agent? Use `docs/development/agent-template.md`
271
271
 
@@ -276,8 +276,8 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
276
276
  - 🌐 **Website:** [aiwg.io](https://aiwg.io)
277
277
  - 💬 **Discord:** [Join Server](https://discord.gg/BuAusFMxdA)
278
278
  - 📱 **Telegram:** [Join Group](https://t.me/+oJg9w2lE6A5lOGFh)
279
- - 🐛 **Issues:** [GitHub Issues](https://github.com/jmagly/ai-writing-guide/issues)
280
- - 💡 **Discussions:** [GitHub Discussions](https://github.com/jmagly/ai-writing-guide/discussions)
279
+ - 🐛 **Issues:** [GitHub Issues](https://github.com/jmagly/aiwg/issues)
280
+ - 💡 **Discussions:** [GitHub Discussions](https://github.com/jmagly/aiwg/discussions)
281
281
 
282
282
  ---
283
283
 
@@ -329,7 +329,7 @@ Custom AI and blockchain solutions for the digital age.
329
329
  </tr>
330
330
  </table>
331
331
 
332
- **Interested in sponsoring?** [Contact us](https://github.com/jmagly/ai-writing-guide/discussions)
332
+ **Interested in sponsoring?** [Contact us](https://github.com/jmagly/aiwg/discussions)
333
333
 
334
334
  ---
335
335
 
package/USAGE_GUIDE.md CHANGED
@@ -1,4 +1,4 @@
1
- # AI Writing Guide - Usage Guide
1
+ # AIWG - Usage Guide
2
2
 
3
3
  ## Installation Options
4
4
 
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "aiwg",
14
14
  "evals",
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "aiwg",
14
14
  "hooks",
@@ -7,7 +7,7 @@ tools: Read, Write, MultiEdit, Bash, WebFetch, Glob, Grep
7
7
 
8
8
  # AIWG Developer Agent
9
9
 
10
- Expert in AIWG (AI Writing Guide) architecture, patterns, and development. Assists users in creating, extending, and customizing AIWG components.
10
+ Expert in AIWG architecture, patterns, and development. Assists users in creating, extending, and customizing AIWG components.
11
11
 
12
12
  ## Domain Expertise
13
13
 
@@ -115,7 +115,7 @@ docs/ → Documentation
115
115
 
116
116
  ## AIWG Framework
117
117
 
118
- This project uses the AI Writing Guide (AIWG) SDLC framework for software development workflows.
118
+ This project uses the AIWG SDLC framework for software development workflows.
119
119
 
120
120
  ### Available Agents
121
121
 
@@ -483,7 +483,7 @@ git push
483
483
 
484
484
  ## Project-Specific Conventions
485
485
 
486
- ### AI Writing Guide Project
486
+ ### AIWG Project
487
487
 
488
488
  **Common Scopes**:
489
489
  - `agents`: SDLC agent definitions
@@ -397,4 +397,4 @@ Before finalizing output, verify:
397
397
 
398
398
  **Command Version**: 1.0
399
399
  **Voice Reference**: ROKO Network - Technical Mythology for Protocol Age
400
- **Maintained By**: AI Writing Guide Team
400
+ **Maintained By**: AIWG Team
@@ -310,4 +310,4 @@ TL;DR
310
310
 
311
311
  **Template Version**: 1.0
312
312
  **Based On**: Roko Dev Community Update (Oct 7 & 9, 2025)
313
- **Maintained By**: AI Writing Guide Team
313
+ **Maintained By**: AIWG Team
@@ -201,7 +201,7 @@ mkdir -p .aiwg/{intake,requirements,architecture,planning,risks,testing,security
201
201
  cat > .aiwg/README.md <<'EOF'
202
202
  # AIWG Workspace
203
203
 
204
- This directory contains SDLC artifacts managed by the AI Writing Guide framework.
204
+ This directory contains SDLC artifacts managed by the AIWG framework.
205
205
 
206
206
  ## Structure
207
207
 
@@ -8,7 +8,7 @@
8
8
  "autoInstall": true,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "aiwg",
14
14
  "utilities",
@@ -18,7 +18,7 @@ These rules apply when working with agent definitions and multi-provider deploym
18
18
 
19
19
  **General-Purpose Writing Agents** (`agentic/code/agents/`):
20
20
  - `writing-validator` - Validates voice consistency and authenticity
21
- - `prompt-optimizer` - Enhances prompts using AI Writing Guide principles
21
+ - `prompt-optimizer` - Enhances prompts using AIWG principles
22
22
  - `content-diversifier` - Generates varied examples and perspectives
23
23
 
24
24
  **SDLC Framework Agents** (`agentic/code/frameworks/sdlc-complete/agents/`):
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## AIWG Framework
4
4
 
5
- This project uses the AI Writing Guide (AIWG) framework for structured SDLC workflows.
5
+ This project uses the AIWG framework for structured SDLC workflows.
6
6
 
7
7
  ### Core Concepts
8
8
 
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "ataraxismaximus",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "mcp",
14
14
  "factory-droid",
@@ -316,7 +316,7 @@ git reset --hard HEAD~3 # Undo last 3 iterations
316
316
  2. Review [Best Practices](best-practices.md)
317
317
  3. Look at [Examples](examples/) for similar tasks
318
318
  4. Ask in Discord: https://discord.gg/BuAusFMxdA
319
- 5. File issue: https://github.com/jmagly/ai-writing-guide/issues
319
+ 5. File issue: https://github.com/jmagly/aiwg/issues
320
320
 
321
321
  When reporting issues, include:
322
322
  - Task description
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "ralph",
14
14
  "iteration",
@@ -383,4 +383,4 @@ Based on REF-089 benchmarks:
383
383
 
384
384
  **License**: MIT
385
385
  **Author**: AIWG Contributors
386
- **Repository**: https://github.com/jmagly/ai-writing-guide
386
+ **Repository**: https://github.com/jmagly/aiwg
@@ -710,7 +710,7 @@ aiwg use rlm --provider windsurf
710
710
 
711
711
  For RLM deployment issues:
712
712
 
713
- - **GitHub Issues**: https://github.com/jmagly/ai-writing-guide/issues
713
+ - **GitHub Issues**: https://github.com/jmagly/aiwg/issues
714
714
  - **Discord**: https://discord.gg/BuAusFMxdA
715
715
  - **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
716
716
 
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "rlm",
14
14
  "recursive",
@@ -142,7 +142,7 @@ Planned additions to this addon:
142
142
  For security questions or to report vulnerabilities:
143
143
 
144
144
  - **Documentation**: @agentic/code/frameworks/sdlc-complete/docs/token-security.md
145
- - **Issues**: https://github.com/jmagly/ai-writing-guide/issues
145
+ - **Issues**: https://github.com/jmagly/aiwg/issues
146
146
  - **Security**: security@integrolabs.net (for vulnerability reports)
147
147
 
148
148
  ---
@@ -4,7 +4,7 @@ Tasteful repository star prompt for successful command completions.
4
4
 
5
5
  ## Overview
6
6
 
7
- The star-prompt addon provides a reusable prompt that encourages users to star the AI Writing Guide repository on GitHub after successfully completing commands. It's designed to be non-intrusive, respectful, and gracefully handle all scenarios.
7
+ The star-prompt addon provides a reusable prompt that encourages users to star the AIWG repository on GitHub after successfully completing commands. It's designed to be non-intrusive, respectful, and gracefully handle all scenarios.
8
8
 
9
9
  ## Features
10
10
 
@@ -40,7 +40,7 @@ After successfully completing this command, offer the user an opportunity to sta
40
40
 
41
41
  **Prompt**:
42
42
  \```
43
- The AI Writing Guide is an open-source project that helps improve AI-generated content.
43
+ The AIWG is an open-source project that helps improve AI-generated content.
44
44
  If you found this helpful, would you like to star the repository on GitHub?
45
45
 
46
46
  Options:
@@ -59,18 +59,18 @@ Options:
59
59
  \```bash
60
60
  gh api -X PUT /user/starred/jmagly/ai-writing-guide
61
61
  \```
62
- - If successful: "⭐ Thank you for starring the AI Writing Guide! Your support helps the project grow."
63
- - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/ai-writing-guide"
62
+ - If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
63
+ - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
64
64
 
65
65
  3. If `gh` is not available:
66
66
  \```
67
67
  GitHub CLI (gh) not found. You can star the repository at:
68
- https://github.com/jmagly/ai-writing-guide
68
+ https://github.com/jmagly/aiwg
69
69
  \```
70
70
 
71
71
  **If user selects "No thanks"**:
72
72
  \```
73
- No problem! Thanks for using the AI Writing Guide.
73
+ No problem! Thanks for using the AIWG.
74
74
  \```
75
75
  ```
76
76
 
@@ -8,7 +8,7 @@
8
8
  "autoInstall": true,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "engagement",
14
14
  "github",
@@ -1,6 +1,6 @@
1
1
  # Star Prompt Skill
2
2
 
3
- **Purpose**: Tastefully ask users if they'd like to star the AI Writing Guide repository after completing regenerate or intake commands.
3
+ **Purpose**: Tastefully ask users if they'd like to star the AIWG repository after completing regenerate or intake commands.
4
4
 
5
5
  **Usage**: Include this skill at the end of regenerate and intake commands by adding:
6
6
 
@@ -24,7 +24,7 @@ After the command has successfully completed its primary task:
24
24
  - Check if `gh` CLI is available
25
25
  - If available: Run `gh api -X PUT /user/starred/jmagly/ai-writing-guide`
26
26
  - If successful: Thank the user
27
- - If unavailable or fails: Provide manual link https://github.com/jmagly/ai-writing-guide
27
+ - If unavailable or fails: Provide manual link https://github.com/jmagly/aiwg
28
28
  4. **If "No"**:
29
29
  - Thank the user politely and complete
30
30
 
@@ -37,7 +37,7 @@ After the command has successfully completed its primary task:
37
37
  After completing the primary command successfully, present this message:
38
38
 
39
39
  ```
40
- The AI Writing Guide is an open-source project that helps improve AI-generated content.
40
+ The AIWG is an open-source project that helps improve AI-generated content.
41
41
  If you found this helpful, would you like to star the repository on GitHub?
42
42
  ```
43
43
 
@@ -61,24 +61,24 @@ If you found this helpful, would you like to star the repository on GitHub?
61
61
  ```
62
62
  - If successful:
63
63
  ```
64
- ⭐ Thank you for starring the AI Writing Guide! Your support helps the project grow.
64
+ ⭐ Thank you for starring the AIWG! Your support helps the project grow.
65
65
  ```
66
66
  - If fails (not authenticated, network error, etc.):
67
67
  ```
68
68
  Could not star via gh CLI. You can star manually at:
69
- https://github.com/jmagly/ai-writing-guide
69
+ https://github.com/jmagly/aiwg
70
70
  ```
71
71
 
72
72
  3. If `gh` is not available:
73
73
  ```
74
74
  GitHub CLI (gh) not found. You can star the repository at:
75
- https://github.com/jmagly/ai-writing-guide
75
+ https://github.com/jmagly/aiwg
76
76
  ```
77
77
 
78
78
  **If user selects "No thanks"**:
79
79
 
80
80
  ```
81
- No problem! Thanks for using the AI Writing Guide.
81
+ No problem! Thanks for using the AIWG.
82
82
  ```
83
83
 
84
84
  ### Step 3: Complete
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "voice",
14
14
  "tone",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://aiwg.dev/schemas/voice-profile.schema.json",
4
4
  "title": "AIWG Voice Profile",
5
- "description": "Schema for defining writing voice profiles in the AI Writing Guide framework",
5
+ "description": "Schema for defining writing voice profiles in the AIWG framework",
6
6
  "type": "object",
7
7
  "required": ["name", "version", "description", "tone"],
8
8
  "properties": {
@@ -17,7 +17,7 @@ The Writing Quality addon provides content validation and writing improvement ca
17
17
  | Agent | Purpose |
18
18
  |-------|---------|
19
19
  | `writing-validator` | Validates content for voice consistency and authenticity |
20
- | `prompt-optimizer` | Enhances prompts using AI Writing Guide principles |
20
+ | `prompt-optimizer` | Enhances prompts using AIWG principles |
21
21
  | `content-diversifier` | Generates varied examples and perspectives |
22
22
 
23
23
  ### Content Directories
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: Content Diversifier
3
- description: Generates diverse examples, prompts, and techniques to enrich the AI Writing Guide repository with varied perspectives and approaches
3
+ description: Generates diverse examples, prompts, and techniques to enrich the AIWG repository with varied perspectives and approaches
4
4
  model: opus
5
5
  tools: Bash, MultiEdit, Read, WebFetch, Write
6
6
  ---
@@ -15,7 +15,7 @@ scenarios.
15
15
 
16
16
  ## Your Process
17
17
 
18
- When generating diverse content for AI Writing Guide:
18
+ When generating diverse content for AIWG:
19
19
 
20
20
  **CONTEXT ANALYSIS:**
21
21
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: Prompt Optimizer
3
- description: Optimizes prompts for better AI output quality, incorporating AI Writing Guide principles and advanced prompting techniques
3
+ description: Optimizes prompts for better AI output quality, incorporating AIWG principles and advanced prompting techniques
4
4
  model: opus
5
5
  tools: Bash, MultiEdit, Read, WebFetch, Write
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: Writing Validator
3
- description: Validates content against AI Writing Guide principles, detecting AI patterns and ensuring authentic writing
3
+ description: Validates content against AIWG principles, detecting AI patterns and ensuring authentic writing
4
4
  model: sonnet
5
5
  tools: Bash, Grep, MultiEdit, Read, WebFetch, Write
6
6
  ---
@@ -12,7 +12,7 @@ content while maintaining appropriate sophistication.
12
12
 
13
13
  ## Your Task
14
14
 
15
- Validate content against the AI Writing Guide standards to ensure it sounds authentically human while preserving
15
+ Validate content against the AIWG standards to ensure it sounds authentically human while preserving
16
16
  necessary sophistication and authority.
17
17
 
18
18
  ## Validation Process
@@ -2,7 +2,7 @@
2
2
  * Traceability System Demonstration
3
3
  *
4
4
  * This script demonstrates the Requirements Traceability System
5
- * by scanning the AI Writing Guide project and generating reports.
5
+ * by scanning the AIWG project and generating reports.
6
6
  */
7
7
 
8
8
  import { TraceabilityChecker } from '../src/traceability/traceability-checker.js';
@@ -8,7 +8,7 @@
8
8
  "autoInstall": false,
9
9
  "author": "AIWG Contributors",
10
10
  "license": "MIT",
11
- "repository": "https://github.com/jmagly/ai-writing-guide",
11
+ "repository": "https://github.com/jmagly/aiwg",
12
12
  "keywords": [
13
13
  "writing",
14
14
  "quality",
@@ -77,7 +77,7 @@ The framework provides 87+ templates organized by marketing discipline:
77
77
 
78
78
  ## Relationship to Core Repository
79
79
 
80
- This framework is part of the AI Writing Guide repository but serves as a standalone marketing toolkit. The parent repository contains:
80
+ This framework is part of the AIWG repository but serves as a standalone marketing toolkit. The parent repository contains:
81
81
 
82
82
  - `/agents/` - General-purpose writing agents (content-diversifier, writing-validator, prompt-optimizer)
83
83
  - `/commands/` - General-purpose command documentation
@@ -614,7 +614,7 @@ The MMK framework seamlessly integrates with the SDLC Complete framework for pro
614
614
 
615
615
  ## Installation
616
616
 
617
- Use the AI Writing Guide CLI to deploy this framework:
617
+ Use the AIWG CLI to deploy this framework:
618
618
 
619
619
  ```bash
620
620
  # Install CLI
@@ -822,13 +822,13 @@ For complete marketing execution, integrate with:
822
822
 
823
823
  ## Support and Resources
824
824
 
825
- - **Repository**: https://github.com/jmagly/ai-writing-guide
825
+ - **Repository**: https://github.com/jmagly/aiwg
826
826
  - **Framework Documentation**: `/agentic/code/frameworks/media-marketing-kit/`
827
827
  - **Research Findings**: `.aiwg/planning/mmk-research/RESEARCH-SYNTHESIS.md`
828
828
  - **Template Library**: `/templates/`
829
829
  - **Agent Catalog**: `/agents/`
830
- - **Issues**: https://github.com/jmagly/ai-writing-guide/issues
831
- - **Discussions**: https://github.com/jmagly/ai-writing-guide/discussions
830
+ - **Issues**: https://github.com/jmagly/aiwg/issues
831
+ - **Discussions**: https://github.com/jmagly/aiwg/discussions
832
832
 
833
833
  ## Contributing
834
834
 
@@ -836,7 +836,7 @@ See the parent repository's `AGENTS.md` for contribution guidelines.
836
836
 
837
837
  ## License
838
838
 
839
- Part of the AI Writing Guide repository. See main repository for license information.
839
+ Part of the AIWG repository. See main repository for license information.
840
840
 
841
841
  ---
842
842
 
@@ -706,7 +706,7 @@ After successfully completing this command, offer the user an opportunity to sta
706
706
 
707
707
  **Prompt**:
708
708
  ```
709
- The AI Writing Guide is an open-source project that helps improve AI-generated content.
709
+ The AIWG is an open-source project that helps improve AI-generated content.
710
710
  If you found this helpful, would you like to star the repository on GitHub?
711
711
 
712
712
  Options:
@@ -725,18 +725,18 @@ Options:
725
725
  ```bash
726
726
  gh api -X PUT /user/starred/jmagly/ai-writing-guide
727
727
  ```
728
- - If successful: "⭐ Thank you for starring the AI Writing Guide! Your support helps the project grow."
729
- - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/ai-writing-guide"
728
+ - If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
729
+ - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
730
730
 
731
731
  3. If `gh` is not available:
732
732
  ```
733
733
  GitHub CLI (gh) not found. You can star the repository at:
734
- https://github.com/jmagly/ai-writing-guide
734
+ https://github.com/jmagly/aiwg
735
735
  ```
736
736
 
737
737
  **If user selects "No thanks"**:
738
738
  ```
739
- No problem! Thanks for using the AI Writing Guide.
739
+ No problem! Thanks for using the AIWG.
740
740
  ```
741
741
 
742
742
  ## References
@@ -471,7 +471,7 @@ After successfully completing this command, offer the user an opportunity to sta
471
471
 
472
472
  **Prompt**:
473
473
  ```
474
- The AI Writing Guide is an open-source project that helps improve AI-generated content.
474
+ The AIWG is an open-source project that helps improve AI-generated content.
475
475
  If you found this helpful, would you like to star the repository on GitHub?
476
476
 
477
477
  Options:
@@ -490,18 +490,18 @@ Options:
490
490
  ```bash
491
491
  gh api -X PUT /user/starred/jmagly/ai-writing-guide
492
492
  ```
493
- - If successful: "⭐ Thank you for starring the AI Writing Guide! Your support helps the project grow."
494
- - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/ai-writing-guide"
493
+ - If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
494
+ - If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
495
495
 
496
496
  3. If `gh` is not available:
497
497
  ```
498
498
  GitHub CLI (gh) not found. You can star the repository at:
499
- https://github.com/jmagly/ai-writing-guide
499
+ https://github.com/jmagly/aiwg
500
500
  ```
501
501
 
502
502
  **If user selects "No thanks"**:
503
503
  ```
504
- No problem! Thanks for using the AI Writing Guide.
504
+ No problem! Thanks for using the AIWG.
505
505
  ```
506
506
 
507
507
  ## References
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://github.com/jmagly/ai-writing-guide/mmk-models-config.json",
3
+ "$id": "https://github.com/jmagly/aiwg/mmk-models-config.json",
4
4
  "title": "AIWG MMK Model Configuration",
5
5
  "description": "Default model mappings for AIWG Media Marketing Kit framework deployment. Users can customize these values for their specific needs.",
6
6
  "version": "1.0.0",
@@ -4,7 +4,7 @@ This file provides guidance to AI platforms (Claude Code, Warp Terminal, Factory
4
4
 
5
5
  ## Repository Purpose
6
6
 
7
- This project uses the **AI Writing Guide Media/Marketing Kit (MMK) Framework** for marketing workflow management, campaign development, and creative production.
7
+ This project uses the **AIWG Media/Marketing Kit (MMK) Framework** for marketing workflow management, campaign development, and creative production.
8
8
 
9
9
  ## MMK Framework Overview
10
10
 
@@ -349,5 +349,5 @@ Starting orchestration..."
349
349
 
350
350
  ## Support
351
351
 
352
- - **AIWG Repository**: https://github.com/jmagly/ai-writing-guide
353
- - **Issues**: https://github.com/jmagly/ai-writing-guide/issues
352
+ - **AIWG Repository**: https://github.com/jmagly/aiwg
353
+ - **Issues**: https://github.com/jmagly/aiwg/issues
@@ -466,7 +466,7 @@ aiwg research summarize REF-XXX --ocr
466
466
 
467
467
  ## Contributing
468
468
 
469
- Research Framework is part of the AI Writing Guide project. See main project documentation for contribution guidelines.
469
+ Research Framework is part of the AIWG project. See main project documentation for contribution guidelines.
470
470
 
471
471
  ## References
472
472
 
@@ -480,7 +480,7 @@ Research Framework is part of the AI Writing Guide project. See main project doc
480
480
  ## Support
481
481
 
482
482
  - **Documentation**: `@agentic/code/frameworks/research-complete/`
483
- - **Issues**: https://github.com/jmagly/ai-writing-guide/issues
483
+ - **Issues**: https://github.com/jmagly/aiwg/issues
484
484
  - **Discord**: https://discord.gg/BuAusFMxdA
485
485
  - **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
486
486
 
@@ -174,7 +174,7 @@ Each archive includes comprehensive metadata:
174
174
  ```yaml
175
175
  # bag-info.txt (BagIt metadata)
176
176
  Source-Organization: AIWG Research Corpus
177
- Organization-Address: https://github.com/jmagly/ai-writing-guide
177
+ Organization-Address: https://github.com/jmagly/aiwg
178
178
  Contact-Name: AIWG Archival Agent
179
179
  Contact-Email: research@aiwg.io
180
180
  External-Description: Research paper archive for REF-022 (AutoGen)