Skip to content

Commit 84ebaee

Browse files
committed
Merge branch 'main' into dev and bump version to 1.16.1
2 parents 41a02e8 + c980d94 commit 84ebaee

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "humania",
2+
"name": "PolyArch",
33
"owner": {
44
"name": "PolyArch"
55
},
@@ -8,7 +8,7 @@
88
"name": "humanize",
99
"source": "./",
1010
"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.16.0"
11+
"version": "1.16.1"
1212
}
1313
]
1414
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "humanize",
33
"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.16.0",
4+
"version": "1.16.1",
55
"author": {
66
"name": "PolyArch"
77
},

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Humanize
22

3-
**Current Version: 1.16.0**
3+
**Current Version: 1.16.1**
44

55
> Derived from the [GAAC (GitHub-as-a-Context)](https://github.com/SihaoLiu/gaac) project.
66
@@ -29,12 +29,12 @@ The loop has two phases: **Implementation** (Claude works, Codex reviews summari
2929
## Install
3030

3131
```bash
32-
# Add humania marketplace
32+
# Add PolyArch marketplace
3333
/plugin marketplace add PolyArch/humanize
3434
# If you want to use development branch for experimental features
3535
/plugin marketplace add PolyArch/humanize#dev
3636
# Then install humanize plugin
37-
/plugin install humanize@humania
37+
/plugin install humanize@PolyArch
3838
```
3939

4040
Requires [codex CLI](https://github.com/openai/codex) for review. See the full [Installation Guide](docs/install-for-claude.md) for prerequisites and alternative setup options.

docs/install-for-claude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start Claude Code and run:
1515
/plugin marketplace add git@github.com:PolyArch/humanize.git
1616

1717
# Install the plugin
18-
/plugin install humanize@humania
18+
/plugin install humanize@PolyArch
1919
```
2020

2121
## Option 2: Local Development
@@ -61,7 +61,7 @@ Add the monitoring helper to your shell for real-time progress tracking:
6161

6262
```bash
6363
# Add to your .bashrc or .zshrc
64-
source ~/.claude/plugins/cache/humania/humanize/<LATEST.VERSION>/scripts/humanize.sh
64+
source ~/.claude/plugins/cache/PolyArch/humanize/<LATEST.VERSION>/scripts/humanize.sh
6565
```
6666

6767
Then use:

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Set up the monitoring helper for real-time progress tracking:
313313

314314
```bash
315315
# Add to your .bashrc or .zshrc
316-
source ~/.claude/plugins/cache/humania/humanize/<LATEST.VERSION>/scripts/humanize.sh
316+
source ~/.claude/plugins/cache/PolyArch/humanize/<LATEST.VERSION>/scripts/humanize.sh
317317

318318
# Monitor RLCR loop progress
319319
humanize monitor rlcr

hooks/loop-post-bash-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [[ -n "$COMMAND_SIGNATURE" ]]; then
6767
exit 0
6868
fi
6969

70-
# Normalize consecutive slashes (e.g. "humania//scripts" -> "humania/scripts").
70+
# Normalize consecutive slashes (e.g. "PolyArch//scripts" -> "PolyArch/scripts").
7171
# CLAUDE_PLUGIN_ROOT may have a trailing slash, producing double slashes when
7272
# concatenated with "/scripts/..." in the command template. The setup script
7373
# normalizes its own path via cd+pwd (removing double slashes), but the

0 commit comments

Comments
 (0)