Merge pull request #198 from EscapeVelocityOperations/main

fix(refinery): use rig's default_branch instead of hardcoded 'main'
This commit is contained in:
Steve Yegge
2026-01-05 21:26:31 -08:00
committed by GitHub
6 changed files with 79 additions and 6 deletions

View File

@@ -272,6 +272,7 @@ func createMayorCLAUDEmd(hqRoot, townRoot string) error {
TownRoot: townRoot,
TownName: townName,
WorkDir: hqRoot,
DefaultBranch: "main", // Mayor doesn't merge, but field required
MayorSession: session.MayorSessionName(),
DeaconSession: session.DeaconSessionName(),
}