Skip to content

Commit 534bb4d

Browse files
committed
fix: correction versions of plugins
1 parent 1c1e025 commit 534bb4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "context-engineering-kit",
4-
"version": "1.7.1",
4+
"version": "1.6.0",
55
"description": "Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.",
66
"owner": {
77
"name": "NeoLabHQ",
@@ -55,7 +55,7 @@
5555
{
5656
"name": "sadd",
5757
"description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",
58-
"version": "1.2.0",
58+
"version": "1.1.0",
5959
"author": {
6060
"name": "Vlad Goncharov",
6161
"email": "[email protected]"
@@ -99,7 +99,7 @@
9999
{
100100
"name": "customaize-agent",
101101
"description": "Commands and skills for writing and refining commands, hooks, skills for Claude Code, includes Anthropic Best Practices and Agent Persuasion Principles that can be useful for sub-agent workflows.",
102-
"version": "1.3.0",
102+
"version": "1.2.0",
103103
"author": {
104104
"name": "Vlad Goncharov",
105105
"email": "[email protected]"

plugins/customaize-agent/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customaize-agent",
3-
"version": "1.3.0",
3+
"version": "1.2.0",
44
"description": "Commands and skills for writing and refining commands, hooks, skills for Claude Code, includes Anthropic Best Practices and Agent Persuasion Principles that can be useful for sub-agent workflows.",
55
"author": {
66
"name": "Vlad Goncharov",

plugins/sadd/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sadd",
3-
"version": "1.2.0",
3+
"version": "1.1.0",
44
"description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",
55
"author": {
66
"name": "Vlad Goncharov",

0 commit comments

Comments
 (0)