Expose publish-core breadcrumbs outside raw Forgejo logs #586
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#586
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?
After #585 landed, the release run still failed and the breadcrumbs were not visible from the director surface.
Current head:
mainandrelease:83b6cc2a53b1926e695d064ecf7fbe738d6f62eb(fix(dev-base): add core publish breadcrumbs (#585)).Failure evidence:
dev-base-publish.ymlrun1429failed.plan-draftsucceeded.publish-corefailed.publish-corejob index 1 failed in./actions/publish-dev-base-tierafter 14m29s.ward ops forgejo actions logs coilyco-flight-deck agentic-os 8500 14228 1returns 404.The previous breadcrumb patch did not satisfy the director-side need: after a failed release, the failure reason must be visible without raw Forgejo logs. The engineer should either fix the core publish failure directly if the cause is clear, or publish the core-tier failure context to a surface the director can read, such as a short artifact, job summary file if supported, or a deterministic committed/printed status file exposed by the workflow summary. Keep this targeted to
publish-coreand./actions/publish-dev-base-tier.Acceptance:
publish-corerun exposes the specific failing operation and exit cause from the director-readable run page or artifact listing, without relying on raw logs.dev-base-publish.ymlagain and confirm eitherpublish-corepasses or the visible failure names the exact external wall.WARDED_WORKFLOW: reservation-held
reservation details
Holder: launch intent for container
engineer-codex-agentic-os-586on hostkais-macbook-pro-2.local.Accepted by
ward agent --harness codex(reserved 2026-07-15T11:46:28Z). Concurrentward agentruns are blocked until this intent becomes visible or the intent is released. The stale-intent fallback is still TTL-bounded (3h TTL).--override-reservationoverrides.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#586· branchissue-586· harnesscodex· workflowpull-request-and-mergeengineer-codex-agentic-os-586· wardv0.697.0· dispatched2026-07-15T11:46:23ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.697.0).
— Codex, via
ward agentWARDED_WORKFLOW: #587
details
workflow: pull-request-and-merge; review summary: review gate intentionally skipped because the temporary ward default pending brokered QA
Implementation felt straightforward after tracing the summary surface. Confidence is high. Surprise was only that the visible breadcrumb needed both the script summary write and the shell failure synopsis. Follow-up is the director merge and the post-merge dev-base publish rerun.