Skip to content

Commit 4b9ef7b

Browse files
committed
bd daemon sync: 2026-01-12 10:29:11
1 parent 82777de commit 4b9ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.beads/issues.jsonl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{"id":"pk-5qz","title":"Fix glob cmd injection (#140,#142,#143,#144) - update to 11.1.0","status":"closed","priority":1,"issue_type":"bug","created_at":"2026-01-12T08:55:50.537217-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:43.82421-06:00","closed_at":"2026-01-12T09:28:43.82421-06:00","close_reason":"Fixed via pnpm overrides in package.json"}
66
{"id":"pk-8sh","title":"Fix hono auth/CORS vulns (#126,#127) - update to 4.10.3","status":"closed","priority":1,"issue_type":"bug","created_at":"2026-01-12T08:55:55.948386-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:43.826831-06:00","closed_at":"2026-01-12T09:28:43.826831-06:00","close_reason":"Fixed via pnpm overrides in package.json"}
77
{"id":"pk-b4g","title":"Fix js-yaml prototype pollution (#135-139) - update to 4.1.1","status":"closed","priority":2,"issue_type":"bug","created_at":"2026-01-12T08:56:17.864022-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:52.997653-06:00","closed_at":"2026-01-12T09:28:52.997653-06:00","close_reason":"js-yaml 3.x is pinned by @changesets/cli; proto pollution requires unsafe custom schemas which read-yaml-file doesn't use"}
8-
{"id":"pk-bxt","title":"Separate unit and E2E tests","description":"Separate tests that require real FileMaker server from unit tests that use mocks. Run only mock-based tests in CI.\n\nGoals:\n- CI runs only mock-based tests (no server dependency)\n- E2E tests remain runnable locally via pnpm test:e2e\n- No code coverage loss - mock all tested functionality\n- Follow fmodata's capture pattern for other packages\n\nSee plan file: ~/.claude/plans/elegant-orbiting-robin.md","status":"open","priority":2,"issue_type":"epic","owner":"37158449+eluce2@users.noreply.github.com","created_at":"2026-01-12T10:28:07.758291-06:00","created_by":"Eric Luce","updated_at":"2026-01-12T10:28:07.758291-06:00"}
8+
{"id":"pk-bxt","title":"Separate unit and E2E tests","description":"Separate tests that require real FileMaker server from unit tests that use mocks. Run only mock-based tests in CI.\n\nGoals:\n- CI runs only mock-based tests (no server dependency)\n- E2E tests remain runnable locally via pnpm test:e2e\n- No code coverage loss - mock all tested functionality\n- Follow fmodata's capture pattern for other packages\n\nSee plan file: ~/.claude/plans/elegant-orbiting-robin.md","status":"open","priority":2,"issue_type":"epic","owner":"37158449+eluce2@users.noreply.github.com","created_at":"2026-01-12T10:28:07.758291-06:00","created_by":"Eric Luce","updated_at":"2026-01-12T10:28:07.758291-06:00","dependencies":[{"issue_id":"pk-bxt","depends_on_id":"pk-xl2","type":"blocks","created_at":"2026-01-12T10:29:10.846465-06:00","created_by":"Eric Luce"}]}
99
{"id":"pk-c8i","title":"Docs: use cliVersion constant everywhere instead of hardcoded @beta","description":"Currently docs hardcode @beta in multiple places. Should use the cliVersion constant from constants.ts.\n\n**Needed changes:**\n1. Update CliCommand to accept package name prop and auto-append version (avoid manual execPackage overrides)\n2. Convert raw bash blocks in typegen/index.mdx and ui.mdx to use CliCommand\n3. Create remark plugin or component for package-install blocks to use constant\n\n**When going live:** Change cliVersion from 'beta' to 'latest' in apps/docs/src/lib/constants.ts\n\nFiles affected:\n- apps/docs/src/lib/constants.ts\n- apps/docs/src/components/CliCommand.tsx\n- apps/docs/content/docs/typegen/index.mdx\n- apps/docs/content/docs/typegen/ui.mdx\n- apps/docs/content/docs/fmodata/quick-start.mdx\n- apps/docs/content/docs/better-auth/installation.mdx\n- apps/docs/content/docs/better-auth/troubleshooting.mdx","status":"open","priority":3,"issue_type":"task","created_at":"2026-01-12T08:33:26.760623-06:00","created_by":"ericluce","updated_at":"2026-01-12T08:33:26.760623-06:00"}
1010
{"id":"pk-cdk","title":"Fix better-auth vulns (#116,#147,#153) - update to 1.4.5","status":"closed","priority":1,"issue_type":"bug","created_at":"2026-01-12T08:55:41.413506-06:00","created_by":"ericluce","updated_at":"2026-01-12T09:28:43.811349-06:00","closed_at":"2026-01-12T09:28:43.811349-06:00","close_reason":"Fixed via pnpm overrides in package.json"}
1111
{"id":"pk-cfu","title":"fmdapi mock infrastructure","description":"Create mock infrastructure for fmdapi package:\n\n1. Create capture script: packages/fmdapi/scripts/capture-responses.ts\n - Model on fmodata's script\n - Capture responses for: list, find, findFirst, findOne, sort, portals, layoutMetadata, scripts, container upload\n\n2. Create fixtures: packages/fmdapi/tests/fixtures/responses.ts (auto-generated)\n\n3. Create mock fetch: packages/fmdapi/tests/utils/mock-fetch.ts\n\n4. Reorganize tests:\n - Move client-methods.test.ts → tests/e2e/\n - Move zod.test.ts → tests/e2e/\n - Split init-client.test.ts into unit + e2e\n - Keep removeFMTableNames.test.ts and tokenStorage.test.ts as-is\n\n5. Create mock-based versions of E2E tests\n\n6. Update vitest.config.ts to exclude tests/e2e/**\n\n7. Add scripts to package.json: test:e2e, capture","status":"open","priority":2,"issue_type":"task","owner":"37158449+eluce2@users.noreply.github.com","created_at":"2026-01-12T10:28:21.997384-06:00","created_by":"Eric Luce","updated_at":"2026-01-12T10:28:21.997384-06:00"}

0 commit comments

Comments
 (0)