fix(justfile): drop duplicate oauth-register-gitlab recipe #512
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!512
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hotfix/justfile-oauth-gitlab-dup"
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
PR #500 added
oauth-register-gitlabat line 667, but the parameterized variant (BASE_URLarg) at line 185 was already present from2f41ff8 feat(ops): OAuth registration helper recipes.justrefuses to parse a justfile with two recipes sharing a name, so QA onmainhas been red since the #500 squash-merge (run #945,just qa→Recipe oauth-register-gitlab first defined on line 185 is redefined on line 667).Keep the older parameterized version — more flexible because it accepts self-hosted GitLab via CLI arg. Drop the newer config-driven copy.
Hotfix to unblock all downstream rebases (#499, #502, #503, #504, #505, #507).
Test plan
just --listparses cleanlymainafter merge