Expand description
Git synchronization helpers for coordination workflows. Git synchronization helpers for coordination workflows.
Structs§
- Coordination
GitError - Structured failure details for coordination branch operations.
Enums§
- Coordination
Branch Setup Status - Outcome of a coordination branch setup attempt.
- Coordination
GitError Kind - Error category for coordination branch git operations.
Functions§
- ensure_
coordination_ branch_ on_ origin - Ensures the coordination branch exists on
origin. - ensure_
coordination_ branch_ on_ origin_ core - Ensure the coordination branch exists on the remote origin and report whether it was already present or was created.
- fetch_
coordination_ branch - Fetches a coordination branch from
origininto remote-tracking refs. - fetch_
coordination_ branch_ core - Fetches the coordination branch from the
originremote. - push_
coordination_ branch - Pushes the given local ref to the coordination branch on
origin. - push_
coordination_ branch_ core - Push a local ref to the coordination branch on origin, converting git-related failures into a CoreError prefixed with “coordination push failed:”.
- reserve_
change_ on_ coordination_ branch - Reserves a newly created change on the coordination branch using an ephemeral worktree.
- reserve_
change_ on_ coordination_ branch_ core - Reserve change metadata on the coordination branch, translating coordination git failures into
CoreError.