chore(work): tick task in 08-backfill-traces

This commit is contained in:
2026-05-14 11:57:10 +02:00
parent cf3f160148
commit 112df2cfe7
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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"
],