Add SessionStart hook, fix review-loop regex, thin CLAUDE.md (#5) #6
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!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "5-sop-enforcement"
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
/pullspath so it does not fire on merge requests (/pulls/NUM/merge)Test plan
gh pr mergeor Forgejo merge does NOT trigger review-loop reminderget_note(slug="pr-review-loop")returns content from pal-e-docs/clearor compaction, SOPs re-injectedCloses #5
🤖 Generated with Claude Code
Review Fix (round 1)
Blocker addressed: Added inline fallback functions for
is_forgejo_repoandis_github_repowhenforgejo-helper.shis unavailable. Previously, missing helper would silently produce misleading platform detection. Now uses inlinegit remote get-url origin | greppattern as fallback.Also added: Early
jqavailability check (command -v jq || exit 0) for explicit dependency handling.API URL verified:
/notes?tags=sop,activereturns correct JSON array from live pal-e-docs instance.