fix(exec): admit audited Forgejo CI merge checkouts #1633
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/ward!1633
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/detached-ci-exec"
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?
Bug Description
Ward refused repository verbs from the detached synthetic merge commit produced by a standard Forgejo pull-request checkout.
Fixes #1632
Root Cause
The execution gate required a named branch with an upstream, and the shared audit record had no typed field for immutable CI attribution.
Fix
How to Verify
ward exec test-cmdto exercise the synthetic Forgejo merge checkout and decoded JSONL audit row.ward exec testfor the full repository suite.ward exec test-windows-compileandward exec pre-commitfor cross-platform and catalog validation.Test Plan
Risk Assessment
Medium. The change is isolated to detached HEAD handling in the repository verb gate. Named branches return through the previous path before CI metadata is read. The main compatibility risk is Forgejo metadata drift, which fails closed with an evidence-specific error.