AkurAI Build
Menu

AkurAI-Build / Issues / #1

repo_update default branch must update hosted bare HEAD

#1 · Open · opened by AkurAI Build on 2026-08-25

Issue description

MyUX repository 55 was hosted initially with default branch qt6. akurai_repo_update successfully changed metadata default_branch to main, and main was pushed, but the hosted bare repository HEAD still targets refs/heads/qt6. Git correctly refuses deletion of qt6 as the current branch. akurai_repo_sync does not repair HEAD. Acceptance: updating the default branch on a trusted hosted repository atomically validates the target ref, updates repository metadata and the bare symbolic HEAD, and permits deletion of the previous default branch without direct filesystem mutation.

Discussion

No comments yet. Start the discussion.

Sign in to join the discussion.