Skip to content

Commit 4d54b61

Browse files
committed
Update remaining repo org URL in loop-post-bash-hook
Bump version to 1.15.3.
1 parent 5cbcbb4 commit 4d54b61

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

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

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.15.2**
3+
**Current Version: 1.15.3**
44

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

hooks/loop-post-bash-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [[ -n "$COMMAND_SIGNATURE" ]]; then
7373
# normalizes its own path via cd+pwd (removing double slashes), but the
7474
# tool_input.command preserves the original string. Without normalization,
7575
# the string comparison below always fails and session_id is never written.
76-
# See: https://github.com/humania-org/humanize/issues/67
76+
# See: https://github.com/PolyArch/humanize/issues/67
7777
HOOK_COMMAND=$(printf '%s' "$HOOK_COMMAND" | tr -s '/')
7878
COMMAND_SIGNATURE=$(printf '%s' "$COMMAND_SIGNATURE" | tr -s '/')
7979

0 commit comments

Comments
 (0)