claude-autopm 2.8.6 → 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.
- package/package.json +1 -1
- package/packages/plugin-ai/plugin.json +4 -111
- package/packages/plugin-cloud/plugin.json +172 -96
- package/packages/plugin-data/plugin.json +5 -26
- package/packages/plugin-databases/plugin.json +146 -30
- package/packages/plugin-devops/plugin.json +176 -66
- package/packages/plugin-frameworks/plugin.json +108 -60
- package/packages/plugin-languages/plugin.json +136 -69
- package/packages/plugin-ml/plugin.json +11 -21
- package/packages/plugin-testing/plugin.json +72 -62
- /package/packages/plugin-ai/commands/{a2a-setup.md → ai:a2a-setup.md} +0 -0
- /package/packages/plugin-ai/commands/{ai-model-deployment.md → ai:ai-model-deployment.md} +0 -0
- /package/packages/plugin-ai/commands/{anthropic-optimize.md → ai:anthropic-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{huggingface-deploy.md → ai:huggingface-deploy.md} +0 -0
- /package/packages/plugin-ai/commands/{langchain-optimize.md → ai:langchain-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{llm-optimize.md → ai:llm-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{openai-optimize.md → ai:openai-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{rag-optimize.md → ai:rag-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{rag-setup-scaffold.md → ai:rag-setup-scaffold.md} +0 -0
- /package/packages/plugin-cloud/commands/{cloud-cost-optimize.md → cloud:cloud-cost-optimize.md} +0 -0
- /package/packages/plugin-cloud/commands/{cloud-validate.md → cloud:cloud-validate.md} +0 -0
- /package/packages/plugin-cloud/commands/{infra-deploy.md → cloud:infra-deploy.md} +0 -0
- /package/packages/plugin-cloud/commands/{k8s-deploy.md → cloud:k8s-deploy.md} +0 -0
- /package/packages/plugin-cloud/commands/{ssh-security.md → cloud:ssh-security.md} +0 -0
- /package/packages/plugin-cloud/commands/{traefik-setup.md → cloud:traefik-setup.md} +0 -0
- /package/packages/plugin-data/commands/{airflow-dag-scaffold.md → data:airflow-dag-scaffold.md} +0 -0
- /package/packages/plugin-data/commands/{kafka-pipeline-scaffold.md → data:kafka-pipeline-scaffold.md} +0 -0
- /package/packages/plugin-databases/commands/{db-optimize.md → db:db-optimize.md} +0 -0
- /package/packages/plugin-devops/commands/{ci-pipeline-create.md → devops:ci-pipeline-create.md} +0 -0
- /package/packages/plugin-devops/commands/{docker-optimize.md → devops:docker-optimize.md} +0 -0
- /package/packages/plugin-devops/commands/{workflow-create.md → devops:workflow-create.md} +0 -0
- /package/packages/plugin-frameworks/commands/{app-scaffold.md → framework:app-scaffold.md} +0 -0
- /package/packages/plugin-frameworks/commands/{nextjs-optimize.md → framework:nextjs-optimize.md} +0 -0
- /package/packages/plugin-frameworks/commands/{react-optimize.md → framework:react-optimize.md} +0 -0
- /package/packages/plugin-frameworks/commands/{tailwind-system.md → framework:tailwind-system.md} +0 -0
- /package/packages/plugin-languages/commands/{javascript-optimize.md → lang:javascript-optimize.md} +0 -0
- /package/packages/plugin-languages/commands/{nodejs-api-scaffold.md → lang:nodejs-api-scaffold.md} +0 -0
- /package/packages/plugin-languages/commands/{nodejs-optimize.md → lang:nodejs-optimize.md} +0 -0
- /package/packages/plugin-languages/commands/{python-api-scaffold.md → lang:python-api-scaffold.md} +0 -0
- /package/packages/plugin-languages/commands/{python-optimize.md → lang:python-optimize.md} +0 -0
- /package/packages/plugin-ml/commands/{ml-automl.md → ml:ml-automl.md} +0 -0
- /package/packages/plugin-ml/commands/{ml-train-optimize.md → ml:ml-train-optimize.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{COMMANDS.md → azure:COMMANDS.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{COMMAND_MAPPING.md → azure:COMMAND_MAPPING.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{INTEGRATION_FIX.md → azure:INTEGRATION_FIX.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{README.md → azure:README.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{active-work.md → azure:active-work.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{aliases.md → azure:aliases.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{blocked-items.md → azure:blocked-items.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{clean.md → azure:clean.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{docs-query.md → azure:docs-query.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-decompose.md → azure:feature-decompose.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-list.md → azure:feature-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-new.md → azure:feature-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-show.md → azure:feature-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-start.md → azure:feature-start.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{fix-integration-example.md → azure:fix-integration-example.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{help.md → azure:help.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{import-us.md → azure:import-us.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{init.md → azure:init.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{next-task.md → azure:next-task.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{search.md → azure:search.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{sprint-status.md → azure:sprint-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{standup.md → azure:standup.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{sync-all.md → azure:sync-all.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-analyze.md → azure:task-analyze.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-close.md → azure:task-close.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-edit.md → azure:task-edit.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-list.md → azure:task-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-new.md → azure:task-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-reopen.md → azure:task-reopen.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-show.md → azure:task-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-start.md → azure:task-start.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-status.md → azure:task-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-sync.md → azure:task-sync.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-edit.md → azure:us-edit.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-list.md → azure:us-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-new.md → azure:us-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-parse.md → azure:us-parse.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-show.md → azure:us-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-status.md → azure:us-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{validate.md → azure:validate.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{work-item-sync.md → azure:work-item-sync.md} +0 -0
- /package/packages/plugin-pm/commands/github/{workflow-create.md → github:workflow-create.md} +0 -0
- /package/packages/plugin-pm/commands/{blocked.md → pm:blocked.md} +0 -0
- /package/packages/plugin-pm/commands/{clean.md → pm:clean.md} +0 -0
- /package/packages/plugin-pm/commands/{context-create.md → pm:context-create.md} +0 -0
- /package/packages/plugin-pm/commands/{context-prime.md → pm:context-prime.md} +0 -0
- /package/packages/plugin-pm/commands/{context-update.md → pm:context-update.md} +0 -0
- /package/packages/plugin-pm/commands/{context.md → pm:context.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-close.md → pm:epic-close.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-decompose.md → pm:epic-decompose.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-edit.md → pm:epic-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-list.md → pm:epic-list.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-merge.md → pm:epic-merge.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-oneshot.md → pm:epic-oneshot.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-refresh.md → pm:epic-refresh.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-show.md → pm:epic-show.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-split.md → pm:epic-split.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-start.md → pm:epic-start.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-status.md → pm:epic-status.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync-modular.md → pm:epic-sync-modular.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync-original.md → pm:epic-sync-original.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync.md → pm:epic-sync.md} +0 -0
- /package/packages/plugin-pm/commands/{help.md → pm:help.md} +0 -0
- /package/packages/plugin-pm/commands/{import.md → pm:import.md} +0 -0
- /package/packages/plugin-pm/commands/{in-progress.md → pm:in-progress.md} +0 -0
- /package/packages/plugin-pm/commands/{init.md → pm:init.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-analyze.md → pm:issue-analyze.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-close.md → pm:issue-close.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-edit.md → pm:issue-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-reopen.md → pm:issue-reopen.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-show.md → pm:issue-show.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-start.md → pm:issue-start.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-status.md → pm:issue-status.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-sync.md → pm:issue-sync.md} +0 -0
- /package/packages/plugin-pm/commands/{next.md → pm:next.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-edit.md → pm:prd-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-list.md → pm:prd-list.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-new.md → pm:prd-new.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-parse.md → pm:prd-parse.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-status.md → pm:prd-status.md} +0 -0
- /package/packages/plugin-pm/commands/{search.md → pm:search.md} +0 -0
- /package/packages/plugin-pm/commands/{standup.md → pm:standup.md} +0 -0
- /package/packages/plugin-pm/commands/{status.md → pm:status.md} +0 -0
- /package/packages/plugin-pm/commands/{sync.md → pm:sync.md} +0 -0
- /package/packages/plugin-pm/commands/{test-reference-update.md → pm:test-reference-update.md} +0 -0
- /package/packages/plugin-pm/commands/{validate.md → pm:validate.md} +0 -0
- /package/packages/plugin-pm/commands/{what-next.md → pm:what-next.md} +0 -0
- /package/packages/plugin-testing/commands/{jest-optimize.md → test:jest-optimize.md} +0 -0
- /package/packages/plugin-testing/commands/{playwright-optimize.md → test:playwright-optimize.md} +0 -0
- /package/packages/plugin-testing/commands/{test-coverage.md → test:test-coverage.md} +0 -0
- /package/packages/plugin-testing/commands/{test-performance.md → test:test-performance.md} +0 -0
- /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": [
|
|
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": [
|
|
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
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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": [
|
|
101
|
-
|
|
102
|
-
|
|
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": [
|
|
110
|
-
|
|
111
|
-
|
|
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": [
|
|
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": [
|
|
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": [
|
|
145
|
+
"tags": [
|
|
146
|
+
"vue",
|
|
147
|
+
"vitest",
|
|
148
|
+
"testing",
|
|
149
|
+
"context7"
|
|
150
|
+
]
|
|
141
151
|
}
|
|
142
152
|
],
|
|
143
153
|
"features": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-cloud/commands/{cloud-cost-optimize.md → cloud:cloud-cost-optimize.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-data/commands/{airflow-dag-scaffold.md → data:airflow-dag-scaffold.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-devops/commands/{ci-pipeline-create.md → devops:ci-pipeline-create.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-frameworks/commands/{nextjs-optimize.md → framework:nextjs-optimize.md}
RENAMED
|
File without changes
|
/package/packages/plugin-frameworks/commands/{react-optimize.md → framework:react-optimize.md}
RENAMED
|
File without changes
|
/package/packages/plugin-frameworks/commands/{tailwind-system.md → framework:tailwind-system.md}
RENAMED
|
File without changes
|
/package/packages/plugin-languages/commands/{javascript-optimize.md → lang:javascript-optimize.md}
RENAMED
|
File without changes
|
/package/packages/plugin-languages/commands/{nodejs-api-scaffold.md → lang:nodejs-api-scaffold.md}
RENAMED
|
File without changes
|
|
File without changes
|
/package/packages/plugin-languages/commands/{python-api-scaffold.md → lang:python-api-scaffold.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-pm/commands/azure/{feature-decompose.md → azure:feature-decompose.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-pm/commands/github/{workflow-create.md → github:workflow-create.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-pm/commands/{test-reference-update.md → pm:test-reference-update.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/packages/plugin-testing/commands/{playwright-optimize.md → test:playwright-optimize.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|