chore(work): finish 08-backfill-traces

This commit is contained in:
2026-05-14 12:12:37 +02:00
parent 1108e24ea0
commit 085bb2ad29
2 changed files with 5 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ id: 08-backfill-traces
epic: 2026-05-14-library-evaluation-policy epic: 2026-05-14-library-evaluation-policy
title: Backfill library traces for existing feature- and core-tier runtime deps title: Backfill library traces for existing feature- and core-tier runtime deps
type: technical-story type: technical-story
status: in-progress status: done
feature: docs feature: docs
depends-on: [01-trace-schema-foundation] depends-on: [01-trace-schema-foundation]
blocks: [] 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] 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-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`. - [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.

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-14T10:03:08.243Z", "updated_at": "2026-05-14T10:12:38.886Z",
"epics": { "epics": {
"2026-05-13-binder-wrap-helper": { "2026-05-13-binder-wrap-helper": {
"status": "done", "status": "done",
@@ -117,10 +117,10 @@
"blocks": [] "blocks": []
}, },
"08-backfill-traces": { "08-backfill-traces": {
"status": "in-progress", "status": "done",
"title": "Backfill library traces for existing feature- and core-tier runtime deps", "title": "Backfill library traces for existing feature- and core-tier runtime deps",
"ac_total": 4, "ac_total": 4,
"ac_completed": 3, "ac_completed": 4,
"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": "08-backfill-traces",
"title": "Backfill library traces for existing feature- and core-tier runtime deps"
},
{ {
"epic": "2026-05-14-library-evaluation-policy", "epic": "2026-05-14-library-evaluation-policy",
"story": "09-claude-md-update", "story": "09-claude-md-update",