From abed058dbcd0be7c78ed17b45472a35a8040bf20 Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Tue, 21 Apr 2026 12:59:56 +0200 Subject: [PATCH] Record merged 7.0.15 release completion evidence PR #215 already merged and the stale release sandbox is now pruned, so this follow-up updates the existing OpenSpec change with the actual merge and cleanup evidence. The note also preserves the remaining blocker: publishing the public GitHub release still needs credentials with workflow scope on the intended repo. Constraint: Current gh auth lacks workflow scope and origin points at recodeee/guardex-agentworktrees.git instead of the public recodeee/gitguardex.git repo Rejected: Mark the GitHub release as complete anyway | would overstate the actual public release state Confidence: high Scope-risk: narrow Reversibility: clean Directive: Do not remove the BLOCKED release note until v7.0.15 exists on recodeee/gitguardex Releases Tested: openspec validate agent-codex-release-guardex-7-0-15-2026-04-21-12-16 --type change --strict Not-tested: Public GitHub release creation on recodeee/gitguardex --- .../tasks.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openspec/changes/agent-codex-release-guardex-7-0-15-2026-04-21-12-16/tasks.md b/openspec/changes/agent-codex-release-guardex-7-0-15-2026-04-21-12-16/tasks.md index 5991afe..6985684 100644 --- a/openspec/changes/agent-codex-release-guardex-7-0-15-2026-04-21-12-16/tasks.md +++ b/openspec/changes/agent-codex-release-guardex-7-0-15-2026-04-21-12-16/tasks.md @@ -16,6 +16,8 @@ ## 4. Completion -- [ ] 4.1 Finish the agent branch via PR merge + cleanup (`gx finish --via-pr --wait-for-merge --cleanup` or `bash scripts/agent-branch-finish.sh --branch --base --via-pr --wait-for-merge --cleanup`). -- [ ] 4.2 Record PR URL + final `MERGED` state in the completion handoff. -- [ ] 4.3 Confirm sandbox cleanup (`git worktree list`, `git branch -a`) or capture a `BLOCKED:` handoff if merge/cleanup is pending. +- [x] 4.1 Finish the agent branch via PR merge + cleanup (`gx finish --via-pr --wait-for-merge --cleanup` or `bash scripts/agent-branch-finish.sh --branch --base --via-pr --wait-for-merge --cleanup`). PR `#215` merged the release branch on `main` at `2026-04-21T10:26:16Z`. +- [x] 4.2 Record PR URL + final `MERGED` state in the completion handoff. PR URL: ; state: `MERGED`; merge commit: `0ec36159676be5291418281034f0a687935bf4fb`. +- [x] 4.3 Confirm sandbox cleanup (`git worktree list`, `git branch -a`) or capture a `BLOCKED:` handoff if merge/cleanup is pending. `git worktree list` no longer shows `agent__executor__regression-fixes-2026-04-21-12-26`, and `git branch -a` no longer lists `agent/executor/regression-fixes-2026-04-21-12-26`. + +BLOCKED: Publishing the public GitHub release for `v7.0.15` still requires credentials with `workflow` scope. The tag `v7.0.15` points at `0ec36159676be5291418281034f0a687935bf4fb` on `recodeee/gitguardex`, but `gh release create` and browser automation both stopped on auth/target safety gates.