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
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.