specweave 0.23.16 → 0.23.18

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 (67) hide show
  1. package/.claude-plugin/marketplace.json +11 -0
  2. package/CLAUDE.md +22 -7
  3. package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts.map +1 -1
  4. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js +57 -0
  5. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js.map +1 -1
  6. package/dist/src/cli/commands/sync-spec-content.js +3 -0
  7. package/dist/src/cli/commands/sync-spec-content.js.map +1 -1
  8. package/dist/src/core/progress/progress-tracker.d.ts +4 -1
  9. package/dist/src/core/progress/progress-tracker.d.ts.map +1 -1
  10. package/dist/src/core/progress/progress-tracker.js +33 -4
  11. package/dist/src/core/progress/progress-tracker.js.map +1 -1
  12. package/dist/src/core/spec-content-sync.d.ts +1 -1
  13. package/dist/src/core/spec-content-sync.d.ts.map +1 -1
  14. package/dist/src/integrations/ado/ado-dependency-loader.d.ts +1 -1
  15. package/dist/src/integrations/ado/ado-dependency-loader.d.ts.map +1 -1
  16. package/dist/src/integrations/ado/ado-dependency-loader.js +39 -7
  17. package/dist/src/integrations/ado/ado-dependency-loader.js.map +1 -1
  18. package/package.json +1 -1
  19. package/plugins/specweave/hooks/lib/migrate-increment-work.sh +1 -1
  20. package/plugins/specweave/hooks/lib/migrate-increment-work.sh.bak +245 -0
  21. package/plugins/specweave/hooks/lib/sync-spec-content.sh +2 -2
  22. package/plugins/specweave/hooks/lib/sync-spec-content.sh.bak +149 -0
  23. package/plugins/specweave/hooks/lib/update-status-line.sh +34 -4
  24. package/plugins/specweave/hooks/lib/validate-spec-status.sh +1 -1
  25. package/plugins/specweave/hooks/lib/validate-spec-status.sh.bak +163 -0
  26. package/plugins/specweave/hooks/post-first-increment.sh +1 -1
  27. package/plugins/specweave/hooks/post-first-increment.sh.bak +61 -0
  28. package/plugins/specweave/hooks/post-spec-update.sh +1 -1
  29. package/plugins/specweave/hooks/post-spec-update.sh.bak +158 -0
  30. package/plugins/specweave/hooks/post-user-story-complete.sh +1 -1
  31. package/plugins/specweave/hooks/post-user-story-complete.sh.bak +179 -0
  32. package/plugins/specweave/hooks/pre-command-deduplication.sh +1 -1
  33. package/plugins/specweave/hooks/pre-command-deduplication.sh.bak +83 -0
  34. package/plugins/specweave/hooks/user-prompt-submit.sh +1 -1
  35. package/plugins/specweave/hooks/user-prompt-submit.sh.bak +386 -0
  36. package/plugins/specweave/skills/specweave-framework/SKILL.md +1 -1
  37. package/plugins/specweave-ado/agents/ado-manager/AGENT.md +23 -0
  38. package/plugins/specweave-ado/agents/ado-multi-project-mapper/AGENT.md +23 -0
  39. package/plugins/specweave-ado/agents/ado-sync-judge/AGENT.md +23 -0
  40. package/plugins/specweave-backend/agents/database-optimizer/AGENT.md +23 -0
  41. package/plugins/specweave-confluent/agents/confluent-architect/AGENT.md +23 -0
  42. package/plugins/specweave-diagrams/agents/diagrams-architect/AGENT.md +23 -0
  43. package/plugins/specweave-github/agents/github-manager/AGENT.md +23 -0
  44. package/plugins/specweave-github/agents/github-task-splitter/AGENT.md +25 -0
  45. package/plugins/specweave-github/agents/user-story-updater/AGENT.md +25 -0
  46. package/plugins/specweave-github/lib/github-spec-content-sync.js +49 -0
  47. package/plugins/specweave-github/lib/github-spec-content-sync.ts +67 -0
  48. package/plugins/specweave-infrastructure/agents/devops/AGENT.md +26 -0
  49. package/plugins/specweave-infrastructure/agents/network-engineer/AGENT.md +26 -0
  50. package/plugins/specweave-infrastructure/agents/observability-engineer/AGENT.md +26 -0
  51. package/plugins/specweave-infrastructure/agents/performance-engineer/AGENT.md +26 -0
  52. package/plugins/specweave-infrastructure/agents/sre/AGENT.md +26 -0
  53. package/plugins/specweave-jira/agents/jira-manager/AGENT.md +26 -0
  54. package/plugins/specweave-kafka/agents/kafka-architect/AGENT.md +26 -0
  55. package/plugins/specweave-kafka/agents/kafka-devops/AGENT.md +26 -0
  56. package/plugins/specweave-kafka/agents/kafka-observability/AGENT.md +26 -0
  57. package/plugins/specweave-kubernetes/agents/kubernetes-architect/AGENT.md +26 -0
  58. package/plugins/specweave-ml/.claude-plugin/plugin.json +2 -2
  59. package/plugins/specweave-ml/agents/data-scientist/AGENT.md +26 -0
  60. package/plugins/specweave-ml/agents/ml-engineer/AGENT.md +26 -0
  61. package/plugins/specweave-ml/agents/mlops-engineer/AGENT.md +26 -0
  62. package/plugins/specweave-mobile/agents/mobile-architect/AGENT.md +26 -0
  63. package/plugins/specweave-payments/agents/payment-integration/AGENT.md +26 -0
  64. package/plugins/specweave-plugin-dev/.claude-plugin/plugin.json +19 -0
  65. package/plugins/specweave-plugin-dev/skills/plugin-expert/SKILL.md +1231 -0
  66. package/plugins/specweave-release/agents/release-manager/AGENT.md +27 -0
  67. package/plugins/specweave/skills/plugin-expert/SKILL.md +0 -340
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "specweave-plugin-dev",
3
+ "description": "Expert guidance for developing custom Claude Code plugins, skills, agents, hooks, and MCP servers. Essential for SpecWeave contributors and plugin developers.",
4
+ "version": "1.0.0",
5
+ "author": {
6
+ "name": "Anton Abyzov",
7
+ "email": "anton.abyzov@gmail.com",
8
+ "url": "https://spec-weave.com"
9
+ },
10
+ "homepage": "https://spec-weave.com/docs/plugin-development",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/anton-abyzov/specweave.git"
14
+ },
15
+ "license": "MIT",
16
+ "keywords": ["plugin-development", "skills", "agents", "hooks", "claude-code-plugins"],
17
+ "category": "development-tools",
18
+ "tags": ["plugin-dev", "skill-authoring", "agent-creation", "hook-configuration"]
19
+ }