specweave 1.0.254 → 1.0.256

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 (159) hide show
  1. package/CLAUDE.md +24 -24
  2. package/README.md +138 -202
  3. package/dist/src/adapters/agents-md-generator.d.ts.map +1 -1
  4. package/dist/src/adapters/agents-md-generator.js +0 -1
  5. package/dist/src/adapters/agents-md-generator.js.map +1 -1
  6. package/dist/src/adapters/claude/README.md +0 -1
  7. package/dist/src/adapters/claude-md-generator.d.ts.map +1 -1
  8. package/dist/src/adapters/claude-md-generator.js +0 -1
  9. package/dist/src/adapters/claude-md-generator.js.map +1 -1
  10. package/dist/src/core/ac-checkbox-formatter.d.ts +24 -0
  11. package/dist/src/core/ac-checkbox-formatter.d.ts.map +1 -0
  12. package/dist/src/core/ac-checkbox-formatter.js +35 -0
  13. package/dist/src/core/ac-checkbox-formatter.js.map +1 -0
  14. package/dist/src/core/ac-progress-sync.d.ts +116 -0
  15. package/dist/src/core/ac-progress-sync.d.ts.map +1 -0
  16. package/dist/src/core/ac-progress-sync.js +272 -0
  17. package/dist/src/core/ac-progress-sync.js.map +1 -0
  18. package/dist/src/core/fabric/registry-schema.d.ts +79 -0
  19. package/dist/src/core/fabric/registry-schema.d.ts.map +1 -0
  20. package/dist/src/core/fabric/registry-schema.js +6 -0
  21. package/dist/src/core/fabric/registry-schema.js.map +1 -0
  22. package/dist/src/core/fabric/security-scanner.d.ts +12 -0
  23. package/dist/src/core/fabric/security-scanner.d.ts.map +1 -0
  24. package/dist/src/core/fabric/security-scanner.js +219 -0
  25. package/dist/src/core/fabric/security-scanner.js.map +1 -0
  26. package/dist/src/core/reflection/index.d.ts +1 -1
  27. package/dist/src/core/reflection/index.d.ts.map +1 -1
  28. package/dist/src/core/reflection/index.js +1 -1
  29. package/dist/src/core/reflection/index.js.map +1 -1
  30. package/dist/src/core/reflection/reflect-handler.d.ts.map +1 -1
  31. package/dist/src/core/reflection/reflect-handler.js +1 -2
  32. package/dist/src/core/reflection/reflect-handler.js.map +1 -1
  33. package/dist/src/core/reflection/skill-memories.d.ts +13 -1
  34. package/dist/src/core/reflection/skill-memories.d.ts.map +1 -1
  35. package/dist/src/core/reflection/skill-memories.js +55 -10
  36. package/dist/src/core/reflection/skill-memories.js.map +1 -1
  37. package/dist/src/core/types/sync-profile.d.ts +44 -0
  38. package/dist/src/core/types/sync-profile.d.ts.map +1 -1
  39. package/dist/src/core/types/sync-profile.js.map +1 -1
  40. package/dist/src/utils/agents-md-compiler.d.ts.map +1 -1
  41. package/dist/src/utils/agents-md-compiler.js +0 -1
  42. package/dist/src/utils/agents-md-compiler.js.map +1 -1
  43. package/package.json +1 -1
  44. package/plugins/specweave/PLUGIN.md +0 -1
  45. package/plugins/specweave/commands/brownfield-analyzer.md +0 -10
  46. package/plugins/specweave/commands/brownfield-onboarder.md +0 -10
  47. package/plugins/specweave/commands/export-skills.md +0 -10
  48. package/plugins/specweave/commands/plugin-validator.md +0 -10
  49. package/plugins/specweave/hooks/stop-reflect.sh +4 -2
  50. package/plugins/specweave/hooks/user-prompt-submit.sh +2 -63
  51. package/plugins/specweave/hooks/v2/dispatchers/post-tool-use.sh +4 -4
  52. package/plugins/specweave/hooks/v2/dispatchers/session-start.sh +0 -3
  53. package/plugins/{specweave-github/hooks/github-ac-sync-handler.sh → specweave/hooks/v2/handlers/ac-sync-dispatcher.sh} +96 -92
  54. package/plugins/specweave/skills/architect/SKILL.md +2 -6
  55. package/plugins/specweave/skills/archive-increments/SKILL.md +0 -10
  56. package/plugins/specweave/skills/auto/SKILL.md +4 -0
  57. package/plugins/specweave/skills/cancel-auto/SKILL.md +5 -1
  58. package/plugins/specweave/skills/code-review/SKILL.md +1 -11
  59. package/plugins/specweave/skills/code-simplifier/SKILL.md +3 -7
  60. package/plugins/specweave/skills/do/SKILL.md +6 -2
  61. package/plugins/specweave/skills/docs/SKILL.md +5 -8
  62. package/plugins/specweave/skills/docs-updater/SKILL.md +4 -10
  63. package/plugins/specweave/skills/done/SKILL.md +18 -72
  64. package/plugins/specweave/skills/framework/SKILL.md +4 -10
  65. package/plugins/specweave/skills/grill/SKILL.md +7 -12
  66. package/plugins/specweave/skills/increment/SKILL.md +5 -0
  67. package/plugins/specweave/skills/increment-planner/SKILL.md +4 -7
  68. package/plugins/specweave/skills/increment-work-router/SKILL.md +0 -10
  69. package/plugins/specweave/skills/judge-llm/SKILL.md +0 -11
  70. package/plugins/specweave/skills/lsp/SKILL.md +4 -10
  71. package/plugins/specweave/skills/multi-project-spec-mapper/SKILL.md +0 -10
  72. package/plugins/specweave/skills/next/SKILL.md +1 -1
  73. package/plugins/specweave/skills/plan/SKILL.md +1 -1
  74. package/plugins/specweave/skills/pm/SKILL.md +6 -11
  75. package/plugins/specweave/skills/pm-closure-validation/SKILL.md +0 -10
  76. package/plugins/specweave/skills/progress/SKILL.md +5 -1
  77. package/plugins/specweave/skills/progress-sync/SKILL.md +2 -11
  78. package/plugins/specweave/skills/save/SKILL.md +6 -1
  79. package/plugins/specweave/skills/security/SKILL.md +2 -6
  80. package/plugins/specweave/skills/security-patterns/SKILL.md +4 -10
  81. package/plugins/specweave/skills/smart-reopen-detector/SKILL.md +0 -10
  82. package/plugins/specweave/skills/spec-generator/SKILL.md +0 -10
  83. package/plugins/specweave/skills/tdd-cycle/SKILL.md +5 -1
  84. package/plugins/specweave/skills/tdd-green/SKILL.md +5 -1
  85. package/plugins/specweave/skills/tdd-orchestrator/SKILL.md +4 -10
  86. package/plugins/specweave/skills/tdd-red/SKILL.md +5 -1
  87. package/plugins/specweave/skills/tdd-refactor/SKILL.md +1 -1
  88. package/plugins/specweave/skills/team-build/SKILL.md +1 -1
  89. package/plugins/specweave/skills/team-lead/SKILL.md +3 -3
  90. package/plugins/specweave/skills/test-aware-planner/SKILL.md +0 -10
  91. package/plugins/specweave/skills/umbrella-repo-detector/SKILL.md +0 -10
  92. package/plugins/specweave/skills/update-instructions/SKILL.md +0 -10
  93. package/plugins/specweave/skills/validate/SKILL.md +6 -1
  94. package/plugins/specweave-github/commands/close.md +2 -2
  95. package/plugins/specweave-github/commands/sync.md +1 -22
  96. package/src/templates/CLAUDE.md.template +1 -1
  97. package/src/templates/docs/adr-template.md +1 -1
  98. package/src/templates/docs/hld-template.md +1 -1
  99. package/src/templates/docs/lld-template.md +2 -2
  100. package/src/templates/docs/rfc-template.md +1 -1
  101. package/src/templates/docs/spec-template.md +1 -1
  102. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.d.ts +0 -205
  103. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.d.ts.map +0 -1
  104. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js +0 -685
  105. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js.map +0 -1
  106. package/dist/plugins/specweave-github/lib/cli-sync-increment-changes.d.ts +0 -12
  107. package/dist/plugins/specweave-github/lib/cli-sync-increment-changes.d.ts.map +0 -1
  108. package/dist/plugins/specweave-github/lib/cli-sync-increment-changes.js +0 -28
  109. package/dist/plugins/specweave-github/lib/cli-sync-increment-changes.js.map +0 -1
  110. package/dist/plugins/specweave-github/lib/github-increment-sync-cli.d.ts +0 -21
  111. package/dist/plugins/specweave-github/lib/github-increment-sync-cli.d.ts.map +0 -1
  112. package/dist/plugins/specweave-github/lib/github-increment-sync-cli.js +0 -471
  113. package/dist/plugins/specweave-github/lib/github-increment-sync-cli.js.map +0 -1
  114. package/dist/plugins/specweave-github/lib/github-status-sync.d.ts +0 -53
  115. package/dist/plugins/specweave-github/lib/github-status-sync.d.ts.map +0 -1
  116. package/dist/plugins/specweave-github/lib/github-status-sync.js +0 -120
  117. package/dist/plugins/specweave-github/lib/github-status-sync.js.map +0 -1
  118. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.d.ts +0 -18
  119. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.d.ts.map +0 -1
  120. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js +0 -297
  121. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js.map +0 -1
  122. package/dist/plugins/specweave-github/lib/increment-issue-builder.d.ts +0 -94
  123. package/dist/plugins/specweave-github/lib/increment-issue-builder.d.ts.map +0 -1
  124. package/dist/plugins/specweave-github/lib/increment-issue-builder.js +0 -385
  125. package/dist/plugins/specweave-github/lib/increment-issue-builder.js.map +0 -1
  126. package/dist/src/core/reflection/skill-memory-injector.d.ts +0 -42
  127. package/dist/src/core/reflection/skill-memory-injector.d.ts.map +0 -1
  128. package/dist/src/core/reflection/skill-memory-injector.js +0 -67
  129. package/dist/src/core/reflection/skill-memory-injector.js.map +0 -1
  130. package/plugins/specweave/commands/skill.md +0 -620
  131. package/plugins/specweave/skills/tech-lead/SKILL.md +0 -25
  132. package/plugins/specweave/templates/coding-standards.md.template +0 -535
  133. package/plugins/specweave/templates/hookify/README.md +0 -47
  134. package/plugins/specweave/templates/hookify/hookify.block-force-push.local.md +0 -19
  135. package/plugins/specweave/templates/hookify/hookify.block-metadata-status.local.md +0 -18
  136. package/plugins/specweave/templates/hookify/hookify.block-secrets.local.md +0 -26
  137. package/plugins/specweave/templates/hookify/hookify.require-tests.local.md +0 -22
  138. package/plugins/specweave/templates/hookify/hookify.warn-dangerous-rm.local.md +0 -23
  139. package/plugins/specweave/templates/hookify/hookify.warn-root-files.local.md +0 -21
  140. package/plugins/specweave-github/lib/ThreeLayerSyncManager.js +0 -611
  141. package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +0 -909
  142. package/plugins/specweave-github/lib/cli-sync-increment-changes.d.js +0 -1
  143. package/plugins/specweave-github/lib/cli-sync-increment-changes.d.ts +0 -12
  144. package/plugins/specweave-github/lib/cli-sync-increment-changes.d.ts.map +0 -1
  145. package/plugins/specweave-github/lib/cli-sync-increment-changes.js +0 -17
  146. package/plugins/specweave-github/lib/cli-sync-increment-changes.js.map +0 -1
  147. package/plugins/specweave-github/lib/cli-sync-increment-changes.ts +0 -33
  148. package/plugins/specweave-github/lib/github-increment-sync-cli.js +0 -474
  149. package/plugins/specweave-github/lib/github-increment-sync-cli.ts +0 -616
  150. package/plugins/specweave-github/lib/github-status-sync.js +0 -107
  151. package/plugins/specweave-github/lib/github-status-sync.ts +0 -163
  152. package/plugins/specweave-github/lib/github-sync-increment-changes.d.js +0 -0
  153. package/plugins/specweave-github/lib/github-sync-increment-changes.d.ts +0 -18
  154. package/plugins/specweave-github/lib/github-sync-increment-changes.d.ts.map +0 -1
  155. package/plugins/specweave-github/lib/github-sync-increment-changes.js +0 -253
  156. package/plugins/specweave-github/lib/github-sync-increment-changes.js.map +0 -1
  157. package/plugins/specweave-github/lib/github-sync-increment-changes.ts +0 -391
  158. package/plugins/specweave-github/lib/increment-issue-builder.js +0 -402
  159. package/plugins/specweave-github/lib/increment-issue-builder.ts +0 -520
package/CLAUDE.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- SW:META template="claude" version="1.0.253" sections="header,start,autodetect,metarule,rules,workflow,reflect,context,structure,taskformat,secrets,syncing,testing,tdd,api,limits,troubleshooting,lazyloading,principles,linking,mcp,auto,docs" -->
1
+ <!-- SW:META template="claude" version="1.0.255" sections="header,start,autodetect,metarule,rules,workflow,reflect,context,structure,taskformat,secrets,syncing,testing,tdd,api,limits,troubleshooting,lazyloading,principles,linking,mcp,auto,docs" -->
2
2
 
3
3
  <!-- SW:SECTION:hook-priority version="1.0.171" -->
4
4
  ## ⛔ Hook Instructions Override Everything
@@ -11,7 +11,7 @@
11
11
  | **"SKILL FIRST"** | Call shown skill FIRST → chain domain skills → implement |
12
12
  <!-- SW:END:hook-priority -->
13
13
 
14
- <!-- SW:SECTION:header version="1.0.253" -->
14
+ <!-- SW:SECTION:header version="1.0.255" -->
15
15
  **Framework**: SpecWeave | **Truth**: `spec.md` + `tasks.md`
16
16
  <!-- SW:END:header -->
17
17
 
@@ -48,7 +48,7 @@ If auto-activation fails, invoke explicitly: `Skill({ skill: "name" })`
48
48
 
49
49
  **Native LSP broken in v2.1.0+.** Use: `specweave lsp refs|def|hover src/file.ts SymbolName`
50
50
 
51
- <!-- SW:SECTION:start version="1.0.253" -->
51
+ <!-- SW:SECTION:start version="1.0.255" -->
52
52
  ## Getting Started
53
53
 
54
54
  **Initial increment**: `0001-project-setup` (auto-created by `specweave init`)
@@ -58,7 +58,7 @@ If auto-activation fails, invoke explicitly: `Skill({ skill: "name" })`
58
58
  2. **Customize**: Edit spec.md and use for setup tasks
59
59
  <!-- SW:END:start -->
60
60
 
61
- <!-- SW:SECTION:autodetect version="1.0.253" -->
61
+ <!-- SW:SECTION:autodetect version="1.0.255" -->
62
62
  ## Auto-Detection
63
63
 
64
64
  SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
@@ -68,7 +68,7 @@ SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
68
68
  **Opt-out phrases**: "Just brainstorm first" | "Don't plan yet" | "Quick discussion" | "Let's explore ideas"
69
69
  <!-- SW:END:autodetect -->
70
70
 
71
- <!-- SW:SECTION:metarule version="1.0.253" -->
71
+ <!-- SW:SECTION:metarule version="1.0.255" -->
72
72
  ## Workflow Orchestration
73
73
 
74
74
  ### 1. Plan Mode Default
@@ -95,7 +95,7 @@ SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
95
95
  ```
96
96
  <!-- SW:END:metarule -->
97
97
 
98
- <!-- SW:SECTION:rules version="1.0.253" -->
98
+ <!-- SW:SECTION:rules version="1.0.255" -->
99
99
  ## Rules
100
100
 
101
101
  1. **Files** → `.specweave/increments/####-name/` (see Structure section for details)
@@ -116,7 +116,7 @@ SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
116
116
  Discover org from config: `repository.organization` → `sync.profiles` → `umbrella.childRepos` → filesystem
117
117
  <!-- SW:END:rules -->
118
118
 
119
- <!-- SW:SECTION:workflow version="1.0.253" -->
119
+ <!-- SW:SECTION:workflow version="1.0.255" -->
120
120
  ## Workflow
121
121
 
122
122
  `/sw:increment "X"` → `/sw:do` → `/sw:progress` → `/sw:done 0001`
@@ -142,7 +142,7 @@ SpecWeave auto-detects product descriptions and routes to `/sw:increment`:
142
142
  Before git operations, scan: `for d in repositories packages services apps libs workspace; do [ -d "$d" ] && find "$d" -maxdepth 2 -name ".git" -type d; done`
143
143
  <!-- SW:END:save-nested-repos -->
144
144
 
145
- <!-- SW:SECTION:reflect version="1.0.253" -->
145
+ <!-- SW:SECTION:reflect version="1.0.255" -->
146
146
  ## Skill Memories
147
147
 
148
148
  SpecWeave learns from corrections. Learnings saved here automatically. Edit or delete as needed.
@@ -163,7 +163,7 @@ SpecWeave learns from corrections. Learnings saved here automatically. Edit or d
163
163
  - Prefer leaderboard-style reporting for analysis
164
164
  - Auto mode: Stop hook creates implicit loops via block/approve pattern
165
165
 
166
- <!-- SW:SECTION:context version="1.0.253" -->
166
+ <!-- SW:SECTION:context version="1.0.255" -->
167
167
  ## Context
168
168
 
169
169
  **Before implementing**: Check ADRs at `.specweave/docs/internal/architecture/adr/`
@@ -171,7 +171,7 @@ SpecWeave learns from corrections. Learnings saved here automatically. Edit or d
171
171
  **Load context**: `/sw:docs <topic>` loads relevant living docs into conversation
172
172
  <!-- SW:END:context -->
173
173
 
174
- <!-- SW:SECTION:structure version="1.0.253" -->
174
+ <!-- SW:SECTION:structure version="1.0.255" -->
175
175
  ## Structure
176
176
 
177
177
  ```
@@ -186,7 +186,7 @@ SpecWeave learns from corrections. Learnings saved here automatically. Edit or d
186
186
  **Everything else → subfolders**: `reports/` | `logs/` | `scripts/` | `backups/`
187
187
  <!-- SW:END:structure -->
188
188
 
189
- <!-- SW:SECTION:taskformat version="1.0.253" -->
189
+ <!-- SW:SECTION:taskformat version="1.0.255" -->
190
190
  ## Task Format
191
191
 
192
192
  ```markdown
@@ -196,7 +196,7 @@ SpecWeave learns from corrections. Learnings saved here automatically. Edit or d
196
196
  ```
197
197
  <!-- SW:END:taskformat -->
198
198
 
199
- <!-- SW:SECTION:secrets version="1.0.253" -->
199
+ <!-- SW:SECTION:secrets version="1.0.255" -->
200
200
  ## Secrets Check
201
201
 
202
202
  **BEFORE CLI tools**: Check existing config first!
@@ -210,7 +210,7 @@ gh auth status
210
210
  **SECURITY**: NEVER use `grep TOKEN .env` without `-q` flag - it exposes credentials in terminal!
211
211
  <!-- SW:END:secrets -->
212
212
 
213
- <!-- SW:SECTION:syncing version="1.0.253" -->
213
+ <!-- SW:SECTION:syncing version="1.0.255" -->
214
214
  ## External Sync (GitHub/JIRA/ADO)
215
215
 
216
216
  **Primary command**: `/sw:progress-sync` — syncs tasks.md → spec.md → living docs → external tools (auto-creates missing issues)
@@ -231,7 +231,7 @@ gh auth status
231
231
  **After task completion**: Run `/sw:progress-sync` or `/sw-github:push` to sync changes to external tools.
232
232
  <!-- SW:END:syncing -->
233
233
 
234
- <!-- SW:SECTION:testing version="1.0.253" -->
234
+ <!-- SW:SECTION:testing version="1.0.255" -->
235
235
  ## Testing
236
236
 
237
237
  BDD in tasks.md | Unit >80% | `.test.ts` (Vitest)
@@ -250,7 +250,7 @@ vi.mock('./module', () => ({ func: mockFn }));
250
250
  **Install CLI**: `npm install -g @playwright/cli@latest`
251
251
  <!-- SW:END:testing -->
252
252
 
253
- <!-- SW:SECTION:tdd version="1.0.253" -->
253
+ <!-- SW:SECTION:tdd version="1.0.255" -->
254
254
  ## TDD Mode (Test-Driven Development)
255
255
 
256
256
  **When `testing.defaultTestMode: "TDD"` is configured**, follow RED-GREEN-REFACTOR discipline:
@@ -311,7 +311,7 @@ When TDD is enabled, tasks include phase markers:
311
311
  **Rule**: Complete dependencies BEFORE dependent tasks (RED before GREEN).
312
312
  <!-- SW:END:tdd -->
313
313
 
314
- <!-- SW:SECTION:api version="1.0.253" -->
314
+ <!-- SW:SECTION:api version="1.0.255" -->
315
315
  ## API Development (OpenAPI-First)
316
316
 
317
317
  **For API projects only.** Commands: `/sw:api-docs --all` | `--openapi` | `--postman` | `--validate`
@@ -319,13 +319,13 @@ When TDD is enabled, tasks include phase markers:
319
319
  Enable in config: `{"apiDocs":{"enabled":true,"openApiPath":"openapi.yaml"}}`
320
320
  <!-- SW:END:api -->
321
321
 
322
- <!-- SW:SECTION:limits version="1.0.253" -->
322
+ <!-- SW:SECTION:limits version="1.0.255" -->
323
323
  ## Limits
324
324
 
325
325
  **Max 1500 lines/file** — extract before adding
326
326
  <!-- SW:END:limits -->
327
327
 
328
- <!-- SW:SECTION:troubleshooting version="1.0.253" -->
328
+ <!-- SW:SECTION:troubleshooting version="1.0.255" -->
329
329
  ## Troubleshooting
330
330
 
331
331
  | Issue | Fix |
@@ -338,7 +338,7 @@ Enable in config: `{"apiDocs":{"enabled":true,"openApiPath":"openapi.yaml"}}`
338
338
  | Session stuck | Kill + `rm -f .specweave/state/*.lock` + restart |
339
339
  <!-- SW:END:troubleshooting -->
340
340
 
341
- <!-- SW:SECTION:lazyloading version="1.0.253" -->
341
+ <!-- SW:SECTION:lazyloading version="1.0.255" -->
342
342
  ## Plugin Auto-Loading
343
343
 
344
344
  Plugins load automatically based on project type and keywords. Manual install if needed:
@@ -352,7 +352,7 @@ export SPECWEAVE_DISABLE_AUTO_LOAD=1 # Disable auto-load
352
352
  **Token savings**: Core ~3-5K tokens vs all plugins ~60K+
353
353
  <!-- SW:END:lazyloading -->
354
354
 
355
- <!-- SW:SECTION:principles version="1.0.253" -->
355
+ <!-- SW:SECTION:principles version="1.0.255" -->
356
356
  ## Principles
357
357
 
358
358
  ### SpecWeave Principles
@@ -368,7 +368,7 @@ export SPECWEAVE_DISABLE_AUTO_LOAD=1 # Disable auto-load
368
368
  - **Demand Elegance**: For non-trivial changes, pause and ask "is there a more elegant way?" - but skip this for simple, obvious fixes (don't over-engineer).
369
369
  <!-- SW:END:principles -->
370
370
 
371
- <!-- SW:SECTION:linking version="1.0.253" -->
371
+ <!-- SW:SECTION:linking version="1.0.255" -->
372
372
  ## Bidirectional Linking
373
373
 
374
374
  Tasks ↔ User Stories auto-linked via AC-IDs: `AC-US1-01` → `US-001`
@@ -376,7 +376,7 @@ Tasks ↔ User Stories auto-linked via AC-IDs: `AC-US1-01` → `US-001`
376
376
  Task format: `**AC**: AC-US1-01, AC-US1-02` (CRITICAL for linking)
377
377
  <!-- SW:END:linking -->
378
378
 
379
- <!-- SW:SECTION:mcp version="1.0.253" -->
379
+ <!-- SW:SECTION:mcp version="1.0.255" -->
380
380
  ## External Services
381
381
 
382
382
  **Priority**: CLI tools first (simpler) → MCP for complex integrations
@@ -398,7 +398,7 @@ claude mcp add --transport stdio postgres -- npx -y @modelcontextprotocol/server
398
398
  MCP supports lazy-loading (auto mode) - tools load on-demand when >10% context.
399
399
  <!-- SW:END:mcp -->
400
400
 
401
- <!-- SW:SECTION:auto version="1.0.253" -->
401
+ <!-- SW:SECTION:auto version="1.0.255" -->
402
402
  ## Auto Mode
403
403
 
404
404
  **Commands**: `/sw:auto` (start) | `/sw:auto-status` (check) | `/sw:cancel-auto` (emergency only)
@@ -415,7 +415,7 @@ MCP supports lazy-loading (auto mode) - tools load on-demand when >10% context.
415
415
  **STOP & ASK** if: Spec conflicts | Task unnecessary | Requirement ambiguous
416
416
  <!-- SW:END:auto -->
417
417
 
418
- <!-- SW:SECTION:docs version="1.0.253" -->
418
+ <!-- SW:SECTION:docs version="1.0.255" -->
419
419
  ## Docs
420
420
 
421
421
  [spec-weave.com](https://spec-weave.com)
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # SpecWeave
2
2
 
3
- **The spec-driven framework for AI coding agents.** First-class support for Claude Code compatible with any LLM-powered coding tool.
3
+ **The spec-driven Skill Fabric for AI coding agents.** Program your AI in English. Ship features while you sleep.
4
4
 
5
- *Coordinate parallel AI agents. Prevent task overlap. Quality gates. Ship features while you sleep.*
5
+ *First-class support for Claude Code compatible with any LLM-powered coding tool.*
6
6
 
7
7
  [![NPM Version](https://img.shields.io/npm/v/specweave?color=brightgreen)](https://www.npmjs.com/package/specweave)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -15,16 +15,85 @@ npm install -g specweave # Requires Node.js 20.12.0+
15
15
 
16
16
  ---
17
17
 
18
- ## Quick Demo
18
+ ## What Are Skills?
19
19
 
20
- ```bash
21
- /sw:increment "User authentication" # AI creates spec + plan + tasks
22
- /sw:auto # Autonomous execution for hours
23
- /sw:grill 0001 # Senior-level code review
24
- /sw:done 0001 # Validate and complete
20
+ **Skills are programs written in English** — not prompts, not templates, but reusable logic that controls how AI thinks, decides, and acts.
21
+
22
+ ```
23
+ Without SpecWeave: With SpecWeave:
24
+ ───────────────── ───────────────
25
+ "Use React Hook Form with Zod..." "Add a login form"
26
+ "Remember, we use Tailwind..." → AI already knows your patterns.
27
+ "Don't forget the test pattern..." → It remembered from last time.
28
+ "Wait, I told you this yesterday..." → Fix once, learned permanently.
25
29
  ```
26
30
 
27
- **What happens:** Claude creates a full specification, executes tasks autonomously, runs tests, fixes failures, and syncs progress to GitHub/JIRA. You review finished work.
31
+ Each skill is a **programmable AI behavior** you can customize without forking. Fix once, remembered permanently. 100+ skills ship out of the box — PM, Architect, QA, Security, DevOps, Frontend, Backend, Mobile, ML.
32
+
33
+ **You don't need to learn Claude Code docs.** SpecWeave handles hooks, plugins, CLAUDE.md, and context management for you. Install, describe your feature, skills do the rest.
34
+
35
+ ---
36
+
37
+ ## The Workflow
38
+
39
+ Just describe what you want. SpecWeave handles the rest.
40
+
41
+ ```
42
+ You: "Build me a checkout flow with Stripe"
43
+
44
+ SpecWeave asks 5-10 clarifying questions
45
+ (What payment methods? Guest checkout? Subscriptions? Which UI library?)
46
+
47
+ Creates: spec.md → plan.md → tasks.md
48
+
49
+ You: "Go ahead and build it"
50
+ → autonomous execution for hours
51
+ (writes code, runs tests, fixes failures, syncs to GitHub/JIRA)
52
+
53
+ You wake up. Review finished work.
54
+ Tests cover technical correctness. You check the UI and UX.
55
+
56
+ You: "Looks good, ship it"
57
+ → validated, documented, shipped.
58
+ ```
59
+
60
+ **Solo developer:**
61
+ ```
62
+ You: "I need user authentication with OAuth and magic links"
63
+ → SpecWeave interviews you, creates spec + plan + tasks
64
+ You: "Build it"
65
+ → AI works autonomously for hours
66
+ You: "Ship it"
67
+ → reviewed, validated, done.
68
+ ```
69
+
70
+ **Agent team (parallel):**
71
+ ```
72
+ You: "Build an e-commerce MVP"
73
+ → SpecWeave splits into auth, payments, catalog
74
+ → 3 agents work in parallel across iTerm/tmux panes
75
+ ```
76
+
77
+ **Brownfield project:**
78
+ ```
79
+ You: "Migrate the checkout page to React"
80
+ → SpecWeave analyzes existing code, plans strangler fig migration
81
+ → TDD-first autonomous execution
82
+ ```
83
+
84
+ <details>
85
+ <summary><strong>Under the hood</strong> — SpecWeave auto-activates these skills from natural language:</summary>
86
+
87
+ | You say | SpecWeave runs |
88
+ |---------|---------------|
89
+ | "Build me X" | `/sw:increment` → spec + plan + tasks |
90
+ | "Go ahead" / "Build it" | `/sw:auto` → autonomous execution |
91
+ | "Ship it" / "We're done" | `/sw:done` → quality gates + close |
92
+ | "Split this into teams" | `/sw:team-lead` → parallel agents |
93
+ | "Review the code" | `/sw:grill` → critical code review |
94
+
95
+ You can also invoke commands directly for fine-grained control.
96
+ </details>
28
97
 
29
98
  ---
30
99
 
@@ -41,62 +110,66 @@ SpecWeave solves this with **file-based coordination**:
41
110
  └── tasks.md ← DO: Implementation tasks with tests
42
111
  ```
43
112
 
44
- Each increment is a self-contained scope. Each agent knows exactly what's taken and what's available. No overlap. No conflicts. Six months later, search "OAuth" and find exactly what was decided, who approved it, and why.
113
+ ### Three Pillars
45
114
 
46
- ### What Makes It Different
115
+ **Programmable AI** Skills are programs in English. Customize any skill's behavior via `skill-memories/*.md` without forking. Your rules override defaults. Original skills keep getting updates.
47
116
 
48
- - **Plan as source of truth** — spec.md + plan.md + tasks.md drive all implementation. Code is a derivative of the plan, never the other way around. Change your mind mid-build? Update the plan first, then regenerate code.
49
- - **Parallel agent coordination** — multiple Claude Code sessions, OpenClaw instances, or remote agents work on different increments without stepping on each other.
50
- - **Autonomous execution** — runs for hours, not minutes. Write, test, fix, repeat.
51
- - **Persistent memory** — AI learns from corrections. Fix once, remembered permanently.
52
- - **Quality gates** — Code Grill reviews code like a demanding senior engineer before every release.
53
- - **Living documentation** — specs, ADRs, and runbooks sync automatically after every task.
54
- - **100+ specialized skills** — PM, Architect, QA, Security, DevOps, Frontend, Mobile, ML, and more collaborate on deliverables.
55
- - **External sync** — GitHub Issues, JIRA, Azure DevOps — bidirectional, real-time.
56
- - **Self-improving** — captures what works and what doesn't. Gets smarter over time.
57
- - **LSP integration** — semantic code intelligence for TypeScript, Python, Go, Rust, Java, C#.
117
+ **Autonomous Teams** — Run agent swarms across iTerm/tmux panes. Each agent owns an increment. File-based coordination prevents conflicts. Work on auth, payments, and notifications simultaneously.
118
+
119
+ **Enterprise Ready** — Compliance audit trails in git. Brownfield analysis for legacy code. Bidirectional sync with GitHub, JIRA, Azure DevOps. Multi-repo coordination. Production-grade from day one.
58
120
 
59
121
  ---
60
122
 
61
- ## Programmable Skills (Open/Closed Principle)
123
+ ## Agent Swarms
124
+
125
+ Run multiple AI agents on the same repository — locally, in the cloud, or with [OpenClaw](https://openclaw.ai). Each agent owns an isolated increment. No conflicts.
62
126
 
63
- **Skills are programs you can customize without forking.**
127
+ ```
128
+ iTerm2 / tmux split panes:
129
+ ┌──────────────────┬──────────────────┬──────────────────┐
130
+ │ Agent 1 (auth) │ Agent 2 (payments)│ Agent 3 (catalog)│
131
+ │ /sw:auto │ /sw:auto │ /sw:auto │
132
+ │ ████████░░ 80% │ ██████░░░░ 60% │ ████░░░░░░ 40% │
133
+ └──────────────────┴──────────────────┴──────────────────┘
134
+ ```
64
135
 
65
- Unlike traditional tools where behavior is locked, SpecWeave skills follow the **Open/Closed Principle** from SOLID:
66
- - **Closed for modification** — don't edit SKILL.md
67
- - **Open for extension** — customize via `.specweave/skill-memories/*.md`
136
+ `/sw:team-lead "feature"` splits work each agent runs `/sw:auto` quality gates ensure consistency → progress syncs to GitHub/JIRA.
68
137
 
69
- **Example: Teaching the Frontend Skill**
138
+ **[Full agent teams guide](https://spec-weave.com/docs/guides/agent-teams-and-swarms)**
139
+
140
+ ---
141
+
142
+ ## Enterprise Ready
143
+
144
+ SpecWeave is built for the reality of enterprise development.
145
+
146
+ - **Compliance audit trails** — every decision tracked in version-controlled spec files. SOC 2, HIPAA, FDA ready.
147
+ - **Brownfield excellence** — automated codebase analysis, strangler fig migrations, knowledge preservation. 90%+ of enterprise work is brownfield.
148
+ - **Multi-repo coordination** — specs reference cross-repo dependencies. Agent teams work across repositories.
149
+ - **External sync** — GitHub Issues, JIRA, Azure DevOps — bidirectional, real-time. Local-first, works offline.
150
+ - **Multi-environment** — dev, QA, staging, UAT, production deployment pipelines.
151
+
152
+ **[Enterprise documentation](https://spec-weave.com/docs/enterprise)**
153
+
154
+ ---
155
+
156
+ ## Extensible Skills (Open/Closed Principle)
157
+
158
+ **Customize any skill without forking.**
70
159
 
71
160
  ```bash
72
161
  # First time
73
162
  You: "Generate a login form"
74
163
  Claude: *creates form with useState*
75
- You: "No, we always use React Hook Form + Zod validation"
164
+ You: "No, we always use React Hook Form + Zod"
76
165
 
77
166
  # SpecWeave learns this → .specweave/skill-memories/frontend.md
78
167
 
79
- # Next session
168
+ # Next session — any agent, any skill
80
169
  You: "Generate a signup form"
81
- Claude: *automatically uses React Hook Form + Zod*
82
- ```
83
-
84
- **Your customizations:**
85
- ```markdown
86
- # .specweave/skill-memories/frontend.md
87
-
88
- ### Form Handling
89
- - Use React Hook Form for all forms
90
- - Combine with Zod for validation schemas
91
- - Never use plain useState for form state
92
-
93
- ### Component Preferences
94
- - Import from @/components/ui design system
95
- - Tailwind utilities only, no inline styles
170
+ Claude: *automatically uses React Hook Form + Zod*
96
171
  ```
97
172
 
98
- **Why this matters:**
99
-
100
173
  | Traditional Tools | SpecWeave Skills |
101
174
  |------------------|------------------|
102
175
  | Obfuscated behavior | Transparent SKILL.md |
@@ -110,9 +183,7 @@ Claude: *automatically uses React Hook Form + Zod* ✓
110
183
  /sw:reflect-status # See what Claude has learned
111
184
  ```
112
185
 
113
- Every skill (PM, Architect, QA, Security, DevOps, Frontend, Backend) can be customized. You're not using tools — you're **programming them** to match your exact patterns.
114
-
115
- **For skill developers:** Design skills with extension points. See [Skill Development Guidelines](#skill-development-guidelines) for SOLID patterns.
186
+ **[Skills deep dive](https://spec-weave.com/docs/overview/skills-as-programs)** | **[Skill development guidelines](https://spec-weave.com/docs/guides/skill-development-guidelines)**
116
187
 
117
188
  ---
118
189
 
@@ -125,63 +196,28 @@ specweave init .
125
196
  ```
126
197
 
127
198
  Then in Claude Code:
128
- ```bash
129
- /sw:increment "Add dark mode" # Describe your feature
130
- /sw:auto # Ship while you sleep
131
- ```
132
-
133
- > **Node.js 20.12.0+** required (22 LTS recommended). Getting `SyntaxError`? [Upgrade instructions](https://spec-weave.com/docs/guides/troubleshooting/common-errors#node-version-error).
134
-
135
- ---
136
-
137
- ## Parallel Development
138
-
139
- Run multiple AI agents on the same repository — locally, in the cloud, or with [OpenClaw](https://openclaw.ai). SpecWeave's increment files are the coordination layer:
140
-
141
199
  ```
142
- Agent 1 (local Claude Code) Agent 2 (cloud) Agent 3 (OpenClaw)
143
- working on: 0001-auth working on: 0002-payments working on: 0003-notifications
144
- │ │ │
145
- └──────────────────────────────┼───────────────────────────┘
146
-
147
- .specweave/increments/
148
- ├── 0001-auth/tasks.md ← Agent 1's scope
149
- ├── 0002-payments/tasks.md ← Agent 2's scope
150
- └── 0003-notifications/tasks.md ← Agent 3's scope
200
+ You: "Add dark mode to the app"
201
+ SpecWeave creates spec, plans architecture, builds it autonomously.
151
202
  ```
152
203
 
153
- **How it works:**
154
- 1. Create increments for each feature: `/sw:increment "auth"`, `/sw:increment "payments"`
155
- 2. Each agent picks an increment and runs `/sw:auto` — tasks.md tracks exactly what's done
156
- 3. Agents work in isolated scopes — different files, different specs, different tests
157
- 4. Quality gates (`/sw:grill`) ensure consistent standards regardless of which agent built it
158
- 5. Progress syncs to GitHub/JIRA so you see everything in one place
159
-
160
- **Why this matters:** OpenClaw and Claude Code sessions are stateless by default. SpecWeave's spec/plan/tasks files persist across sessions and agents — your coordination layer survives restarts, crashes, and context window limits.
161
-
162
- **Agent team commands:**
163
-
164
- | Command | Purpose |
165
- |---------|---------|
166
- | `/sw:team-lead "feature"` | Split feature across parallel agents |
167
- | `/sw:team-status` | Monitor all agent progress |
168
- | `/sw:team-merge` | Merge completed work in dependency order |
169
-
170
- **[Full agent teams guide](https://spec-weave.com/docs/guides/agent-teams-and-swarms)**
204
+ > **Node.js 20.12.0+** required (22 LTS recommended). Getting `SyntaxError`? [Upgrade instructions](https://spec-weave.com/docs/guides/troubleshooting/common-errors#node-version-error).
171
205
 
172
206
  ---
173
207
 
174
208
  ## Core Commands
175
209
 
176
- | Command | Purpose |
177
- |---------|---------|
178
- | `/sw:increment "feature"` | Create spec + plan + tasks |
179
- | `/sw:auto` | Autonomous execution |
180
- | `/sw:do` | Execute one task at a time |
181
- | `/sw:grill` | Code review before close |
182
- | `/sw:done` | Close with quality validation |
183
- | `/sw:sync-progress` | Push to GitHub / JIRA / ADO |
184
- | `/sw:next` | Auto-close + suggest next |
210
+ All commands activate automatically from natural language. Use directly for fine-grained control.
211
+
212
+ | Command | Purpose | Natural trigger |
213
+ |---------|---------|----------------|
214
+ | `/sw:increment "feature"` | Create spec + plan + tasks | "Build me X" |
215
+ | `/sw:auto` | Autonomous execution | "Go ahead and build it" |
216
+ | `/sw:do` | Execute one task at a time | "Do the next task" |
217
+ | `/sw:grill` | Code review before close | "Review the code" |
218
+ | `/sw:done` | Close with quality validation | "Ship it" |
219
+ | `/sw:progress-sync` | Push to GitHub / JIRA / ADO | "Sync progress" |
220
+ | `/sw:next` | Auto-close + suggest next | "What's next?" |
185
221
 
186
222
  **[Full command reference](https://spec-weave.com/docs/commands/overview)**
187
223
 
@@ -205,12 +241,14 @@ When you close an increment, external tools update automatically.
205
241
  |------------|-----------|-------------|----------------|
206
242
  | **Parallel agent coordination** | Increment-scoped isolation | No | No |
207
243
  | **Autonomous execution** | Hours of unattended `/sw:auto` | No | No |
244
+ | **Agent swarms (iTerm/tmux)** | Visual parallel monitoring | No | No |
208
245
  | **Quality gates** | Code Grill before every release | No | No |
209
246
  | **Living documentation** | Auto-updated after every task | Manual | Manual |
210
247
  | **Self-improving AI** | Learns from corrections | No | No |
248
+ | **Enterprise compliance** | SOC 2, HIPAA, FDA audit trails | No | No |
211
249
  | **External sync** | GitHub / JIRA / ADO bidirectional | No | No |
250
+ | **Brownfield support** | Analyzer + migration patterns | No | No |
212
251
  | **Specialized skills** | 100+ (PM, QA, DevOps, ML...) | 21 agents | None |
213
- | **Works with OpenClaw** | Yes | Partial | Partial |
214
252
  | **Spec/plan/tasks workflow** | Yes | Yes | Yes |
215
253
  | **Agent-agnostic** | Claude Code + OpenClaw + Copilot + Codex | Multi-IDE | Multi-IDE |
216
254
 
@@ -218,7 +256,7 @@ When you close an increment, external tools update automatically.
218
256
 
219
257
  ## Built With SpecWeave
220
258
 
221
- > This framework builds itself. Every feature, bug fix, and release is spec-driven.
259
+ > SpecWeave builds itself. Every feature, bug fix, and release is spec-driven.
222
260
 
223
261
  **[Browse increments](https://github.com/anton-abyzov/specweave/tree/develop/.specweave/increments)** — see how SpecWeave develops SpecWeave.
224
262
 
@@ -232,108 +270,6 @@ When you close an increment, external tools update automatically.
232
270
 
233
271
  [Discord](https://discord.gg/UYg4BGJ65V) · [YouTube](https://www.youtube.com/@antonabyzov) · [GitHub Issues](https://github.com/anton-abyzov/specweave/issues)
234
272
 
235
- ## Skill Development Guidelines
236
-
237
- **Design skills that users can extend without modification.**
238
-
239
- When creating SpecWeave skills, follow the **Open/Closed Principle** (SOLID):
240
-
241
- ### Structure for Extension
242
-
243
- **SKILL.md** (closed for modification)
244
- ```markdown
245
- # Your Skill
246
-
247
- ## Core Behavior
248
- 1. Always do X
249
- 2. Check for Y
250
- 3. Output Z format
251
-
252
- ## Extension Points
253
- Users can customize:
254
- - Component preferences
255
- - Validation rules
256
- - Output formatting
257
- - Error handling
258
-
259
- See `.specweave/skill-memories/{skill-name}.md` for customizations.
260
- ```
261
-
262
- **skill-memories/{skill-name}.md** (open for extension)
263
- ```markdown
264
- ### Component Preferences
265
- - Use Material UI instead of Chakra
266
- - Dark mode by default
267
-
268
- ### Custom Validation
269
- When validating forms:
270
- 1. Check email domain against allowlist
271
- 2. Require 2FA for admin roles
272
- ```
273
-
274
- ### SOLID Principles for Skills
275
-
276
- | Principle | Application |
277
- |-----------|-------------|
278
- | **Single Responsibility** | One skill = one domain (Frontend, Backend, Testing, etc.) |
279
- | **Open/Closed** | Core logic in SKILL.md (closed), customizations in skill-memories (open) |
280
- | **Liskov Substitution** | Customizations shouldn't break skill contracts (output format, interface) |
281
- | **Interface Segregation** | Expose clear extension points, don't force users to override large blocks |
282
- | **Dependency Inversion** | Depend on patterns/abstractions, let skill-memories provide concrete implementations |
283
-
284
- ### Design Patterns
285
-
286
- **✓ DO:**
287
- - Expose clear extension points in SKILL.md
288
- - Document what users can customize
289
- - Provide examples in skill-memories templates
290
- - Read skill-memories at runtime before executing logic
291
- - Use conditional logic: "If skill-memories defines X, use X; else default behavior"
292
-
293
- **✗ DON'T:**
294
- - Hard-code preferences that vary by project
295
- - Make users fork SKILL.md to customize behavior
296
- - Ignore skill-memories content
297
- - Create monolithic skills that do everything
298
-
299
- ### Example: Extensible Frontend Skill
300
-
301
- ```markdown
302
- # SKILL.md (core logic)
303
-
304
- ## Component Generation
305
-
306
- **Default behavior:**
307
- 1. Use React functional components
308
- 2. TypeScript with Props interface
309
- 3. Export as default
310
-
311
- **Extension points (check skill-memories/frontend.md):**
312
- - component.framework (React | Vue | Angular)
313
- - component.exportStyle (default | named)
314
- - component.testFramework (Vitest | Jest | Testing Library)
315
- - styling.approach (Tailwind | CSS Modules | Styled Components)
316
-
317
- **Logic:**
318
- ```typescript
319
- // Read skill-memories first
320
- const userPrefs = readSkillMemories('frontend');
321
-
322
- // Apply customizations or use defaults
323
- const framework = userPrefs?.component?.framework || 'React';
324
- const styling = userPrefs?.styling?.approach || 'CSS Modules';
325
- ```
326
- ```
327
-
328
- ### Testing Your Skill's Extensibility
329
-
330
- 1. **Write SKILL.md** with default behavior
331
- 2. **Create skill-memories template** showing extension points
332
- 3. **Test with customizations** - does the skill respect user preferences?
333
- 4. **Document limitations** - what CAN'T be customized?
334
-
335
- **Good skill design = Users extend your logic without ever touching your source.**
336
-
337
273
  ## License
338
274
 
339
275
  MIT — [github.com/anton-abyzov/specweave](https://github.com/anton-abyzov/specweave)
@@ -1 +1 @@
1
- {"version":3,"file":"agents-md-generator.d.ts","sourceRoot":"","sources":["../../../src/adapters/agents-md-generator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAUH,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,MAAM,CAAe;gBAG3B,SAAS,CAAC,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM;IAKtB;;OAEG;IACG,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC;IA4BzD;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAqB1B;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;OAEG;IACH,OAAO,CAAC,kBAAkB;CAgC3B"}
1
+ {"version":3,"file":"agents-md-generator.d.ts","sourceRoot":"","sources":["../../../src/adapters/agents-md-generator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAUH,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,MAAM,CAAe;gBAG3B,SAAS,CAAC,EAAE,MAAM,EAClB,SAAS,CAAC,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM;IAKtB;;OAEG;IACG,QAAQ,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC;IA4BzD;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAoB1B;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;OAEG;IACH,OAAO,CAAC,kBAAkB;CAgC3B"}
@@ -74,7 +74,6 @@ export class AgentsMdGenerator {
74
74
  'devops': 'Infrastructure, deployment, CI/CD pipelines',
75
75
  'qa-engineer': 'Test strategy, test cases, quality assurance',
76
76
  'security': 'Threat modeling, security review, vulnerability assessment',
77
- 'tech-lead': 'Code review, best practices, refactoring',
78
77
  'frontend': 'UI components, React/Vue/Angular implementation',
79
78
  'nodejs-backend': 'Node.js/Express/NestJS backend APIs',
80
79
  'python-backend': 'FastAPI/Django backend APIs',