chore(work): finish 07-generator-pre-shipped-traces

This commit is contained in:
2026-05-14 11:37:37 +02:00
parent b1e2e8a788
commit 543412ea42
2 changed files with 5 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ id: 07-generator-pre-shipped-traces
epic: 2026-05-14-library-evaluation-policy epic: 2026-05-14-library-evaluation-policy
title: Generator templates — pre-shipped traces for optional core packages title: Generator templates — pre-shipped traces for optional core packages
type: technical-story type: technical-story
status: todo status: done
feature: tooling feature: tooling
depends-on: [01-trace-schema-foundation] depends-on: [01-trace-schema-foundation]
blocks: [] blocks: []
@@ -41,4 +41,4 @@ A developer who scaffolds an optional core via the generator should not immediat
## Tasks ## Tasks
- [ ] Inventory the direct runtime deps of each of the five optional core generator templates (read each template's `package.json`); write one approved trace file per dep in the correct generator template subtree with ADR citation; update the five snapshot JSON files to include the new trace file entries; verify `pnpm turbo gen core-package events` (or equivalent dry-run) matches the updated snapshot; all gates pass on this single commit. - [x] Inventory the direct runtime deps of each of the five optional core generator templates (read each template's `package.json`); write one approved trace file per dep in the correct generator template subtree with ADR citation; update the five snapshot JSON files to include the new trace file entries; verify `pnpm turbo gen core-package events` (or equivalent dry-run) matches the updated snapshot; all gates pass on this single commit.

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-14T05:58:56.574Z", "updated_at": "2026-05-14T09:37:38.083Z",
"epics": { "epics": {
"2026-05-13-binder-wrap-helper": { "2026-05-13-binder-wrap-helper": {
"status": "done", "status": "done",
@@ -107,10 +107,10 @@
"blocks": [] "blocks": []
}, },
"07-generator-pre-shipped-traces": { "07-generator-pre-shipped-traces": {
"status": "todo", "status": "done",
"title": "Generator templates — pre-shipped traces for optional core packages", "title": "Generator templates — pre-shipped traces for optional core packages",
"ac_total": 1, "ac_total": 1,
"ac_completed": 0, "ac_completed": 1,
"depends_on": [ "depends_on": [
"01-trace-schema-foundation" "01-trace-schema-foundation"
], ],
@@ -155,11 +155,6 @@
} }
}, },
"ready": [ "ready": [
{
"epic": "2026-05-14-library-evaluation-policy",
"story": "07-generator-pre-shipped-traces",
"title": "Generator templates — pre-shipped traces for optional core packages"
},
{ {
"epic": "2026-05-14-library-evaluation-policy", "epic": "2026-05-14-library-evaluation-policy",
"story": "08-backfill-traces", "story": "08-backfill-traces",