Implement native author issue worktree bootstrap (#850)

This commit is contained in:
2026-07-23 17:28:23 -04:00
parent b70d5f3efa
commit a942afe6c4
8 changed files with 1128 additions and 5 deletions
@@ -139,6 +139,8 @@ EXPECTED_ROLE_EXCLUSIVE_TASKS = frozenset(
"gitea_release_merger_pr_lease",
"create_branch",
"push_branch",
"bootstrap_author_issue_worktree",
"gitea_bootstrap_author_issue_worktree",
# #812 AC20: publishing an unpublished local head is author-only for the
# same reason every other push is — it writes a branch to the remote.
"publish_unpublished_branch",