specweave 1.0.477 → 1.0.479
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 -1
- package/dist/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js +2 -1
- package/dist/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js.map +1 -1
- package/dist/src/cli/commands/refresh-plugins.js +2 -2
- package/dist/src/cli/commands/refresh-plugins.js.map +1 -1
- package/dist/src/cli/helpers/init/plugin-installer.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/plugin-installer.js +11 -0
- package/dist/src/cli/helpers/init/plugin-installer.js.map +1 -1
- package/dist/src/core/config/types.d.ts +20 -0
- package/dist/src/core/config/types.d.ts.map +1 -1
- package/dist/src/core/config/types.js.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.js +13 -0
- package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
- package/dist/src/core/increment/active-increment-manager.d.ts.map +1 -1
- package/dist/src/core/increment/active-increment-manager.js +2 -1
- package/dist/src/core/increment/active-increment-manager.js.map +1 -1
- package/dist/src/core/lazy-loading/project-detector.d.ts.map +1 -1
- package/dist/src/core/lazy-loading/project-detector.js +7 -5
- package/dist/src/core/lazy-loading/project-detector.js.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.js +9 -0
- package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
- package/dist/src/core/skill-gen/drift-detector.d.ts +24 -0
- package/dist/src/core/skill-gen/drift-detector.d.ts.map +1 -0
- package/dist/src/core/skill-gen/drift-detector.js +123 -0
- package/dist/src/core/skill-gen/drift-detector.js.map +1 -0
- package/dist/src/core/skill-gen/signal-collector.d.ts +51 -0
- package/dist/src/core/skill-gen/signal-collector.d.ts.map +1 -0
- package/dist/src/core/skill-gen/signal-collector.js +224 -0
- package/dist/src/core/skill-gen/signal-collector.js.map +1 -0
- package/dist/src/core/skill-gen/suggestion-engine.d.ts +21 -0
- package/dist/src/core/skill-gen/suggestion-engine.d.ts.map +1 -0
- package/dist/src/core/skill-gen/suggestion-engine.js +92 -0
- package/dist/src/core/skill-gen/suggestion-engine.js.map +1 -0
- package/dist/src/core/skill-gen/types.d.ts +65 -0
- package/dist/src/core/skill-gen/types.d.ts.map +1 -0
- package/dist/src/core/skill-gen/types.js +25 -0
- package/dist/src/core/skill-gen/types.js.map +1 -0
- package/dist/src/core/skills/activation-tracker.d.ts.map +1 -1
- package/dist/src/core/skills/activation-tracker.js +2 -1
- package/dist/src/core/skills/activation-tracker.js.map +1 -1
- package/dist/src/core/specs/spec-detector.d.ts.map +1 -1
- package/dist/src/core/specs/spec-detector.js +2 -1
- package/dist/src/core/specs/spec-detector.js.map +1 -1
- package/dist/src/core/types/plugin-scope.d.ts +1 -2
- package/dist/src/core/types/plugin-scope.d.ts.map +1 -1
- package/dist/src/core/types/plugin-scope.js +3 -7
- package/dist/src/core/types/plugin-scope.js.map +1 -1
- package/dist/src/hooks/platform.d.ts +1 -11
- package/dist/src/hooks/platform.d.ts.map +1 -1
- package/dist/src/hooks/platform.js +2 -24
- package/dist/src/hooks/platform.js.map +1 -1
- package/dist/src/utils/auto-install.d.ts.map +1 -1
- package/dist/src/utils/auto-install.js +9 -0
- package/dist/src/utils/auto-install.js.map +1 -1
- package/package.json +1 -1
- package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js +2 -1
- package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js.map +1 -1
- package/plugins/specweave/skills/architect/SKILL.md +4 -0
- package/plugins/specweave/skills/auto/SKILL.md +4 -0
- package/plugins/specweave/skills/brainstorm/SKILL.md +4 -0
- package/plugins/specweave/skills/debug/SKILL.md +4 -0
- package/plugins/specweave/skills/do/SKILL.md +4 -0
- package/plugins/specweave/skills/done/SKILL.md +4 -0
- package/plugins/specweave/skills/e2e/SKILL.md +4 -0
- package/plugins/specweave/skills/get/SKILL.md +4 -0
- package/plugins/specweave/skills/grill/SKILL.md +4 -0
- package/plugins/specweave/skills/import/SKILL.md +4 -0
- package/plugins/specweave/skills/increment/SKILL.md +4 -0
- package/plugins/specweave/skills/judge-llm/SKILL.md +4 -0
- package/plugins/specweave/skills/npm/SKILL.md +4 -0
- package/plugins/specweave/skills/plan/SKILL.md +4 -0
- package/plugins/specweave/skills/pm/SKILL.md +4 -0
- package/plugins/specweave/skills/pr/SKILL.md +4 -0
- package/plugins/specweave/skills/progress-sync/SKILL.md +4 -0
- package/plugins/specweave/skills/skill-gen/SKILL.md +160 -0
- package/plugins/specweave/skills/skill-gen/evals/evals.json +79 -0
- package/plugins/specweave/skills/sync-docs/SKILL.md +4 -0
- package/plugins/specweave/skills/tdd-cycle/SKILL.md +4 -0
- package/plugins/specweave/skills/tdd-green/SKILL.md +4 -0
- package/plugins/specweave/skills/tdd-red/SKILL.md +4 -0
- package/plugins/specweave/skills/tdd-refactor/SKILL.md +4 -0
- package/plugins/specweave/skills/team-build/SKILL.md +4 -0
- package/plugins/specweave/skills/team-lead/SKILL.md +4 -0
- package/plugins/specweave/skills/team-merge/SKILL.md +4 -0
- package/plugins/specweave/skills/validate/SKILL.md +4 -0
|
@@ -222,3 +222,7 @@ These excuses signal you're about to break TDD discipline. Recognize them and re
|
|
|
222
222
|
- Tests should be independent and isolated
|
|
223
223
|
|
|
224
224
|
TDD implementation for: $ARGUMENTS
|
|
225
|
+
|
|
226
|
+
## Resources
|
|
227
|
+
|
|
228
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/tdd-cycle)
|
|
@@ -62,3 +62,7 @@ Output:
|
|
|
62
62
|
If tests still fail: review test requirements carefully, check for misunderstood assertions, add minimal code to address specific failures.
|
|
63
63
|
|
|
64
64
|
Tests to make pass: $ARGUMENTS
|
|
65
|
+
|
|
66
|
+
## Resources
|
|
67
|
+
|
|
68
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/tdd-green)
|
|
@@ -37,3 +37,7 @@ Before committing:
|
|
|
37
37
|
If tests fail: immediately revert last change, identify breaking refactoring, apply smaller incremental changes.
|
|
38
38
|
|
|
39
39
|
Code to refactor: $ARGUMENTS
|
|
40
|
+
|
|
41
|
+
## Resources
|
|
42
|
+
|
|
43
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/tdd-refactor)
|
|
@@ -474,3 +474,7 @@ Custom presets follow the same execution rules: agents with no `dependsOn` run i
|
|
|
474
474
|
| Ownership conflict | Ensure no two agents in the same preset share directory ownership |
|
|
475
475
|
| TDD gate rejects Green | Agent 1 (Red) tests must genuinely fail — check for accidentally passing tests |
|
|
476
476
|
| Agents out of sync | Run `/sw:progress` to see per-agent task status and identify blockers |
|
|
477
|
+
|
|
478
|
+
## Resources
|
|
479
|
+
|
|
480
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/team-build)
|
|
@@ -919,3 +919,7 @@ User: /sw:team-lead "Add payment processing" --dry-run
|
|
|
919
919
|
| `/sw:auto` | Autonomous execution (single-agent mode) |
|
|
920
920
|
| `/sw:architect` | System architecture and ADRs |
|
|
921
921
|
| `/sw:grill` | Quality validation gate |
|
|
922
|
+
|
|
923
|
+
## Resources
|
|
924
|
+
|
|
925
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/team-lead)
|
|
@@ -133,3 +133,7 @@ Report includes: executive summary, rule-based results by category, AI quality s
|
|
|
133
133
|
- `increment-quality-judge` skill: AI assessment engine
|
|
134
134
|
- `/sw:done`: validates before closing
|
|
135
135
|
- `specweave qa <id>`: CLI equivalent
|
|
136
|
+
|
|
137
|
+
## Resources
|
|
138
|
+
|
|
139
|
+
- [Official Documentation](https://verified-skill.com/docs/commands/validate)
|