chore(work): tick task in 05-trace-revalidation-workflow

This commit is contained in:
2026-05-14 19:50:49 +02:00
parent 1b6e7189c7
commit a7a4299213
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ id: 05-trace-revalidation-workflow
epic: 2026-05-14-ci-security-and-supply-chain
title: Trace revalidation workflow
type: technical-story
status: todo
status: in-progress
feature: scripts
depends-on: [01-trace-schema-extensions, 04-major-bump-reevaluation]
blocks: [09-ci-security-guide-and-docs]
@@ -40,5 +40,5 @@ ADR-022 traces go stale silently when new CVEs drop or Socket picks up behaviora
## Tasks
- [ ] Write `scripts/library-decisions/revalidate.mjs` (walk approved+pre-shipped traces, re-run `verification-commands`, classify soft/hard divergence, open/update/close issues via `gh` CLI; mock-friendly `gh` surface for tests); write `revalidate.test.mjs` integration tests with fixture traces covering: no-drift, soft-drift (dashboard issue), hard-drift (per-dep issue with correct labels+title), duplicate-issue guard, stale-issue close on refreshed `lastRevalidated`, rejected-trace skip; one commit, all gates pass.
- [x] Write `scripts/library-decisions/revalidate.mjs` (walk approved+pre-shipped traces, re-run `verification-commands`, classify soft/hard divergence, open/update/close issues via `gh` CLI; mock-friendly `gh` surface for tests); write `revalidate.test.mjs` integration tests with fixture traces covering: no-drift, soft-drift (dashboard issue), hard-drift (per-dep issue with correct labels+title), duplicate-issue guard, stale-issue close on refreshed `lastRevalidated`, rejected-trace skip; one commit, all gates pass.
- [ ] Create `.github/workflows/trace-revalidation-weekly.yml` (trigger: `schedule: cron: "30 6 * * 1"` + `workflow_dispatch`; steps: checkout, `pnpm install --frozen-lockfile`, `node scripts/library-decisions/revalidate.mjs`; permissions: `issues: write`, `contents: read`); one commit, all gates pass.

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-14T17:34:45.527Z",
"updated_at": "2026-05-14T17:50:50.219Z",
"epics": {
"2026-05-13-binder-wrap-helper": {
"status": "done",
@@ -87,10 +87,10 @@
]
},
"05-trace-revalidation-workflow": {
"status": "todo",
"status": "in-progress",
"title": "Trace revalidation workflow",
"ac_total": 2,
"ac_completed": 0,
"ac_completed": 1,
"depends_on": [
"01-trace-schema-extensions",
"04-major-bump-reevaluation"