You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .beads/issues.jsonl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,4 @@
15
15
{"id":"pk-k77","title":"Fix qs DoS (#154) - update to 6.14.1","status":"closed","priority":1,"issue_type":"bug","created_at":"2026-01-12T08:56:06.547502-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:43.83028-06:00","closed_at":"2026-01-12T09:28:43.83028-06:00","close_reason":"Fixed via pnpm overrides in package.json"}
16
16
{"id":"pk-n5i","title":"Fix body-parser DoS (#145) - update to 2.2.1","status":"closed","priority":2,"issue_type":"bug","created_at":"2026-01-12T08:56:24.249122-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:43.833511-06:00","closed_at":"2026-01-12T09:28:43.833511-06:00","close_reason":"Fixed via pnpm overrides in package.json"}
17
17
{"id":"pk-x5k","title":"typegen mock infrastructure","description":"Create mock infrastructure for typegen package:\n\n1. Create capture script: packages/typegen/scripts/capture-metadata.ts\n - Capture layout metadata responses for test layouts\n - Store in tests/fixtures/metadata.ts\n\n2. Mock the metadata fetch in tests\n - Inject mock responses when running unit tests\n - Test code generation logic against captured metadata\n\n3. Move current tests to E2E:\n - typegen.test.ts → tests/e2e/\n - fmodata-typegen.test.ts → tests/e2e/\n - fmodata-preserve-customizations.test.ts → tests/e2e/\n\n4. Create unit tests that use mocked metadata\n\n5. Update vitest.config.ts and package.json","status":"open","priority":2,"issue_type":"task","owner":"37158449+eluce2@users.noreply.github.com","created_at":"2026-01-12T10:28:42.546669-06:00","created_by":"Eric Luce","updated_at":"2026-01-12T10:28:42.546669-06:00"}
18
+
{"id":"pk-xl2","title":"CI: Remove E2E tests from workflows","description":"Update CI to run only mock-based tests:\n\n1. Remove E2E step from continuous-release.yml:\n - Remove: pnpm --filter @proofkit/fmodata test:e2e\n\n2. Add root-level E2E script to package.json:\n - \"test:e2e\": \"turbo run test:e2e\"\n\n3. Verification:\n - pnpm test without env vars → passes (all packages)\n - pnpm test:e2e with Doppler → passes locally","status":"open","priority":2,"issue_type":"task","owner":"37158449+eluce2@users.noreply.github.com","created_at":"2026-01-12T10:28:52.347002-06:00","created_by":"Eric Luce","updated_at":"2026-01-12T10:28:52.347002-06:00"}
0 commit comments