Skip to content

Commit fc8a027

Browse files
committed
Update repo org URLs from humania-org to PolyArch
Bump version to 1.15.2.
1 parent 50ed1bc commit fc8a027

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "humania",
33
"owner": {
4-
"name": "humania-org"
4+
"name": "PolyArch"
55
},
66
"plugins": [
77
{

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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.",
44
"version": "1.16.0",
55
"author": {
6-
"name": "humania-org"
6+
"name": "PolyArch"
77
},
8-
"repository": "https://github.com/humania-org/humanize",
9-
"homepage": "https://github.com/humania-org/humanize#readme",
8+
"repository": "https://github.com/PolyArch/humanize",
9+
"homepage": "https://github.com/PolyArch/humanize#readme",
1010
"license": "MIT",
1111
"keywords": [
1212
"iterative-development",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The loop has two phases: **Implementation** (Claude works, Codex reviews summari
3030

3131
```bash
3232
# Add humania marketplace
33-
/plugin marketplace add humania-org/humanize
33+
/plugin marketplace add PolyArch/humanize
3434
# If you want to use development branch for experimental features
35-
/plugin marketplace add humania-org/humanize#dev
35+
/plugin marketplace add PolyArch/humanize#dev
3636
# Then install humanize plugin
3737
/plugin install humanize@humania
3838
```

docs/install-for-claude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Start Claude Code and run:
1212

1313
```bash
1414
# Add the marketplace
15-
/plugin marketplace add git@github.com:humania-org/humanize.git
15+
/plugin marketplace add git@github.com:PolyArch/humanize.git
1616

1717
# Install the plugin
1818
/plugin install humanize@humania
@@ -31,7 +31,7 @@ claude --plugin-dir /path/to/humanize
3131
The `dev` branch contains experimental features that are not yet released to `main`. To try them locally:
3232

3333
```bash
34-
git clone https://github.com/humania-org/humanize.git
34+
git clone https://github.com/PolyArch/humanize.git
3535
cd humanize
3636
git checkout dev
3737
```

docs/install-for-codex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide explains how to install Humanize for Codex CLI, including the skill r
77
One-line install from anywhere:
88

99
```bash
10-
tmp_dir="$(mktemp -d)" && git clone --depth 1 https://github.com/humania-org/humanize.git "$tmp_dir/humanize" && "$tmp_dir/humanize/scripts/install-skills-codex.sh"
10+
tmp_dir="$(mktemp -d)" && git clone --depth 1 https://github.com/PolyArch/humanize.git "$tmp_dir/humanize" && "$tmp_dir/humanize/scripts/install-skills-codex.sh"
1111
```
1212

1313
From the Humanize repo root:

0 commit comments

Comments
 (0)