codingbuddy-claude-plugin 0.0.0-canary.20260117144032.g683474a → 3.0.1
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 +1 -1
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
|
3
3
|
"name": "codingbuddy",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"description": "Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "JeremyDev87",
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codingbuddy-claude-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
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": "^
|
|
49
|
+
"codingbuddy": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"codingbuddy": {
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@eslint/js": "^9.39.2",
|
|
58
|
-
"@types/node": "^
|
|
58
|
+
"@types/node": "^25.0.9",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
60
60
|
"@typescript-eslint/parser": "^8.20.0",
|
|
61
|
-
"@vitest/coverage-v8": "^
|
|
62
|
-
"codingbuddy-rules": "
|
|
61
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
62
|
+
"codingbuddy-rules": "3.0.1",
|
|
63
63
|
"eslint": "^9.39.2",
|
|
64
64
|
"eslint-config-prettier": "^10.1.8",
|
|
65
|
-
"globals": "^
|
|
65
|
+
"globals": "^17.0.0",
|
|
66
66
|
"madge": "^8.0.0",
|
|
67
67
|
"prettier": "^3.7.4",
|
|
68
68
|
"ts-node": "^10.9.1",
|
|
69
69
|
"typescript": "^5.1.3",
|
|
70
|
-
"vitest": "^
|
|
70
|
+
"vitest": "^4.0.17"
|
|
71
71
|
}
|
|
72
72
|
}
|