Skip to content

Commit 5c2f07f

Browse files
committed
Update remaining repo org URLs from humania-org to PolyArch
1 parent fc8a027 commit 5c2f07f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

prompt-template/claude/methodology-analysis-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ c) **If user declines**: Thank them, write completion marker to `{{LOOP_DIR}}/me
6464
d) **If user agrees**:
6565
- Draft a GitHub issue title and body from the analysis report
6666
- Show the draft via a second `AskUserQuestion` for the user to review and confirm
67-
- If confirmed: run `gh issue create --repo humania-org/humanize --title "..." --body "..."`
67+
- If confirmed: run `gh issue create --repo PolyArch/humanize --title "..." --body "..."`
6868
- If `gh` is not available, provide the title and body so the user can create the issue manually
6969
- Write completion marker to `{{LOOP_DIR}}/methodology-analysis-done.md` and exit
7070

0 commit comments

Comments
 (0)