Cache pre-commit environments in release jobs #41
Labels
No labels
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/agent-compose#41
Loading…
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
Release run #5 spends the entire validation window reinstalling pre-commit hook environments inside its disposable
agentic-os:releasecontainer. The Go tests finish immediately, then the run remains in hook installation until the 20-minute job timeout. Run #3 failed in the same validation area.AOS CI, promote, and dependency workflows already solve this with
actions/cache@v4over~/.cache/pre-commitkeyed by.pre-commit-config.yaml, and AOS gives the cold gate 30 minutes.Acceptance criteria
ward exec testremains the validation command, with no skipped hooks or weakened gate.Evidence
.forgejo/workflows/ci.yml,promote.yml, anddep-bump.ymlcontain the working cache exemplar.Scope
Agent-compose workflow and release documentation only. No Ward source changes.