Skip to content

Commit 2a0db29

Browse files
committed
Keep Claude plugin version metadata unchanged
Signed-off-by: Chao Liu chao.liu.zevorn@gmail.com
1 parent 1e8ea4f commit 2a0db29

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "humanize",
99
"source": "./",
10-
"description": "Humanize - A capability-aware iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans, Codex independently reviews progress, and capability anchors keep each round aligned with the global feature map.",
11-
"version": "1.18.0"
10+
"description": "Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.",
11+
"version": "1.17.0"
1212
}
1313
]
1414
}

.claude-plugin/plugin.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "humanize",
3-
"description": "Humanize - A capability-aware iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans, Codex independently reviews progress, and capability anchors keep each round aligned with the global feature map.",
4-
"version": "1.18.0",
3+
"description": "Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.",
4+
"version": "1.17.0",
55
"author": {
66
"name": "PolyArch"
77
},
@@ -14,8 +14,6 @@
1414
"ai-native",
1515
"feedback-loop",
1616
"goal-tracking",
17-
"capability-map",
18-
"capability-anchors",
1917
"quality-assurance"
2018
]
2119
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Humanize
22

3-
**Current Version: 1.18.0**
3+
**Current Version: 1.17.0**
44

55
> Derived from the [GAAC (GitHub-as-a-Context)](https://github.com/SihaoLiu/gaac) project.
66

0 commit comments

Comments
 (0)