claude-autopm 3.2.0 → 3.2.2
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-core/plugin.json +0 -84
- /package/autopm/.claude/{rules → rules-archive}/agent-coordination.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/agent-mandatory.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/context-compaction.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/context-hygiene.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/context7-enforcement.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/definition-of-done.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/development-environments.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/framework-path-rules.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/golden-rules.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/no-pr-workflow.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/pipeline-mandatory.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/security-checklist.md +0 -0
- /package/autopm/.claude/{rules → rules-archive}/use-ast-grep.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/agent-coordination.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/agent-mandatory.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/context7-enforcement.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/definition-of-done.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/development-environments.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/framework-path-rules.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/golden-rules.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/no-pr-workflow.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/performance-guidelines.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/pipeline-mandatory.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/security-checklist.md +0 -0
- /package/packages/plugin-core/{rules → rules-archive}/use-ast-grep.md +0 -0
package/package.json
CHANGED
|
@@ -99,34 +99,6 @@
|
|
|
99
99
|
"description": "Enforce Test-Driven Development (Red-Green-Refactor)",
|
|
100
100
|
"tags": ["tdd", "testing", "enforcement"]
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
"name": "context7-enforcement",
|
|
104
|
-
"file": "rules/context7-enforcement.md",
|
|
105
|
-
"priority": "critical",
|
|
106
|
-
"description": "Enforce Context7 documentation queries before implementation",
|
|
107
|
-
"tags": ["context7", "documentation", "enforcement"]
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "agent-coordination",
|
|
111
|
-
"file": "rules/agent-coordination.md",
|
|
112
|
-
"priority": "high",
|
|
113
|
-
"description": "Agent orchestration patterns and coordination",
|
|
114
|
-
"tags": ["agents", "coordination", "orchestration"]
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "agent-mandatory",
|
|
118
|
-
"file": "rules/agent-mandatory.md",
|
|
119
|
-
"priority": "high",
|
|
120
|
-
"description": "Agent usage requirements and enforcement",
|
|
121
|
-
"tags": ["agents", "enforcement"]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "framework-path-rules",
|
|
125
|
-
"file": "rules/framework-path-rules.md",
|
|
126
|
-
"priority": "critical",
|
|
127
|
-
"description": "Path convention enforcement (never hardcode autopm/ paths)",
|
|
128
|
-
"tags": ["paths", "conventions", "enforcement"]
|
|
129
|
-
},
|
|
130
102
|
{
|
|
131
103
|
"name": "ai-integration-patterns",
|
|
132
104
|
"file": "rules/ai-integration-patterns.md",
|
|
@@ -155,20 +127,6 @@
|
|
|
155
127
|
"description": "Date and time handling conventions",
|
|
156
128
|
"tags": ["datetime", "utilities"]
|
|
157
129
|
},
|
|
158
|
-
{
|
|
159
|
-
"name": "definition-of-done",
|
|
160
|
-
"file": "rules/definition-of-done.md",
|
|
161
|
-
"priority": "high",
|
|
162
|
-
"description": "Quality standards and completion criteria",
|
|
163
|
-
"tags": ["quality", "standards"]
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "development-environments",
|
|
167
|
-
"file": "rules/development-environments.md",
|
|
168
|
-
"priority": "medium",
|
|
169
|
-
"description": "Development environment setup and configuration",
|
|
170
|
-
"tags": ["environment", "setup"]
|
|
171
|
-
},
|
|
172
130
|
{
|
|
173
131
|
"name": "development-workflow",
|
|
174
132
|
"file": "rules/development-workflow.md",
|
|
@@ -190,13 +148,6 @@
|
|
|
190
148
|
"description": "Git workflow and branching strategy",
|
|
191
149
|
"tags": ["git", "workflow"]
|
|
192
150
|
},
|
|
193
|
-
{
|
|
194
|
-
"name": "golden-rules",
|
|
195
|
-
"file": "rules/golden-rules.md",
|
|
196
|
-
"priority": "critical",
|
|
197
|
-
"description": "Core framework principles and philosophies",
|
|
198
|
-
"tags": ["principles", "framework"]
|
|
199
|
-
},
|
|
200
151
|
{
|
|
201
152
|
"name": "naming-conventions",
|
|
202
153
|
"file": "rules/naming-conventions.md",
|
|
@@ -204,34 +155,6 @@
|
|
|
204
155
|
"description": "Universal naming standards and conventions",
|
|
205
156
|
"tags": ["naming", "conventions"]
|
|
206
157
|
},
|
|
207
|
-
{
|
|
208
|
-
"name": "no-pr-workflow",
|
|
209
|
-
"file": "rules/no-pr-workflow.md",
|
|
210
|
-
"priority": "medium",
|
|
211
|
-
"description": "Alternative git workflow without pull requests",
|
|
212
|
-
"tags": ["git", "workflow"]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "performance-guidelines",
|
|
216
|
-
"file": "rules/performance-guidelines.md",
|
|
217
|
-
"priority": "medium",
|
|
218
|
-
"description": "Universal performance optimization guidelines",
|
|
219
|
-
"tags": ["performance", "optimization"]
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "pipeline-mandatory",
|
|
223
|
-
"file": "rules/pipeline-mandatory.md",
|
|
224
|
-
"priority": "high",
|
|
225
|
-
"description": "Pipeline enforcement and requirements",
|
|
226
|
-
"tags": ["pipelines", "enforcement"]
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "security-checklist",
|
|
230
|
-
"file": "rules/security-checklist.md",
|
|
231
|
-
"priority": "critical",
|
|
232
|
-
"description": "Universal security standards and checklist",
|
|
233
|
-
"tags": ["security", "checklist"]
|
|
234
|
-
},
|
|
235
158
|
{
|
|
236
159
|
"name": "standard-patterns",
|
|
237
160
|
"file": "rules/standard-patterns.md",
|
|
@@ -245,13 +168,6 @@
|
|
|
245
168
|
"priority": "low",
|
|
246
169
|
"description": "Frontmatter stripping utility patterns",
|
|
247
170
|
"tags": ["frontmatter", "utilities"]
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "use-ast-grep",
|
|
251
|
-
"file": "rules/use-ast-grep.md",
|
|
252
|
-
"priority": "low",
|
|
253
|
-
"description": "AST parsing utility with ast-grep",
|
|
254
|
-
"tags": ["ast", "parsing", "utilities"]
|
|
255
171
|
}
|
|
256
172
|
],
|
|
257
173
|
"hooks": [
|
|
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
|