branching: the merge methods the orchestrator is told to use #171
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#171
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/branching-merge-methods"
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?
.claude/BRANCHING.mdtold the orchestrator to merge with styles Forgejo now rejects —method="rebase"forfeat/*→dev, andmethod="merge"for both promotions. Following it produces a 405. This is the runbook agents read before dispatching work, so a stale instruction here is a correctness bug.The On fast-forward paragraph said adopting fast-forward-only "needs a one-time reconciliation of the protected branches, which is the owner's decision". That decision was taken and the reconciliation done (#164) — the trees were already identical, so it carried no content.
release ⊆ main ⊆ devnow holds and promotions land the branches on the same SHA rather than merely the same tree.The paragraph keeps its structural explanation of why divergence happened, because that is what makes the failure mode recognisable, and now points at reconciliation as the remedy instead of prescribing the merge commit that caused it.
Pairs with Centralis PR #28, which fixes the same contradiction in
REPO_SETTINGSandpromote.