development #220

Merged
lmiranda merged 2 commits from development into main 2026-01-27 19:42:18 +00:00
Owner
No description provided.
lmiranda added 2 commits 2026-01-27 19:42:14 +00:00
The branch permission check was only allowing feat/, feature/, and dev/
prefixes for write operations. This blocked PR creation from fix/*
branches, forcing fallback to direct API calls.

Added patterns:
- fix/, bugfix/, hotfix/ - for bug fixes
- chore/, refactor/ - for maintenance
- docs/, test/ - for documentation and tests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewed-on: #219
lmiranda merged commit 75492b0d38 into main 2026-01-27 19:42:18 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#220