claude-autopm 2.8.5 → 2.8.7

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 (136) hide show
  1. package/install/install.js +31 -8
  2. package/package.json +1 -1
  3. package/packages/plugin-ai/plugin.json +4 -111
  4. package/packages/plugin-cloud/plugin.json +172 -96
  5. package/packages/plugin-core/plugin.json +1 -0
  6. package/packages/plugin-data/plugin.json +5 -26
  7. package/packages/plugin-databases/plugin.json +146 -30
  8. package/packages/plugin-devops/plugin.json +176 -66
  9. package/packages/plugin-frameworks/plugin.json +108 -60
  10. package/packages/plugin-languages/plugin.json +136 -69
  11. package/packages/plugin-ml/plugin.json +11 -21
  12. package/packages/plugin-testing/plugin.json +72 -62
  13. /package/packages/plugin-ai/commands/{a2a-setup.md → ai:a2a-setup.md} +0 -0
  14. /package/packages/plugin-ai/commands/{ai-model-deployment.md → ai:ai-model-deployment.md} +0 -0
  15. /package/packages/plugin-ai/commands/{anthropic-optimize.md → ai:anthropic-optimize.md} +0 -0
  16. /package/packages/plugin-ai/commands/{huggingface-deploy.md → ai:huggingface-deploy.md} +0 -0
  17. /package/packages/plugin-ai/commands/{langchain-optimize.md → ai:langchain-optimize.md} +0 -0
  18. /package/packages/plugin-ai/commands/{llm-optimize.md → ai:llm-optimize.md} +0 -0
  19. /package/packages/plugin-ai/commands/{openai-optimize.md → ai:openai-optimize.md} +0 -0
  20. /package/packages/plugin-ai/commands/{rag-optimize.md → ai:rag-optimize.md} +0 -0
  21. /package/packages/plugin-ai/commands/{rag-setup-scaffold.md → ai:rag-setup-scaffold.md} +0 -0
  22. /package/packages/plugin-cloud/commands/{cloud-cost-optimize.md → cloud:cloud-cost-optimize.md} +0 -0
  23. /package/packages/plugin-cloud/commands/{cloud-validate.md → cloud:cloud-validate.md} +0 -0
  24. /package/packages/plugin-cloud/commands/{infra-deploy.md → cloud:infra-deploy.md} +0 -0
  25. /package/packages/plugin-cloud/commands/{k8s-deploy.md → cloud:k8s-deploy.md} +0 -0
  26. /package/packages/plugin-cloud/commands/{ssh-security.md → cloud:ssh-security.md} +0 -0
  27. /package/packages/plugin-cloud/commands/{traefik-setup.md → cloud:traefik-setup.md} +0 -0
  28. /package/packages/plugin-data/commands/{airflow-dag-scaffold.md → data:airflow-dag-scaffold.md} +0 -0
  29. /package/packages/plugin-data/commands/{kafka-pipeline-scaffold.md → data:kafka-pipeline-scaffold.md} +0 -0
  30. /package/packages/plugin-databases/commands/{db-optimize.md → db:db-optimize.md} +0 -0
  31. /package/packages/plugin-devops/commands/{ci-pipeline-create.md → devops:ci-pipeline-create.md} +0 -0
  32. /package/packages/plugin-devops/commands/{docker-optimize.md → devops:docker-optimize.md} +0 -0
  33. /package/packages/plugin-devops/commands/{workflow-create.md → devops:workflow-create.md} +0 -0
  34. /package/packages/plugin-frameworks/commands/{app-scaffold.md → framework:app-scaffold.md} +0 -0
  35. /package/packages/plugin-frameworks/commands/{nextjs-optimize.md → framework:nextjs-optimize.md} +0 -0
  36. /package/packages/plugin-frameworks/commands/{react-optimize.md → framework:react-optimize.md} +0 -0
  37. /package/packages/plugin-frameworks/commands/{tailwind-system.md → framework:tailwind-system.md} +0 -0
  38. /package/packages/plugin-languages/commands/{javascript-optimize.md → lang:javascript-optimize.md} +0 -0
  39. /package/packages/plugin-languages/commands/{nodejs-api-scaffold.md → lang:nodejs-api-scaffold.md} +0 -0
  40. /package/packages/plugin-languages/commands/{nodejs-optimize.md → lang:nodejs-optimize.md} +0 -0
  41. /package/packages/plugin-languages/commands/{python-api-scaffold.md → lang:python-api-scaffold.md} +0 -0
  42. /package/packages/plugin-languages/commands/{python-optimize.md → lang:python-optimize.md} +0 -0
  43. /package/packages/plugin-ml/commands/{ml-automl.md → ml:ml-automl.md} +0 -0
  44. /package/packages/plugin-ml/commands/{ml-train-optimize.md → ml:ml-train-optimize.md} +0 -0
  45. /package/packages/plugin-pm/commands/azure/{COMMANDS.md → azure:COMMANDS.md} +0 -0
  46. /package/packages/plugin-pm/commands/azure/{COMMAND_MAPPING.md → azure:COMMAND_MAPPING.md} +0 -0
  47. /package/packages/plugin-pm/commands/azure/{INTEGRATION_FIX.md → azure:INTEGRATION_FIX.md} +0 -0
  48. /package/packages/plugin-pm/commands/azure/{README.md → azure:README.md} +0 -0
  49. /package/packages/plugin-pm/commands/azure/{active-work.md → azure:active-work.md} +0 -0
  50. /package/packages/plugin-pm/commands/azure/{aliases.md → azure:aliases.md} +0 -0
  51. /package/packages/plugin-pm/commands/azure/{blocked-items.md → azure:blocked-items.md} +0 -0
  52. /package/packages/plugin-pm/commands/azure/{clean.md → azure:clean.md} +0 -0
  53. /package/packages/plugin-pm/commands/azure/{docs-query.md → azure:docs-query.md} +0 -0
  54. /package/packages/plugin-pm/commands/azure/{feature-decompose.md → azure:feature-decompose.md} +0 -0
  55. /package/packages/plugin-pm/commands/azure/{feature-list.md → azure:feature-list.md} +0 -0
  56. /package/packages/plugin-pm/commands/azure/{feature-new.md → azure:feature-new.md} +0 -0
  57. /package/packages/plugin-pm/commands/azure/{feature-show.md → azure:feature-show.md} +0 -0
  58. /package/packages/plugin-pm/commands/azure/{feature-start.md → azure:feature-start.md} +0 -0
  59. /package/packages/plugin-pm/commands/azure/{fix-integration-example.md → azure:fix-integration-example.md} +0 -0
  60. /package/packages/plugin-pm/commands/azure/{help.md → azure:help.md} +0 -0
  61. /package/packages/plugin-pm/commands/azure/{import-us.md → azure:import-us.md} +0 -0
  62. /package/packages/plugin-pm/commands/azure/{init.md → azure:init.md} +0 -0
  63. /package/packages/plugin-pm/commands/azure/{next-task.md → azure:next-task.md} +0 -0
  64. /package/packages/plugin-pm/commands/azure/{search.md → azure:search.md} +0 -0
  65. /package/packages/plugin-pm/commands/azure/{sprint-status.md → azure:sprint-status.md} +0 -0
  66. /package/packages/plugin-pm/commands/azure/{standup.md → azure:standup.md} +0 -0
  67. /package/packages/plugin-pm/commands/azure/{sync-all.md → azure:sync-all.md} +0 -0
  68. /package/packages/plugin-pm/commands/azure/{task-analyze.md → azure:task-analyze.md} +0 -0
  69. /package/packages/plugin-pm/commands/azure/{task-close.md → azure:task-close.md} +0 -0
  70. /package/packages/plugin-pm/commands/azure/{task-edit.md → azure:task-edit.md} +0 -0
  71. /package/packages/plugin-pm/commands/azure/{task-list.md → azure:task-list.md} +0 -0
  72. /package/packages/plugin-pm/commands/azure/{task-new.md → azure:task-new.md} +0 -0
  73. /package/packages/plugin-pm/commands/azure/{task-reopen.md → azure:task-reopen.md} +0 -0
  74. /package/packages/plugin-pm/commands/azure/{task-show.md → azure:task-show.md} +0 -0
  75. /package/packages/plugin-pm/commands/azure/{task-start.md → azure:task-start.md} +0 -0
  76. /package/packages/plugin-pm/commands/azure/{task-status.md → azure:task-status.md} +0 -0
  77. /package/packages/plugin-pm/commands/azure/{task-sync.md → azure:task-sync.md} +0 -0
  78. /package/packages/plugin-pm/commands/azure/{us-edit.md → azure:us-edit.md} +0 -0
  79. /package/packages/plugin-pm/commands/azure/{us-list.md → azure:us-list.md} +0 -0
  80. /package/packages/plugin-pm/commands/azure/{us-new.md → azure:us-new.md} +0 -0
  81. /package/packages/plugin-pm/commands/azure/{us-parse.md → azure:us-parse.md} +0 -0
  82. /package/packages/plugin-pm/commands/azure/{us-show.md → azure:us-show.md} +0 -0
  83. /package/packages/plugin-pm/commands/azure/{us-status.md → azure:us-status.md} +0 -0
  84. /package/packages/plugin-pm/commands/azure/{validate.md → azure:validate.md} +0 -0
  85. /package/packages/plugin-pm/commands/azure/{work-item-sync.md → azure:work-item-sync.md} +0 -0
  86. /package/packages/plugin-pm/commands/github/{workflow-create.md → github:workflow-create.md} +0 -0
  87. /package/packages/plugin-pm/commands/{blocked.md → pm:blocked.md} +0 -0
  88. /package/packages/plugin-pm/commands/{clean.md → pm:clean.md} +0 -0
  89. /package/packages/plugin-pm/commands/{context-create.md → pm:context-create.md} +0 -0
  90. /package/packages/plugin-pm/commands/{context-prime.md → pm:context-prime.md} +0 -0
  91. /package/packages/plugin-pm/commands/{context-update.md → pm:context-update.md} +0 -0
  92. /package/packages/plugin-pm/commands/{context.md → pm:context.md} +0 -0
  93. /package/packages/plugin-pm/commands/{epic-close.md → pm:epic-close.md} +0 -0
  94. /package/packages/plugin-pm/commands/{epic-decompose.md → pm:epic-decompose.md} +0 -0
  95. /package/packages/plugin-pm/commands/{epic-edit.md → pm:epic-edit.md} +0 -0
  96. /package/packages/plugin-pm/commands/{epic-list.md → pm:epic-list.md} +0 -0
  97. /package/packages/plugin-pm/commands/{epic-merge.md → pm:epic-merge.md} +0 -0
  98. /package/packages/plugin-pm/commands/{epic-oneshot.md → pm:epic-oneshot.md} +0 -0
  99. /package/packages/plugin-pm/commands/{epic-refresh.md → pm:epic-refresh.md} +0 -0
  100. /package/packages/plugin-pm/commands/{epic-show.md → pm:epic-show.md} +0 -0
  101. /package/packages/plugin-pm/commands/{epic-split.md → pm:epic-split.md} +0 -0
  102. /package/packages/plugin-pm/commands/{epic-start.md → pm:epic-start.md} +0 -0
  103. /package/packages/plugin-pm/commands/{epic-status.md → pm:epic-status.md} +0 -0
  104. /package/packages/plugin-pm/commands/{epic-sync-modular.md → pm:epic-sync-modular.md} +0 -0
  105. /package/packages/plugin-pm/commands/{epic-sync-original.md → pm:epic-sync-original.md} +0 -0
  106. /package/packages/plugin-pm/commands/{epic-sync.md → pm:epic-sync.md} +0 -0
  107. /package/packages/plugin-pm/commands/{help.md → pm:help.md} +0 -0
  108. /package/packages/plugin-pm/commands/{import.md → pm:import.md} +0 -0
  109. /package/packages/plugin-pm/commands/{in-progress.md → pm:in-progress.md} +0 -0
  110. /package/packages/plugin-pm/commands/{init.md → pm:init.md} +0 -0
  111. /package/packages/plugin-pm/commands/{issue-analyze.md → pm:issue-analyze.md} +0 -0
  112. /package/packages/plugin-pm/commands/{issue-close.md → pm:issue-close.md} +0 -0
  113. /package/packages/plugin-pm/commands/{issue-edit.md → pm:issue-edit.md} +0 -0
  114. /package/packages/plugin-pm/commands/{issue-reopen.md → pm:issue-reopen.md} +0 -0
  115. /package/packages/plugin-pm/commands/{issue-show.md → pm:issue-show.md} +0 -0
  116. /package/packages/plugin-pm/commands/{issue-start.md → pm:issue-start.md} +0 -0
  117. /package/packages/plugin-pm/commands/{issue-status.md → pm:issue-status.md} +0 -0
  118. /package/packages/plugin-pm/commands/{issue-sync.md → pm:issue-sync.md} +0 -0
  119. /package/packages/plugin-pm/commands/{next.md → pm:next.md} +0 -0
  120. /package/packages/plugin-pm/commands/{prd-edit.md → pm:prd-edit.md} +0 -0
  121. /package/packages/plugin-pm/commands/{prd-list.md → pm:prd-list.md} +0 -0
  122. /package/packages/plugin-pm/commands/{prd-new.md → pm:prd-new.md} +0 -0
  123. /package/packages/plugin-pm/commands/{prd-parse.md → pm:prd-parse.md} +0 -0
  124. /package/packages/plugin-pm/commands/{prd-status.md → pm:prd-status.md} +0 -0
  125. /package/packages/plugin-pm/commands/{search.md → pm:search.md} +0 -0
  126. /package/packages/plugin-pm/commands/{standup.md → pm:standup.md} +0 -0
  127. /package/packages/plugin-pm/commands/{status.md → pm:status.md} +0 -0
  128. /package/packages/plugin-pm/commands/{sync.md → pm:sync.md} +0 -0
  129. /package/packages/plugin-pm/commands/{test-reference-update.md → pm:test-reference-update.md} +0 -0
  130. /package/packages/plugin-pm/commands/{validate.md → pm:validate.md} +0 -0
  131. /package/packages/plugin-pm/commands/{what-next.md → pm:what-next.md} +0 -0
  132. /package/packages/plugin-testing/commands/{jest-optimize.md → test:jest-optimize.md} +0 -0
  133. /package/packages/plugin-testing/commands/{playwright-optimize.md → test:playwright-optimize.md} +0 -0
  134. /package/packages/plugin-testing/commands/{test-coverage.md → test:test-coverage.md} +0 -0
  135. /package/packages/plugin-testing/commands/{test-performance.md → test:test-performance.md} +0 -0
  136. /package/packages/plugin-testing/commands/{test-setup.md → test:test-setup.md} +0 -0
@@ -17,7 +17,15 @@
17
17
  },
18
18
  "size": "~12 KB (gzipped)",
19
19
  "required": false,
20
- "tags": ["testing", "qa", "jest", "vitest", "testing-library", "unit-testing", "integration-testing"]
20
+ "tags": [
21
+ "testing",
22
+ "qa",
23
+ "jest",
24
+ "vitest",
25
+ "testing-library",
26
+ "unit-testing",
27
+ "integration-testing"
28
+ ]
21
29
  },
22
30
  "agents": [
23
31
  {
@@ -26,7 +34,15 @@
26
34
  "category": "testing",
27
35
  "description": "Frontend unit and integration testing with Jest, Vitest, Testing Library for React, Vue, Angular",
28
36
  "version": "2.0.0",
29
- "tags": ["frontend", "testing", "jest", "vitest", "react-testing-library", "vue", "angular"],
37
+ "tags": [
38
+ "frontend",
39
+ "testing",
40
+ "jest",
41
+ "vitest",
42
+ "react-testing-library",
43
+ "vue",
44
+ "angular"
45
+ ],
30
46
  "mcp": [],
31
47
  "context7": [
32
48
  "/vitest-dev/vitest",
@@ -37,57 +53,16 @@
37
53
  ],
38
54
  "commands": [
39
55
  {
40
- "name": "test-setup",
41
- "file": "commands/test-setup.md",
42
- "category": "testing",
43
- "priority": "medium",
44
- "description": "Setup comprehensive testing framework with Jest/Vitest, Testing Library, and coverage reporting",
45
- "tags": ["testing", "setup", "jest", "vitest", "configuration"],
46
- "mcpTools": ["context7"]
47
- },
48
- {
49
- "name": "test-coverage",
50
- "file": "commands/test-coverage.md",
51
- "category": "testing",
52
- "priority": "medium",
53
- "description": "Generate and analyze test coverage reports with actionable improvements",
54
- "tags": ["coverage", "reporting", "quality", "metrics"],
55
- "mcpTools": []
56
- },
57
- {
58
- "name": "jest-optimize",
59
- "file": "commands/jest-optimize.md",
60
- "description": "Optimize Jest test performance with parallel execution, sharding, and database optimization",
61
- "category": "optimization",
62
- "tags": ["jest", "performance", "parallel", "sharding", "database", "optimization"],
63
- "requiredAgents": ["frontend-testing-engineer"],
64
- "context7": [
65
- "/goldbergyoni/nodejs-testing-best-practices",
66
- "/websites/jestjs_io_next"
67
- ]
68
- },
69
- {
70
- "name": "playwright-optimize",
71
- "file": "commands/playwright-optimize.md",
72
- "description": "Optimize Playwright E2E tests with fully parallel execution, sharding, and browser optimization",
73
- "category": "optimization",
74
- "tags": ["playwright", "e2e", "parallel", "sharding", "performance", "optimization"],
75
- "requiredAgents": ["e2e-test-engineer"],
76
- "context7": [
77
- "/microsoft/playwright"
78
- ]
79
- },
80
- {
81
- "name": "test-performance",
82
- "file": "commands/test-performance.md",
83
- "description": "Comprehensive testing performance optimization across Jest, Playwright, Vitest with CI/CD pipeline optimization",
84
- "category": "optimization",
85
- "tags": ["performance", "optimization", "jest", "playwright", "vitest", "ci-cd", "testing"],
86
- "requiredAgents": ["frontend-testing-engineer", "e2e-test-engineer"],
87
- "context7": [
88
- "/goldbergyoni/nodejs-testing-best-practices",
89
- "/microsoft/playwright",
90
- "/vitest-dev/vitest"
56
+ "subdirectory": "commands/",
57
+ "description": "Testing & QA commands (5 total)",
58
+ "type": "collection",
59
+ "discovery": "auto",
60
+ "tags": [
61
+ "testing",
62
+ "setup",
63
+ "jest",
64
+ "vitest",
65
+ "configuration"
91
66
  ]
92
67
  }
93
68
  ],
@@ -97,18 +72,38 @@
97
72
  "file": "rules/testing-standards.md",
98
73
  "priority": "high",
99
74
  "description": "Comprehensive testing standards with Context7-verified best practices for unit, integration, and E2E tests",
100
- "tags": ["testing", "standards", "best-practices", "quality"],
101
- "appliesTo": ["commands", "agents"],
102
- "enforcesOn": ["frontend-testing-engineer"]
75
+ "tags": [
76
+ "testing",
77
+ "standards",
78
+ "best-practices",
79
+ "quality"
80
+ ],
81
+ "appliesTo": [
82
+ "commands",
83
+ "agents"
84
+ ],
85
+ "enforcesOn": [
86
+ "frontend-testing-engineer"
87
+ ]
103
88
  },
104
89
  {
105
90
  "name": "test-coverage-requirements",
106
91
  "file": "rules/test-coverage-requirements.md",
107
92
  "priority": "high",
108
93
  "description": "Test coverage thresholds and quality metrics enforcement",
109
- "tags": ["coverage", "quality", "metrics", "enforcement"],
110
- "appliesTo": ["commands", "agents"],
111
- "enforcesOn": ["frontend-testing-engineer"]
94
+ "tags": [
95
+ "coverage",
96
+ "quality",
97
+ "metrics",
98
+ "enforcement"
99
+ ],
100
+ "appliesTo": [
101
+ "commands",
102
+ "agents"
103
+ ],
104
+ "enforcesOn": [
105
+ "frontend-testing-engineer"
106
+ ]
112
107
  }
113
108
  ],
114
109
  "scripts": [
@@ -119,7 +114,12 @@
119
114
  "type": "example",
120
115
  "executable": true,
121
116
  "category": "vitest",
122
- "tags": ["vitest", "config", "testing", "context7"]
117
+ "tags": [
118
+ "vitest",
119
+ "config",
120
+ "testing",
121
+ "context7"
122
+ ]
123
123
  },
124
124
  {
125
125
  "name": "react-testing-example",
@@ -128,7 +128,12 @@
128
128
  "type": "example",
129
129
  "executable": true,
130
130
  "category": "react",
131
- "tags": ["react", "testing-library", "vitest", "context7"]
131
+ "tags": [
132
+ "react",
133
+ "testing-library",
134
+ "vitest",
135
+ "context7"
136
+ ]
132
137
  },
133
138
  {
134
139
  "name": "vue-testing-example",
@@ -137,7 +142,12 @@
137
142
  "type": "example",
138
143
  "executable": true,
139
144
  "category": "vue",
140
- "tags": ["vue", "vitest", "testing", "context7"]
145
+ "tags": [
146
+ "vue",
147
+ "vitest",
148
+ "testing",
149
+ "context7"
150
+ ]
141
151
  }
142
152
  ],
143
153
  "features": {