specweave 1.0.202 → 1.0.204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +0 -11
- package/CLAUDE.md +150 -547
- package/bin/specweave.js +17 -0
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +45 -0
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/commands/lsp.d.ts +57 -0
- package/dist/src/cli/commands/lsp.d.ts.map +1 -1
- package/dist/src/cli/commands/lsp.js +471 -0
- package/dist/src/cli/commands/lsp.js.map +1 -1
- package/dist/src/cli/commands/skill-match.js +1 -1
- package/dist/src/cli/commands/skill-match.js.map +1 -1
- package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts +2 -2
- package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts.map +1 -1
- package/dist/src/core/lazy-loading/llm-plugin-detector.js +3 -3
- package/dist/src/core/lazy-loading/llm-plugin-detector.js.map +1 -1
- package/dist/src/core/lsp/lsp-client.d.ts +3 -0
- package/dist/src/core/lsp/lsp-client.d.ts.map +1 -1
- package/dist/src/core/lsp/lsp-client.js +139 -31
- package/dist/src/core/lsp/lsp-client.js.map +1 -1
- package/dist/src/core/lsp/lsp-manager.d.ts +2 -0
- package/dist/src/core/lsp/lsp-manager.d.ts.map +1 -1
- package/dist/src/core/lsp/lsp-manager.js +46 -0
- package/dist/src/core/lsp/lsp-manager.js.map +1 -1
- package/dist/src/core/reflection/reflect-handler.d.ts.map +1 -1
- package/dist/src/core/reflection/reflect-handler.js +31 -20
- package/dist/src/core/reflection/reflect-handler.js.map +1 -1
- package/dist/src/core/session/handoff-context.d.ts.map +1 -1
- package/dist/src/core/session/handoff-context.js +1 -7
- package/dist/src/core/session/handoff-context.js.map +1 -1
- package/dist/src/core/session/restart-warning.js +1 -1
- package/dist/src/core/session/restart-warning.js.map +1 -1
- package/dist/src/utils/cleanup-stale-plugins.d.ts.map +1 -1
- package/dist/src/utils/cleanup-stale-plugins.js +2 -1
- package/dist/src/utils/cleanup-stale-plugins.js.map +1 -1
- package/package.json +1 -1
- package/plugins/PLUGINS-INDEX.md +0 -1
- package/plugins/specweave/commands/skill-match.md +1 -1
- package/plugins/specweave/commands/skill.md +303 -0
- package/plugins/specweave/hooks/log-decision.sh +167 -0
- package/plugins/specweave/hooks/user-prompt-submit.sh +115 -15
- package/plugins/specweave/skills/code-reviewer/SKILL.md +51 -1
- package/plugins/specweave/skills/code-standards-analyzer/SKILL.md +1 -1
- package/plugins/specweave/skills/image-generation/SKILL.md +492 -5
- package/plugins/specweave/skills/lsp/SKILL.md +163 -36
- package/plugins/specweave/skills/tdd-orchestrator/SKILL.md +98 -6
- package/plugins/specweave-infrastructure/skills/devops/SKILL.md +239 -1
- package/plugins/specweave-infrastructure/skills/observability/SKILL.md +234 -0
- package/plugins/specweave-kafka/skills/kafka-architect/SKILL.md +77 -4
- package/plugins/specweave-kafka/skills/kafka-ops/SKILL.md +128 -0
- package/plugins/specweave-ml/skills/data-scientist/SKILL.md +99 -2
- package/plugins/specweave-ml/skills/ml-engineer/SKILL.md +69 -3
- package/plugins/specweave-ml/skills/ml-specialist/SKILL.md +122 -0
- package/plugins/specweave-ml/skills/mlops-engineer/SKILL.md +120 -4
- package/plugins/specweave-mobile/skills/react-native-expert/SKILL.md +223 -0
- package/plugins/specweave-payments/skills/payments/SKILL.md +183 -0
- package/plugins/specweave-release/skills/release-coordinator/SKILL.md +124 -434
- package/plugins/specweave-testing/skills/e2e-testing/SKILL.md +237 -0
- package/plugins/specweave-testing/skills/unit-testing/SKILL.md +250 -0
- package/src/templates/CLAUDE.md.template +30 -8
- package/plugins/specweave/commands/archive-features.md +0 -129
- package/plugins/specweave/commands/organize-docs.md +0 -185
- package/plugins/specweave/commands/plugin-status.md +0 -65
- package/plugins/specweave/skills/code-standards-detective/MEMORY.md +0 -8
- package/plugins/specweave/skills/code-standards-detective/SKILL.md +0 -135
- package/plugins/specweave/skills/reflective-reviewer/MEMORY.md +0 -8
- package/plugins/specweave/skills/reflective-reviewer/SKILL.md +0 -121
- package/plugins/specweave/skills/tdd-workflow/MEMORY.md +0 -8
- package/plugins/specweave/skills/tdd-workflow/SKILL.md +0 -390
- package/plugins/specweave-ado/skills/ado-multi-project-mapper/SKILL.md +0 -7
- package/plugins/specweave-ado/skills/ado-sync-judge/SKILL.md +0 -7
- package/plugins/specweave-confluent/skills/confluent-architect/SKILL.md +0 -6
- package/plugins/specweave-github/skills/github-task-splitter/SKILL.md +0 -10
- package/plugins/specweave-github/skills/user-story-updater/SKILL.md +0 -10
- package/plugins/specweave-infrastructure/skills/deploy-router/SKILL.md +0 -817
- package/plugins/specweave-infrastructure/skills/distributed-tracing/SKILL.md +0 -428
- package/plugins/specweave-infrastructure/skills/grafana-dashboards/SKILL.md +0 -362
- package/plugins/specweave-infrastructure/skills/hetzner-provisioner/README.md +0 -308
- package/plugins/specweave-infrastructure/skills/hetzner-provisioner/SKILL.md +0 -241
- package/plugins/specweave-infrastructure/skills/observability-engineer/SKILL.md +0 -10
- package/plugins/specweave-infrastructure/skills/prometheus-configuration/SKILL.md +0 -379
- package/plugins/specweave-infrastructure/skills/slo-implementation/SKILL.md +0 -319
- package/plugins/specweave-jira/skills/jira-manager/SKILL.md +0 -8
- package/plugins/specweave-jira/skills/jira-multi-project-mapper/SKILL.md +0 -7
- package/plugins/specweave-jira/skills/jira-sync-judge/SKILL.md +0 -7
- package/plugins/specweave-kafka/skills/kafka-architecture/SKILL.md +0 -647
- package/plugins/specweave-kafka/skills/kafka-cli-tools/SKILL.md +0 -433
- package/plugins/specweave-kafka/skills/kafka-devops/SKILL.md +0 -8
- package/plugins/specweave-kafka/skills/kafka-iac-deployment/SKILL.md +0 -449
- package/plugins/specweave-kafka/skills/kafka-kubernetes/SKILL.md +0 -667
- package/plugins/specweave-kafka/skills/kafka-mcp-integration/SKILL.md +0 -290
- package/plugins/specweave-kafka/skills/kafka-observability/SKILL.md +0 -576
- package/plugins/specweave-kubernetes/skills/kubernetes-architect/SKILL.md +0 -8
- package/plugins/specweave-ml/skills/anomaly-detector/SKILL.md +0 -559
- package/plugins/specweave-ml/skills/automl-optimizer/SKILL.md +0 -485
- package/plugins/specweave-ml/skills/cv-pipeline-builder/SKILL.md +0 -157
- package/plugins/specweave-ml/skills/data-visualizer/SKILL.md +0 -521
- package/plugins/specweave-ml/skills/experiment-tracker/SKILL.md +0 -535
- package/plugins/specweave-ml/skills/feature-engineer/SKILL.md +0 -566
- package/plugins/specweave-ml/skills/ml-deployment-helper/SKILL.md +0 -345
- package/plugins/specweave-ml/skills/ml-pipeline-orchestrator/SKILL.md +0 -518
- package/plugins/specweave-ml/skills/mlops-dag-builder/SKILL.md +0 -230
- package/plugins/specweave-ml/skills/model-evaluator/SKILL.md +0 -155
- package/plugins/specweave-ml/skills/model-explainer/SKILL.md +0 -227
- package/plugins/specweave-ml/skills/model-registry/SKILL.md +0 -541
- package/plugins/specweave-ml/skills/nlp-pipeline-builder/SKILL.md +0 -180
- package/plugins/specweave-ml/skills/time-series-forecaster/SKILL.md +0 -569
- package/plugins/specweave-mobile/skills/device-testing/SKILL.md +0 -609
- package/plugins/specweave-mobile/skills/expo-workflow/SKILL.md +0 -657
- package/plugins/specweave-mobile/skills/metro-bundler/SKILL.md +0 -614
- package/plugins/specweave-mobile/skills/mobile-debugging/SKILL.md +0 -536
- package/plugins/specweave-mobile/skills/native-modules/SKILL.md +0 -890
- package/plugins/specweave-mobile/skills/performance-optimization/SKILL.md +0 -722
- package/plugins/specweave-mobile/skills/react-native-setup/SKILL.md +0 -313
- package/plugins/specweave-payments/skills/payment-integration/SKILL.md +0 -70
- package/plugins/specweave-payments/skills/paypal-integration/SKILL.md +0 -457
- package/plugins/specweave-payments/skills/stripe-connect/SKILL.md +0 -343
- package/plugins/specweave-payments/skills/stripe-integration/SKILL.md +0 -939
- package/plugins/specweave-plugin-dev/.claude-plugin/plugin.json +0 -27
- package/plugins/specweave-plugin-dev/commands/plugin-create.md +0 -333
- package/plugins/specweave-plugin-dev/commands/plugin-publish.md +0 -339
- package/plugins/specweave-plugin-dev/commands/plugin-test.md +0 -293
- package/plugins/specweave-plugin-dev/commands/skill-create.md +0 -688
- package/plugins/specweave-plugin-dev/commands/skill-package.md +0 -748
- package/plugins/specweave-plugin-dev/commands/skill-validate.md +0 -855
- package/plugins/specweave-plugin-dev/skills/claude-sdk/SKILL.md +0 -164
- package/plugins/specweave-plugin-dev/skills/marketplace-publishing/SKILL.md +0 -263
- package/plugins/specweave-plugin-dev/skills/plugin-development/SKILL.md +0 -316
- package/plugins/specweave-release/skills/rc-manager/SKILL.md +0 -660
- package/plugins/specweave-release/skills/release-manager/SKILL.md +0 -9
- package/plugins/specweave-release/skills/release-strategy-advisor/SKILL.md +0 -473
- package/plugins/specweave-testing/skills/comment-analyzer/SKILL.md +0 -210
- package/plugins/specweave-testing/skills/e2e-playwright/SKILL.md +0 -769
- package/plugins/specweave-testing/skills/pr-test-analyzer/SKILL.md +0 -153
- package/plugins/specweave-testing/skills/silent-failure-hunter/SKILL.md +0 -209
- package/plugins/specweave-testing/skills/tdd-expert/SKILL.md +0 -454
- package/plugins/specweave-testing/skills/type-design-analyzer/SKILL.md +0 -274
- package/plugins/specweave-testing/skills/ui-testing/SKILL.md +0 -604
- package/plugins/specweave-testing/skills/unit-testing-expert/SKILL.md +0 -742
- package/plugins/specweave-testing/skills/visual-regression/SKILL.md +0 -728
- package/plugins/specweave-ui/.claude-plugin/plugin.json +0 -12
- package/plugins/specweave-ui/commands/ui-automate.md +0 -176
- package/plugins/specweave-ui/commands/ui-inspect.md +0 -70
- package/plugins/specweave-ui/skills/browser-automation/SKILL.md +0 -314
|
@@ -248,17 +248,6 @@
|
|
|
248
248
|
"name": "Anton Abyzov",
|
|
249
249
|
"email": "anton.abyzov@gmail.com"
|
|
250
250
|
}
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "sw-plugin-dev",
|
|
254
|
-
"description": "Plugin development tools - Create, validate, and scaffold SpecWeave plugins, skills, commands, and agents",
|
|
255
|
-
"source": "./plugins/specweave-plugin-dev",
|
|
256
|
-
"category": "development",
|
|
257
|
-
"version": "1.0.0",
|
|
258
|
-
"author": {
|
|
259
|
-
"name": "Anton Abyzov",
|
|
260
|
-
"email": "anton.abyzov@gmail.com"
|
|
261
|
-
}
|
|
262
251
|
}
|
|
263
252
|
]
|
|
264
253
|
}
|