From 085bb2ad29ee9e4146a69fb04cb461f620e3a1e0 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Thu, 14 May 2026 12:12:37 +0200 Subject: [PATCH] chore(work): finish 08-backfill-traces --- .../08-backfill-traces/_story.md | 4 ++-- docs/work/_state.json | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/work/2026-05-14-library-evaluation-policy/08-backfill-traces/_story.md b/docs/work/2026-05-14-library-evaluation-policy/08-backfill-traces/_story.md index e3ddafb..272e39e 100644 --- a/docs/work/2026-05-14-library-evaluation-policy/08-backfill-traces/_story.md +++ b/docs/work/2026-05-14-library-evaluation-policy/08-backfill-traces/_story.md @@ -3,7 +3,7 @@ id: 08-backfill-traces epic: 2026-05-14-library-evaluation-policy title: Backfill library traces for existing feature- and core-tier runtime deps type: technical-story -status: in-progress +status: done feature: docs depends-on: [01-trace-schema-foundation] blocks: [] @@ -45,4 +45,4 @@ Without backfill, every existing dep becomes a pre-commit-hook failure the first - [x] Inventory all runtime deps in `packages/` (run `jq '.dependencies // {} | keys' packages/*/package.json packages/core-*/package.json` or equivalent); write approved trace files for the ADR-002 cluster (`inversify`, `reflect-metadata`) in `docs/library-decisions/`; commit as `chore(deps): backfill library traces for ADR-002 cluster`. - [x] Write approved trace files for the ADR-014 cluster (Sentry packages); commit as `chore(deps): backfill library traces for ADR-014 cluster`. - [x] Write approved trace files for the ADR-017 cluster (OpenTelemetry packages); commit as `chore(deps): backfill library traces for ADR-017 cluster`. -- [ ] Write approved trace files for the un-cited cluster (`payload`, `@trpc/server`, `zod`, `superjson`, and any remaining runtime deps); commit as `chore(deps): backfill library traces for un-cited cluster`; all gates pass after this final commit. +- [x] Write approved trace files for the un-cited cluster (`payload`, `@trpc/server`, `zod`, `superjson`, and any remaining runtime deps); commit as `chore(deps): backfill library traces for un-cited cluster`; all gates pass after this final commit. diff --git a/docs/work/_state.json b/docs/work/_state.json index 68baa9a..4ed3d39 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-14T10:03:08.243Z", + "updated_at": "2026-05-14T10:12:38.886Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "done", @@ -117,10 +117,10 @@ "blocks": [] }, "08-backfill-traces": { - "status": "in-progress", + "status": "done", "title": "Backfill library traces for existing feature- and core-tier runtime deps", "ac_total": 4, - "ac_completed": 3, + "ac_completed": 4, "depends_on": [ "01-trace-schema-foundation" ], @@ -155,11 +155,6 @@ } }, "ready": [ - { - "epic": "2026-05-14-library-evaluation-policy", - "story": "08-backfill-traces", - "title": "Backfill library traces for existing feature- and core-tier runtime deps" - }, { "epic": "2026-05-14-library-evaluation-policy", "story": "09-claude-md-update",