From 112df2cfe76f9a5485a7282b9f81fc56868131e2 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Thu, 14 May 2026 11:57:10 +0200 Subject: [PATCH] chore(work): tick task in 08-backfill-traces --- .../08-backfill-traces/_story.md | 2 +- docs/work/_state.json | 4 ++-- 2 files changed, 3 insertions(+), 3 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 b7acb4d..ad51452 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 @@ -43,6 +43,6 @@ Without backfill, every existing dep becomes a pre-commit-hook failure the first ## Tasks - [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`. -- [ ] 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-014 cluster (Sentry packages); commit as `chore(deps): backfill library traces for ADR-014 cluster`. - [ ] 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. diff --git a/docs/work/_state.json b/docs/work/_state.json index 51aebf2..3ce33dd 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-14T09:42:09.916Z", + "updated_at": "2026-05-14T09:57:10.939Z", "epics": { "2026-05-13-binder-wrap-helper": { "status": "done", @@ -120,7 +120,7 @@ "status": "in-progress", "title": "Backfill library traces for existing feature- and core-tier runtime deps", "ac_total": 4, - "ac_completed": 1, + "ac_completed": 2, "depends_on": [ "01-trace-schema-foundation" ],