Public Access
Investigate broken workflow sync — repos silently lost .mokogit/workflows #350
Reference in New Issue
Block a user
Delete Branch "%!s()"
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
The workflow sync (Template-Go -> each repo's
.mokogit/workflows/) appears to have stopped propagating. The MokoGIT repo'sdevandmainbranches had zero files in.mokogit/workflows/— the full canonical set (~20 workflows) missing — leaving the repo with no CI or deploy.Why it couldn't self-heal
The sync trigger (
custom/workflow-sync-trigger.yml) lives inside.mokogit/workflows/. Combined with MokoConsulting/MokoGIT#798 (custom-path workflow discovery broke), the missing/undiscovered workflows meant the sync could not run to restore itself — a circular failure.Done
Restored MokoGIT
.mokogit/workflows/manually fromTemplate-Go(canonical source).Ask (MokoCLI sync tooling)
.mokogit/workflows/?Related: MokoConsulting/MokoGIT#798 (now fixed).
Branch created:
feature/350-investigate-broken-workflow-sync-repos-s