codingbuddy-claude-plugin 4.1.0 → 4.3.0
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/plugin.json +1 -1
- package/README.md +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
<!-- Auto-generated by scripts/build.ts. Do not edit manually – run `yarn build` in packages/claude-code-plugin/ to regenerate. -->
|
|
2
|
+
|
|
1
3
|
# CodingBuddy Claude Code Plugin
|
|
2
4
|
|
|
3
|
-
> Version 4.
|
|
5
|
+
> Version 4.3.0
|
|
4
6
|
|
|
5
7
|
Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development.
|
|
6
8
|
|
|
@@ -30,7 +32,7 @@ claude plugin add codingbuddy
|
|
|
30
32
|
- `/checklist` - Generate contextual checklists
|
|
31
33
|
|
|
32
34
|
### Specialist Agents
|
|
33
|
-
|
|
35
|
+
35 AI agents for different domains:
|
|
34
36
|
- Security, Performance, Accessibility
|
|
35
37
|
- Architecture, Testing, Code Quality
|
|
36
38
|
- Frontend, Backend, DevOps
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codingbuddy-claude-plugin",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Claude Code Plugin for CodingBuddy - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills",
|
|
5
5
|
"author": "JeremyDev87",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:coverage": "vitest run --coverage"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"codingbuddy": "^4.
|
|
49
|
+
"codingbuddy": "^4.3.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"codingbuddy": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
60
60
|
"@typescript-eslint/parser": "8.53.0",
|
|
61
61
|
"@vitest/coverage-v8": "4.0.17",
|
|
62
|
-
"codingbuddy-rules": "4.
|
|
62
|
+
"codingbuddy-rules": "4.3.0",
|
|
63
63
|
"eslint": "9.39.2",
|
|
64
64
|
"eslint-config-prettier": "10.1.8",
|
|
65
65
|
"globals": "17.0.0",
|