chore: update cross-references for repo renames #175
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom!175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "174-update-cross-references-repo-renames"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Surgical cross-reference cleanup after three repo renames: pal-e-docs -> pal-e-api, pal-e-docs-sdk -> pal-e-sdk, pal-e-docs-mcp -> pal-e-mcp. Only env var names and repo directory paths changed. MCP tool prefixes and server keys intentionally preserved.
Changes
hooks/block-dottie-code-writes.sh-- updated repo directory paths in case statement (pal-e-docs -> pal-e-api, pal-e-docs-sdk -> pal-e-sdk, pal-e-docs-mcp -> pal-e-mcp) and example comment pathhooks/cleanup-worktrees.sh-- updated REPO_DIRS array entries for the three renamed reposhooks/board-item-on-merge.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (3 occurrences)hooks/check-issue-template.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (2 occurrences)hooks/check-note-template.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (2 occurrences)hooks/check-pr-template.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (2 occurrences)hooks/session-start-board-sync.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (2 occurrences)hooks/session-start-context.sh-- renamed env var PAL_E_DOCS_URL -> PAL_E_API_URL (7 occurrences)Test Plan
PAL_E_DOCS_URLreturns 0 matches in hooks/pal-e-docs-sdkreturns 0 matches in hooks/ and agents/pal-e-docs-mcpreturns 0 matches in hooks/ and agents/mcp__pal-e-docs__still returns 31 matches in hooks/ (preserved)"pal-e-docs"MCP server key in settings.json and settings.local.json unchangedReview Checklist
mcp__pal-e-docs__tool prefixes were modifiedPAL_E_DOCS_URLenv var references replaced withPAL_E_API_URLpal-e-docs.tail5b443a.ts.net) left unchanged (infra concern)Related Notes
Related