Fix Forgejo Actions log bridge for PR job status targets #425
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Problem
During review of
agentic-os#423, Forgejo exposed a failed PR status target:The committed log bridge in
.ward/forgejo-actions-logs.shdocuments and calls:But the current bridge route returns 404 for the visible PR job target:
Tried variants using run number
886, task id8733, and/jobs/0/logs; they also return 404. The HTML run and job pages are reachable, so this is a bridge/API route mismatch, not lack of access.This is narrower than
agentic-os#415, which tracks replacing the bash bridge with a ward fetch overlay. This issue is the immediate usability repair: when a PR status points at an Actions job, the operator/director needs a working plaintext log command.Acceptance criteria
/actions/runs/886/jobs/0, or it prints a precise diagnostic explaining the unsupported route and the next usable command.target_urlto the log command inputs.agentic-os#415.WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-agentic-os-425on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-10T09:44:42Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (1h TTL).--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-flight-deck/agentic-os#425· branchissue-425· harnesscodex· workflowpull-requests-and-mergeengineer-codex-agentic-os-425· wardv0.569.0· dispatched2026-07-10T09:44:42ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.569.0).
— Codex, via
ward agentWARD-OUTCOME: merge-ready
details
workflow: pull-requests-and-merge, review summary: skipped because review gate skipped by ~/.ward/config.yaml default
felt: straightforward after the status target to job-id mapping surfaced in the live HTML
confidence: high
surprises: Forgejo exposes run index and job index in the target_url, but the logs route needs internal run id and job id
follow-ups: none