trybeacon 0.1.3 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +3 -4
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/routes-manifest.json +0 -6
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +9 -9
- package/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/code-graph/position/route.js +1 -1
- package/.next/server/app/api/code-graph/route.js +1 -1
- package/.next/server/app/api/context/feature/route.js +1 -1
- package/.next/server/app/api/context/feature/route.js.nft.json +1 -1
- package/.next/server/app/api/context/file/route.js +1 -1
- package/.next/server/app/api/context/route.js +2 -2
- package/.next/server/app/api/db/backfill-access/route.js +1 -1
- package/.next/server/app/api/db/position/route.js +1 -1
- package/.next/server/app/api/db/position/route.js.nft.json +1 -1
- package/.next/server/app/api/db/reconcile-endpoints/route.js +1 -1
- package/.next/server/app/api/db/relations/[id]/route.js +1 -1
- package/.next/server/app/api/db/tables/[id]/route.js +1 -1
- package/.next/server/app/api/draft/approve/route.js +2 -2
- package/.next/server/app/api/draft/route.js +2 -2
- package/.next/server/app/api/draft/status/route.js +1 -1
- package/.next/server/app/api/edges/[id]/route.js +1 -1
- package/.next/server/app/api/edges/route.js +1 -1
- package/.next/server/app/api/edges/route.js.nft.json +1 -1
- package/.next/server/app/api/endpoints/[id]/route.js +1 -1
- package/.next/server/app/api/entities/route.js +1 -1
- package/.next/server/app/api/feedback/[id]/route.js +1 -1
- package/.next/server/app/api/feedback/[id]/vote/route.js +1 -1
- package/.next/server/app/api/feedback/route.js +1 -1
- package/.next/server/app/api/ingest/route.js +2 -2
- package/.next/server/app/api/init/route.js +2 -2
- package/.next/server/app/api/init/route.js.nft.json +1 -1
- package/.next/server/app/api/map/describe/route.js +2 -2
- package/.next/server/app/api/map/describe/route.js.nft.json +1 -1
- package/.next/server/app/api/map/files/route.js +1 -1
- package/.next/server/app/api/map/files/route.js.nft.json +1 -1
- package/.next/server/app/api/map/finish/route.js +1 -1
- package/.next/server/app/api/map/finish/route.js.nft.json +1 -1
- package/.next/server/app/api/map/route.js +1 -1
- package/.next/server/app/api/map/route.js.nft.json +1 -1
- package/.next/server/app/api/map/start/route.js +1 -1
- package/.next/server/app/api/map/start/route.js.nft.json +1 -1
- package/.next/server/app/api/map/touch-active/route.js +1 -1
- package/.next/server/app/api/map/touch-active/route.js.nft.json +1 -1
- package/.next/server/app/api/nodes/[id]/position/route.js +1 -1
- package/.next/server/app/api/nodes/[id]/position/route.js.nft.json +1 -1
- package/.next/server/app/api/nodes/[id]/route.js +1 -1
- package/.next/server/app/api/nodes/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/nodes/positions/route.js +1 -1
- package/.next/server/app/api/nodes/positions/route.js.nft.json +1 -1
- package/.next/server/app/api/nodes/route.js +1 -1
- package/.next/server/app/api/nodes/route.js.nft.json +1 -1
- package/.next/server/app/api/nodes/subtasks/route.js +1 -1
- package/.next/server/app/api/nodes/subtasks/route.js.nft.json +1 -1
- package/.next/server/app/api/notes/[id]/route.js +1 -1
- package/.next/server/app/api/notes/route.js +1 -1
- package/.next/server/app/api/open/route.js +1 -1
- package/.next/server/app/api/plan/annotations/route.js +2 -2
- package/.next/server/app/api/plan/approve/route.js +2 -2
- package/.next/server/app/api/plan/history/route.js +1 -1
- package/.next/server/app/api/plan/markdown/route.js +1 -1
- package/.next/server/app/api/plan/presence/route.js +1 -1
- package/.next/server/app/api/plan/route.js +1 -1
- package/.next/server/app/api/plan/verdict/route.js +2 -2
- package/.next/server/app/api/preferences/route.js +1 -1
- package/.next/server/app/api/reset/route.js +1 -1
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/stream/route.js +2 -2
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/api/workspace/activate/route.js +1 -1
- package/.next/server/app/api/workspace/route.js +1 -1
- package/.next/server/app/apple-icon.png/route.js +1 -1
- package/.next/server/app/docs/page.js +2 -2
- package/.next/server/app/docs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs.html +1 -1
- package/.next/server/app/docs.rsc +9 -9
- package/.next/server/app/docs.segments/_full.segment.rsc +9 -9
- package/.next/server/app/docs.segments/_head.segment.rsc +1 -1
- package/.next/server/app/docs.segments/_index.segment.rsc +9 -9
- package/.next/server/app/docs.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/docs.segments/docs.segment.rsc +1 -1
- package/.next/server/app/feedback/page.js +2 -2
- package/.next/server/app/feedback/page_client-reference-manifest.js +1 -1
- package/.next/server/app/feedback.html +1 -1
- package/.next/server/app/feedback.rsc +9 -9
- package/.next/server/app/feedback.segments/_full.segment.rsc +9 -9
- package/.next/server/app/feedback.segments/_head.segment.rsc +1 -1
- package/.next/server/app/feedback.segments/_index.segment.rsc +9 -9
- package/.next/server/app/feedback.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/feedback.segments/feedback/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/feedback.segments/feedback.segment.rsc +1 -1
- package/.next/server/app/help/page.js +2 -2
- package/.next/server/app/help/page_client-reference-manifest.js +1 -1
- package/.next/server/app/help.html +1 -1
- package/.next/server/app/help.rsc +27 -26
- package/.next/server/app/help.segments/_full.segment.rsc +27 -26
- package/.next/server/app/help.segments/_head.segment.rsc +1 -1
- package/.next/server/app/help.segments/_index.segment.rsc +9 -9
- package/.next/server/app/help.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/help.segments/help/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/help.segments/help.segment.rsc +1 -1
- package/.next/server/app/icon.svg/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +9 -9
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/index.segments/_full.segment.rsc +9 -9
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +9 -9
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/map/page.js +2 -2
- package/.next/server/app/map/page.js.nft.json +1 -1
- package/.next/server/app/map/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/plan/page.js +2 -2
- package/.next/server/app/plan/page.js.nft.json +1 -1
- package/.next/server/app/plan/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +2 -2
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +3 -4
- package/.next/server/chunks/1130.js +1 -1
- package/.next/server/chunks/333.js +1 -1
- package/.next/server/chunks/389.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/5916-65b61f02167fdaa0.js +1 -0
- package/.next/static/chunks/app/_global-error/page-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/code-graph/position/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/code-graph/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/context/feature/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/context/file/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/context/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/db/backfill-access/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/db/position/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/db/relations/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/db/tables/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/draft/approve/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/draft/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/draft/status/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/edges/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/edges/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/endpoints/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/entities/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/feedback/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/feedback/[id]/vote/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/feedback/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/ingest/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/init/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/describe/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/files/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/finish/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/start/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/map/touch-active/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/position/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/nodes/positions/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/nodes/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/nodes/subtasks/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/notes/[id]/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/notes/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/open/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/annotations/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/approve/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/history/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/markdown/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/presence/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/plan/verdict/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/reset/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/settings/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/stream/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/version/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/workspace/activate/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/api/workspace/route-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/app/{layout-2a51aad13d2ead37.js → layout-d4b764b7fd4ec5c6.js} +1 -1
- package/.next/static/chunks/app/map/{page-372190c290ac7c11.js → page-621463528037d2d0.js} +1 -1
- package/.next/static/chunks/app/plan/{page-33f773c27042a370.js → page-95a91a84bb930fc3.js} +1 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c1b5e3c2b2451a38.js +1 -0
- package/.next/static/gRhUG5vdhfWUACit2_jxj/_buildManifest.js +1 -0
- package/.next/trace +37 -37
- package/.next/trace-build +1 -1
- package/.next/types/routes.d.ts +1 -2
- package/.next/types/validator.ts +0 -9
- package/dist/bin/doctor.js +1 -1
- package/dist/bin/hook.js +1 -1
- package/dist/bin/mcp.js +3 -3
- package/dist/bin/plan.js +1 -1
- package/dist/bin/uninstall.js +1 -1
- package/dist/lib/assets.js +1 -1
- package/dist/lib/global-install.js +1 -1
- package/package.json +1 -2
- package/.next/server/app/api/context/embed-backfill/route.js +0 -1
- package/.next/server/app/api/context/embed-backfill/route.js.nft.json +0 -1
- package/.next/server/app/api/context/embed-backfill/route_client-reference-manifest.js +0 -1
- package/.next/server/chunks/6537.js +0 -1
- package/.next/server/chunks/6636.js +0 -1
- package/.next/server/chunks/6911.js +0 -1
- package/.next/server/chunks/8216.js +0 -1
- package/.next/server/chunks/9353.js +0 -1
- package/.next/static/0iRi3qaAhwRK-PeUsJDYf/_buildManifest.js +0 -1
- package/.next/static/chunks/3578-63ae773de1f640f9.js +0 -1
- package/.next/static/chunks/app/_global-error/page-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/code-graph/position/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/code-graph/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/context/embed-backfill/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/context/feature/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/context/file/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/context/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/db/backfill-access/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/db/position/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/db/relations/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/db/tables/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/draft/approve/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/draft/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/draft/status/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/edges/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/edges/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/endpoints/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/entities/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/feedback/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/feedback/[id]/vote/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/feedback/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/ingest/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/init/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/describe/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/files/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/finish/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/start/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/map/touch-active/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/position/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/nodes/positions/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/nodes/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/nodes/subtasks/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/notes/[id]/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/notes/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/open/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/annotations/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/approve/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/history/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/markdown/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/presence/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/plan/verdict/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/reset/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/settings/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/stream/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/version/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/workspace/activate/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/app/api/workspace/route-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-4081e232089c9f2e.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-4081e232089c9f2e.js +0 -1
- package/.next/types/app/api/context/embed-backfill/route.ts +0 -351
- /package/.next/static/{0iRi3qaAhwRK-PeUsJDYf → gRhUG5vdhfWUACit2_jxj}/_ssgManifest.js +0 -0
package/.next/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":6651756,"timestamp":219586078953,"id":14,"parentId":1,"tags":{},"startTime":1781034306043,"traceId":"3a39d7db55298b93"},{"name":"run-typescript","duration":3000389,"timestamp":219592731943,"id":3856,"parentId":1,"tags":{},"startTime":1781034312696,"traceId":"3a39d7db55298b93"},{"name":"static-check","duration":345975,"timestamp":219595738290,"id":3859,"parentId":1,"tags":{},"startTime":1781034315702,"traceId":"3a39d7db55298b93"},{"name":"static-generation","duration":989645,"timestamp":219596447791,"id":3987,"parentId":1,"tags":{},"startTime":1781034316412,"traceId":"3a39d7db55298b93"},{"name":"collect-build-traces","duration":3467187,"timestamp":219596085684,"id":3984,"parentId":1,"tags":{},"startTime":1781034316050,"traceId":"3a39d7db55298b93"},{"name":"telemetry-flush","duration":19,"timestamp":219599554378,"id":3996,"parentId":1,"tags":{},"startTime":1781034319518,"traceId":"3a39d7db55298b93"},{"name":"next-build","duration":13514241,"timestamp":219586040161,"id":1,"tags":{"buildMode":"default","version":"16.2.7","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1781034306004,"traceId":"3a39d7db55298b93"}]
|
package/.next/types/routes.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Do not edit this file manually
|
|
3
3
|
|
|
4
4
|
type AppRoutes = "/" | "/docs" | "/feedback" | "/help" | "/map" | "/plan" | "/settings"
|
|
5
|
-
type AppRouteHandlerRoutes = "/api/code-graph" | "/api/code-graph/position" | "/api/context" | "/api/context/
|
|
5
|
+
type AppRouteHandlerRoutes = "/api/code-graph" | "/api/code-graph/position" | "/api/context" | "/api/context/feature" | "/api/context/file" | "/api/db/backfill-access" | "/api/db/position" | "/api/db/reconcile-endpoints" | "/api/db/relations/[id]" | "/api/db/tables/[id]" | "/api/draft" | "/api/draft/approve" | "/api/draft/status" | "/api/edges" | "/api/edges/[id]" | "/api/endpoints/[id]" | "/api/entities" | "/api/feedback" | "/api/feedback/[id]" | "/api/feedback/[id]/vote" | "/api/ingest" | "/api/init" | "/api/map" | "/api/map/describe" | "/api/map/files" | "/api/map/finish" | "/api/map/start" | "/api/map/touch-active" | "/api/nodes" | "/api/nodes/[id]" | "/api/nodes/[id]/position" | "/api/nodes/positions" | "/api/nodes/subtasks" | "/api/notes" | "/api/notes/[id]" | "/api/open" | "/api/plan" | "/api/plan/annotations" | "/api/plan/approve" | "/api/plan/history" | "/api/plan/markdown" | "/api/plan/presence" | "/api/plan/verdict" | "/api/preferences" | "/api/reset" | "/api/settings" | "/api/stream" | "/api/version" | "/api/workspace" | "/api/workspace/activate"
|
|
6
6
|
type PageRoutes = never
|
|
7
7
|
type LayoutRoutes = "/"
|
|
8
8
|
type RedirectRoutes = never
|
|
@@ -15,7 +15,6 @@ interface ParamMap {
|
|
|
15
15
|
"/api/code-graph": {}
|
|
16
16
|
"/api/code-graph/position": {}
|
|
17
17
|
"/api/context": {}
|
|
18
|
-
"/api/context/embed-backfill": {}
|
|
19
18
|
"/api/context/feature": {}
|
|
20
19
|
"/api/context/file": {}
|
|
21
20
|
"/api/db/backfill-access": {}
|
package/.next/types/validator.ts
CHANGED
|
@@ -128,15 +128,6 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|
|
128
128
|
type __Unused = __Check
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
// Validate ../../app/api/context/embed-backfill/route.ts
|
|
132
|
-
{
|
|
133
|
-
type __IsExpected<Specific extends RouteHandlerConfig<"/api/context/embed-backfill">> = Specific
|
|
134
|
-
const handler = {} as typeof import("../../app/api/context/embed-backfill/route.js")
|
|
135
|
-
type __Check = __IsExpected<typeof handler>
|
|
136
|
-
// @ts-ignore
|
|
137
|
-
type __Unused = __Check
|
|
138
|
-
}
|
|
139
|
-
|
|
140
131
|
// Validate ../../app/api/context/feature/route.ts
|
|
141
132
|
{
|
|
142
133
|
type __IsExpected<Specific extends RouteHandlerConfig<"/api/context/feature">> = Specific
|
package/dist/bin/doctor.js
CHANGED
|
@@ -143,7 +143,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
143
143
|
`,F="<!-- beacon:workflow:start -->",S="<!-- beacon:workflow:end -->",XQ;var m=QQ(()=>{XQ=`${F}
|
|
144
144
|
## Beacon \u2014 feature workflow
|
|
145
145
|
|
|
146
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
146
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
147
147
|
|
|
148
148
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
149
149
|
|
package/dist/bin/hook.js
CHANGED
|
@@ -143,7 +143,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
143
143
|
`,M="<!-- beacon:workflow:start -->",A="<!-- beacon:workflow:end -->",t;var r=n(()=>{t=`${M}
|
|
144
144
|
## Beacon \u2014 feature workflow
|
|
145
145
|
|
|
146
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
146
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
147
147
|
|
|
148
148
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
149
149
|
|
package/dist/bin/mcp.js
CHANGED
|
@@ -143,7 +143,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
143
143
|
`,$0="<!-- beacon:workflow:start -->",W0="<!-- beacon:workflow:end -->",m0;var d0=b0(()=>{m0=`${$0}
|
|
144
144
|
## Beacon \u2014 feature workflow
|
|
145
145
|
|
|
146
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
146
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
147
147
|
|
|
148
148
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
149
149
|
|
|
@@ -224,7 +224,7 @@ ${Q}
|
|
|
224
224
|
|
|
225
225
|
`).trimStart();return J0(s(),Z),!0}function V$(){let $={};for(let Z of w0)$[Z]=n0(Z);let Q={};for(let Z of q0)Q[Z.event]=n5({event:Z.event,command:Z.command});return{homeExists:P0(z()),skills:$,hooks:Q,claudeMdBlock:r0()}}async function t5(){let{INIT_SKILL:$,REFRESH_SKILL:Q,PLAN_SKILL:Z}=await Promise.resolve().then(() => (d0(),s0)),X={"beacon-init":$,"beacon-refresh":Q,"beacon-plan":Z},V=[];for(let N of w0){if(!n0(N))V.push(N);s5(N,X[N])}let H=0;for(let N of q0)if(o5({event:N.event,matcher:N.matcher,command:N.command}))H++;let B=r0();return r5(l5),{skillsAdded:V,hooksAdded:H,claudeMdBlockTouched:!B}}async function i0(){try{return{ok:!0,...await t5()}}catch($){return{ok:!1,error:$ instanceof Error?$.message:String($),skillsAdded:[],hooksAdded:0,claudeMdBlockTouched:!1}}}function H$(){let $=[];for(let X of w0)if(d5(X))$.push(X);let Q=0;for(let X of q0)if(a5(X))Q++;let Z=i5();return{skillsRemoved:$,hooksRemoved:Q,claudeMdBlockRemoved:Z}}import{AsyncLocalStorage as N9}from"async_hooks";import{spawnSync as K9}from"child_process";import{createHash as M9}from"crypto";import{existsSync as Z5,mkdirSync as Y0,readFileSync as J5,writeFileSync as X5}from"fs";import{homedir as W9}from"os";import{basename as U9,join as b}from"path";function d(){return process.env.BEACON_HOME||b(W9(),".beacon")}function v0(){return b(d(),"workspaces.json")}function V0($){return M9("sha256").update($).digest("hex").slice(0,12)}function Y5($=process.cwd()){let Q=K9("git",["rev-parse","--show-toplevel"],{cwd:$,stdio:["ignore","pipe","ignore"]});if(Q.status===0){let Z=Q.stdout?.toString().trim();if(Z)return Z}return $}function A0($){return b(d(),$)}function R0($){return`file:${b(A0($),"db.sqlite")}`}function o(){try{let $=JSON.parse(J5(v0(),"utf8"));return Array.isArray($)?$:[]}catch{return[]}}function E0($){Y0(d(),{recursive:!0}),X5(v0(),JSON.stringify($,null,2))}function P9(){return o().sort(($,Q)=>Q.lastOpenedAt.localeCompare($.lastOpenedAt))}function h($){return o().find((Q)=>Q.id===$)??null}function _0($,Q,Z=new Date().toISOString()){let X=V0($),V=o(),H=V.find((K)=>K.id===X),B={id:X,path:$,name:Q||H?.name||U9($),lastOpenedAt:Z},N=[B,...V.filter((K)=>K.id!==X)];return Y0(A0(X),{recursive:!0}),E0(N),B}function D$($,Q=new Date().toISOString()){let Z=o(),X=Z.find((V)=>V.id===$);if(!X)return;X.lastOpenedAt=Q,E0(Z)}function F$($){if(E0(o().filter((Q)=>Q.id!==$)),n()===$)C9(P9()[0]?.id??null)}function V5(){return b(d(),"active")}function n(){try{return J5(V5(),"utf8").trim()||null}catch{return null}}function C9($){Y0(d(),{recursive:!0}),X5(V5(),$??"")}function v$(){let $=n();return $?h($):null}function A$(){let $=L0()??n();return $?h($):null}function R$($){return h($)?.path??null}function E$(){return Z5(v0())}var H5="beacon_ws";function G5($,Q){let Z=$.headers.get("cookie");if(!Z)return null;for(let X of Z.split(";")){let V=X.indexOf("=");if(V===-1)continue;if(X.slice(0,V).trim()===Q)return decodeURIComponent(X.slice(V+1).trim())}return null}function _$($){let Q=$.headers.get("x-beacon-workspace");if(Q&&h(Q))return Q;let Z=G5($,H5);if(Z&&h(Z))return Z;return null}var I0="x-beacon-workspace-path";async function I$($){let Q=$.headers.get("x-beacon-workspace");if(Q&&h(Q))return Q;let Z=$.headers.get(I0);if(Z&&(!Q||V0(Z)===Q)){let V=_0(Z);return await k0(V.id),V.id}let X=G5($,H5);if(X&&h(X))return X;return null}var B5=new N9;function O9($,Q){return $?B5.run($,Q):Q()}function L0(){return B5.getStore()??null}var Q5=new Set;async function k0($){let Q=A0($),Z=b(Q,"db.sqlite"),X=Z5(Z);if(X&&Q5.has(Z))return{ok:!0,created:!1,migrated:!1};try{Y0(Q,{recursive:!0});let{provisionDb:V}=await $5().then(() => e0),H=await V(R0($));return Q5.add(Z),{ok:!0,created:!X,migrated:X&&H.migrated}}catch(V){return{ok:!1,created:!1,migrated:!1,error:V instanceof Error?V.message:String(V)}}}import{McpServer as t9,ResourceTemplate as f0}from"@modelcontextprotocol/sdk/server/mcp.js";import{StdioServerTransport as e9}from"@modelcontextprotocol/sdk/server/stdio.js";import{z as J}from"zod";import{z as G}from"zod";var w9=new Set(["GET","HEAD","OPTIONS"]);function j5($){return w9.has($.trim().toUpperCase())?"read":"write"}var q9=G.preprocess(($)=>{if(typeof $==="string"){let[Q,...Z]=$.trim().split(/\s+/);return{name:Q,type:Z.join(" ")||"text"}}return $},G.object({name:G.string().trim().min(1),type:G.string().trim().min(1),isPk:G.boolean().optional(),isFk:G.boolean().optional(),nullable:G.boolean().optional(),note:G.string().nullish()})),N5=G.object({name:G.string().trim().min(1),domain:G.string().nullish(),description:G.string().nullish(),columns:G.array(q9).default([])}),K5=G.object({fromTable:G.string(),fromColumn:G.string(),toTable:G.string(),toColumn:G.string(),label:G.string().nullish()}),M5=G.object({method:G.string().trim().min(1),path:G.string().trim().min(1),domain:G.string().nullish(),description:G.string().nullish(),uses:G.array(G.object({table:G.string().trim().min(1),access:G.string().optional()})).default([])}).transform(($)=>({...$,uses:$.uses.map((Q)=>({...Q,access:Q.access??j5($.method)}))})),h$=G.object({tables:G.array(N5).default([]),relations:G.array(K5).default([]),endpoints:G.array(M5).default([])});import{z as R}from"zod";import{and as $Q,eq as QQ,inArray as ZQ}from"drizzle-orm";import{drizzle as p9}from"drizzle-orm/libsql";import{createClient as c9}from"@libsql/client";var T0={};e(T0,{tag:()=>m,syncState:()=>A9,projectMeta:()=>E9,note:()=>v9,nodeTags:()=>y,nodeFile:()=>a,node:()=>U,endpointTable:()=>g,endpoint:()=>p,edge:()=>S,draftTable:()=>A,draftRelation:()=>f,draftColumn:()=>i,dbTable:()=>w,dbRelation:()=>x,dbColumn:()=>r,codeFileEdge:()=>u,codeFile:()=>L,appSetting:()=>R9});import{sqliteTable as P,index as W,foreignKey as D9,text as Y,integer as j,real as v,uniqueIndex as k,primaryKey as F9}from"drizzle-orm/sqlite-core";import{createId as F}from"@paralleldrive/cuid2";var U=P("Node",{id:Y().primaryKey().$defaultFn(()=>F()),view:Y().notNull(),cluster:Y(),title:Y().notNull(),role:Y(),plain:Y(),status:Y().default("PENDING").notNull(),priority:j().default(2).notNull(),progress:j().default(0).notNull(),x:v().default(0).notNull(),y:v().default(0).notNull(),sourceRef:Y(),externalId:Y(),source:Y().default("MANUAL").notNull(),parentId:Y(),createdAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date),embedding:Y()},($)=>[W("Node_cluster_idx").on($.cluster),W("Node_parentId_idx").on($.parentId),W("Node_view_idx").on($.view),D9(()=>({columns:[$.parentId],foreignColumns:[$.id],name:"Node_parentId_Node_id_fk"})).onUpdate("cascade").onDelete("cascade")]),a=P("NodeFile",{id:Y().primaryKey().$defaultFn(()=>F()),nodeId:Y().notNull().references(()=>U.id,{onDelete:"cascade",onUpdate:"cascade"}),path:Y().notNull()},($)=>[k("NodeFile_nodeId_path_key").on($.nodeId,$.path),W("NodeFile_nodeId_idx").on($.nodeId)]),m=P("Tag",{id:Y().primaryKey().$defaultFn(()=>F()),label:Y().notNull(),color:Y()},($)=>[k("Tag_label_key").on($.label)]),S=P("Edge",{id:Y().primaryKey().$defaultFn(()=>F()),fromId:Y().notNull().references(()=>U.id,{onDelete:"cascade",onUpdate:"cascade"}),toId:Y().notNull().references(()=>U.id,{onDelete:"cascade",onUpdate:"cascade"}),kind:Y().default("DEPENDS").notNull(),label:Y(),sourceHandle:Y(),targetHandle:Y()},($)=>[k("Edge_fromId_toId_kind_key").on($.fromId,$.toId,$.kind),W("Edge_toId_idx").on($.toId),W("Edge_fromId_idx").on($.fromId)]),y=P("_NodeTags",{a:Y("A").notNull().references(()=>U.id,{onDelete:"cascade",onUpdate:"cascade"}),b:Y("B").notNull().references(()=>m.id,{onDelete:"cascade",onUpdate:"cascade"})},($)=>[k("_NodeTags_AB_unique").on($.a,$.b),W("_NodeTags_B_index").on($.b)]),v9=P("Note",{id:Y().primaryKey().$defaultFn(()=>F()),title:Y().default("Untitled").notNull(),body:Y().default("").notNull(),ord:v().default(0).notNull(),pinned:j({mode:"boolean"}).default(!1).notNull(),createdAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)},($)=>[W("Note_updatedAt_idx").on($.updatedAt)]),w=P("DbTable",{id:Y().primaryKey().$defaultFn(()=>F()),name:Y().notNull(),domain:Y(),description:Y(),source:Y().default("MANUAL").notNull(),x:v().default(0).notNull(),y:v().default(0).notNull(),createdAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)},($)=>[W("DbTable_domain_idx").on($.domain),k("DbTable_name_key").on($.name)]),r=P("DbColumn",{id:Y().primaryKey().$defaultFn(()=>F()),tableId:Y().notNull().references(()=>w.id,{onDelete:"cascade",onUpdate:"cascade"}),name:Y().notNull(),type:Y().notNull(),isPk:j({mode:"boolean"}).default(!1).notNull(),isFk:j({mode:"boolean"}).default(!1).notNull(),nullable:j({mode:"boolean"}).default(!0).notNull(),note:Y(),ord:j().default(0).notNull()},($)=>[k("DbColumn_tableId_name_key").on($.tableId,$.name),W("DbColumn_tableId_idx").on($.tableId)]),x=P("DbRelation",{id:Y().primaryKey().$defaultFn(()=>F()),fromTableId:Y().notNull().references(()=>w.id,{onDelete:"cascade",onUpdate:"cascade"}),toTableId:Y().notNull().references(()=>w.id,{onDelete:"cascade",onUpdate:"cascade"}),fromColumn:Y().notNull(),toColumn:Y().notNull(),label:Y()},($)=>[W("DbRelation_toTableId_idx").on($.toTableId),W("DbRelation_fromTableId_idx").on($.fromTableId)]),p=P("Endpoint",{id:Y().primaryKey().$defaultFn(()=>F()),method:Y().notNull(),path:Y().notNull(),domain:Y(),description:Y(),source:Y().default("MANUAL").notNull(),x:v().default(0).notNull(),y:v().default(0).notNull(),createdAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)},($)=>[k("Endpoint_method_path_key").on($.method,$.path),W("Endpoint_domain_idx").on($.domain)]),g=P("EndpointTable",{id:Y().primaryKey().$defaultFn(()=>F()),endpointId:Y().notNull().references(()=>p.id,{onDelete:"cascade",onUpdate:"cascade"}),tableId:Y().notNull().references(()=>w.id,{onDelete:"cascade",onUpdate:"cascade"}),access:Y().default("read").notNull()},($)=>[k("EndpointTable_endpointId_tableId_key").on($.endpointId,$.tableId),W("EndpointTable_tableId_idx").on($.tableId)]),A=P("DraftTable",{id:Y().primaryKey().$defaultFn(()=>F()),name:Y().notNull(),domain:Y(),description:Y(),x:v().default(0).notNull(),y:v().default(0).notNull(),createdAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date)},($)=>[k("DraftTable_name_key").on($.name)]),i=P("DraftColumn",{id:Y().primaryKey().$defaultFn(()=>F()),tableId:Y().notNull().references(()=>A.id,{onDelete:"cascade",onUpdate:"cascade"}),name:Y().notNull(),type:Y().notNull(),isPk:j({mode:"boolean"}).default(!1).notNull(),isFk:j({mode:"boolean"}).default(!1).notNull(),nullable:j({mode:"boolean"}).default(!0).notNull(),note:Y(),ord:j().default(0).notNull()},($)=>[W("DraftColumn_tableId_idx").on($.tableId)]),f=P("DraftRelation",{id:Y().primaryKey().$defaultFn(()=>F()),fromTableId:Y().notNull().references(()=>A.id,{onDelete:"cascade",onUpdate:"cascade"}),toTableId:Y().notNull().references(()=>A.id,{onDelete:"cascade",onUpdate:"cascade"}),fromColumn:Y().notNull(),toColumn:Y().notNull(),label:Y()},($)=>[W("DraftRelation_toTableId_idx").on($.toTableId),W("DraftRelation_fromTableId_idx").on($.fromTableId)]),L=P("CodeFile",{path:Y().primaryKey(),root:Y(),lang:Y(),x:v().default(0).notNull(),y:v().default(0).notNull(),mtimeMs:v(),size:j(),inDegree:j().default(0).notNull(),outDegree:j().default(0).notNull(),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)}),u=P("CodeFileEdge",{fromPath:Y().notNull().references(()=>L.path,{onDelete:"cascade",onUpdate:"cascade"}),toPath:Y().notNull().references(()=>L.path,{onDelete:"cascade",onUpdate:"cascade"}),circular:j({mode:"boolean"}).default(!1).notNull()},($)=>[W("CodeFileEdge_circular_idx").on($.circular),W("CodeFileEdge_toPath_idx").on($.toPath),W("CodeFileEdge_fromPath_idx").on($.fromPath),F9({columns:[$.fromPath,$.toPath],name:"CodeFileEdge_fromPath_toPath_pk"})]),A9=P("SyncState",{id:Y().primaryKey().default("singleton"),version:j().default(0).notNull(),codeGraphSyncedAt:j({mode:"timestamp_ms"}),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)}),R9=P("AppSetting",{id:Y().primaryKey().default("singleton"),intelModel:Y().default("claude-haiku-4-5").notNull(),intelProvider:Y().default("auto").notNull(),editor:Y().default("auto").notNull(),currentFeatureId:Y(),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)}),E9=P("ProjectMeta",{id:Y().primaryKey().default("singleton"),overview:Y(),conventions:Y().default("[]").notNull(),updatedAt:j({mode:"timestamp_ms"}).notNull().$defaultFn(()=>new Date).$onUpdate(()=>new Date)});var S0={};e(S0,{tagRelations:()=>L9,nodeTagsRelations:()=>k9,nodeRelations:()=>_9,nodeFileRelations:()=>I9,endpointTableRelations:()=>g9,endpointRelations:()=>x9,edgeRelations:()=>T9,draftTableRelations:()=>f9,draftRelationRelations:()=>z9,draftColumnRelations:()=>u9,dbTableRelations:()=>S9,dbRelationRelations:()=>y9,dbColumnRelations:()=>h9,codeFileRelations:()=>b9,codeFileEdgeRelations:()=>m9});import{relations as q}from"drizzle-orm";var _9=q(U,({one:$,many:Q})=>({files:Q(a),nodeTags:Q(y),edgesOut:Q(S,{relationName:"EdgeFrom"}),edgesIn:Q(S,{relationName:"EdgeTo"}),parent:$(U,{fields:[U.parentId],references:[U.id],relationName:"NodeTree"}),children:Q(U,{relationName:"NodeTree"})})),I9=q(a,({one:$})=>({node:$(U,{fields:[a.nodeId],references:[U.id]})})),L9=q(m,({many:$})=>({nodeTags:$(y)})),k9=q(y,({one:$})=>({node:$(U,{fields:[y.a],references:[U.id]}),tag:$(m,{fields:[y.b],references:[m.id]})})),T9=q(S,({one:$})=>({from:$(U,{fields:[S.fromId],references:[U.id],relationName:"EdgeFrom"}),to:$(U,{fields:[S.toId],references:[U.id],relationName:"EdgeTo"})})),S9=q(w,({many:$})=>({columns:$(r),fksOut:$(x,{relationName:"FkFrom"}),fksIn:$(x,{relationName:"FkTo"}),usages:$(g)})),h9=q(r,({one:$})=>({table:$(w,{fields:[r.tableId],references:[w.id]})})),y9=q(x,({one:$})=>({fromTable:$(w,{fields:[x.fromTableId],references:[w.id],relationName:"FkFrom"}),toTable:$(w,{fields:[x.toTableId],references:[w.id],relationName:"FkTo"})})),x9=q(p,({many:$})=>({tables:$(g)})),g9=q(g,({one:$})=>({endpoint:$(p,{fields:[g.endpointId],references:[p.id]}),table:$(w,{fields:[g.tableId],references:[w.id]})})),f9=q(A,({many:$})=>({columns:$(i),fksOut:$(f,{relationName:"DraftFkFrom"}),fksIn:$(f,{relationName:"DraftFkTo"})})),u9=q(i,({one:$})=>({table:$(A,{fields:[i.tableId],references:[A.id]})})),z9=q(f,({one:$})=>({fromTable:$(A,{fields:[f.fromTableId],references:[A.id],relationName:"DraftFkFrom"}),toTable:$(A,{fields:[f.toTableId],references:[A.id],relationName:"DraftFkTo"})})),b9=q(L,({many:$})=>({edgesOut:$(u,{relationName:"CFEFrom"}),edgesIn:$(u,{relationName:"CFETo"})})),m9=q(u,({one:$})=>({fromFile:$(L,{fields:[u.fromPath],references:[L.path],relationName:"CFEFrom"}),toFile:$(L,{fields:[u.toPath],references:[L.path],relationName:"CFETo"})}));var l9={...T0,...S0};function s9(){let $=process.env.DATABASE_URL;if($&&/^(file:|libsql:|wss?:|https?:|:memory:)/i.test($))return $;return"file:./dev.db"}var d9=s9();function U5($){let Q=c9({url:$});return Q.execute("PRAGMA foreign_keys = ON;"),p9(Q,{schema:l9})}var y0=globalThis,h0=y0.dzDefault??U5(d9);y0.dzDefault=h0;var W5=y0.dzByUrl??=new Map;function o9($){let Q=W5.get($);if(!Q)Q=U5($),W5.set($,Q);return Q}function n9(){if(process.env.BEACON_REPO)return h0;let $=L0()??n();if(!$)return h0;return o9(R0($))}var a9=new Proxy({},{get($,Q){let Z=n9(),X=Z[Q];return typeof X==="function"?X.bind(Z):X}});import{forceCenter as s$,forceCollide as d$,forceLink as o$,forceManyBody as n$,forceSimulation as a$}from"d3-force";var P5=R.object({title:R.string().trim().min(1),role:R.string().nullish(),plain:R.string().nullish(),cluster:R.string().nullish(),category:R.string().nullish(),domain:R.string().nullish(),priority:R.number().nullish(),dependsOn:R.array(R.string()).nullish()}).transform(({category:$,domain:Q,priority:Z,...X})=>({...X,cluster:X.cluster??$??Q??null,priority:Z==null?null:Math.max(0,Math.min(3,Math.round(Z)))})),VQ=R.object({features:R.array(P5).default([])});var r9=/(\bmigrations?\b|\balembic\b|make revision|prisma migrate|unique\s?constraint|foreign\s?keys?|primary\s?keys?|\bFKs?\b|\bJSONB\b|create\s+table|alter\s+table|add\s+(a\s+)?column|new\s+(table|model|column)|app\/models\/|\bBaseModel\b|DeclarativeBase|schema\.prisma|@@unique|natural\s+keys?|\bpgvector\b|\bTSVECTOR\b|\bDbTable\b)/i;function C5($){return!!$&&r9.test($)}function i9($){return $.cluster??$.category??$.domain??null}function O5($){let Q=$.map((Z)=>{let X=[],V=i9(Z);if(!V||!V.trim())X.push("category");if(Z.priority==null)X.push("priority");return X.length?` \u2022 "${Z.title?.trim()||"(untitled)"}" \u2014 missing ${X.join(" + ")}`:null}).filter((Z)=>Z!==null);if(Q.length===0)return null;return"\u26D4 Every roadmap feature needs a category AND a priority \u2014 they drive grouping and ordering "+`on the board, and the user shouldn't have to add them by hand. Missing:
|
|
226
226
|
`+Q.join(`
|
|
227
|
-
`)+"\n\nRe-present with each feature carrying its category as `category` (or `cluster` \u2014 both "+"work; e.g. AUTH, SEARCH, DATA, INTEL, BILLING \u2026) and `priority` (0 = P0 critical, 1 = P1 "+"high, 2 = P2 medium, 3 = P3 low). Set BOTH on EVERY feature; don't rely on defaults."}var x0=1500,UQ=345600000,g0=1800000,w5=3000;function t($){return $.toLowerCase().normalize("NFD").replace(/[\u0300-\u036F]/g,"").replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,50)||"item"}function q5($){return`${t($.title)}-${$.id.slice(-6)}`}function D5($){return{resources:$.map((Q)=>({uri:`
|
|
227
|
+
`)+"\n\nRe-present with each feature carrying its category as `category` (or `cluster` \u2014 both "+"work; e.g. AUTH, SEARCH, DATA, INTEL, BILLING \u2026) and `priority` (0 = P0 critical, 1 = P1 "+"high, 2 = P2 medium, 3 = P3 low). Set BOTH on EVERY feature; don't rely on defaults."}var x0=1500,UQ=345600000,g0=1800000,w5=3000;function t($){return $.toLowerCase().normalize("NFD").replace(/[\u0300-\u036F]/g,"").replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,50)||"item"}function q5($){return`${t($.title)}-${$.id.slice(-6)}`}function D5($){return{resources:$.map((Q)=>({uri:`note://${q5(Q)}`,name:Q.title||"Untitled",description:`${Q.title||"Untitled"}${Q.pinned?" \xB7 pinned":""} \xB7 note`,mimeType:"text/markdown"}))}}function F5($,Q){return $.find((Z)=>q5(Z)===Q)}function v5($){let Q=$.body.trim()||"(this note is empty)";return[`# ${$.title||"Untitled"}`,"","_User note from Beacon. To turn it into roadmap work, call `beacon_propose_plan` \u2014"+" checkbox `- [ ]` / `- [x]` items become subtasks, and order the features with `dependsOn`. Do NOT implement until it returns approval._","","---","",Q].join(`
|
|
228
228
|
`)}await i0();var u0=process.env.BEACON_URL||`http://localhost:${process.env.PORT||4319}`,z0=Y5(),B0=V0(z0);try{_0(z0);let $=await k0(B0);if(!$.ok)console.error(`[beacon mcp] db provisioning failed: ${$.error}`)}catch($){console.error(`[beacon mcp] workspace registration failed: ${$ instanceof Error?$.message:$}`)}async function E($,Q){let Z=new Headers(Q?.headers);Z.set("x-beacon-workspace",B0),Z.set(I0,z0);let X=await fetch(`${u0}${$}`,{...Q,headers:Z}),V=await X.text();if(!X.ok)throw Error(`Beacon ${$} -> ${X.status} ${V}`);return V?JSON.parse(V):null}function c($,Q){return E($,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(Q)})}function R5($){let Q=$ instanceof Error?$.message:String($),Z=Q.match(/\{[\s\S]*\}$/);if(Z)try{let X=JSON.parse(Z[0]);if(X?.error)return{content:[{type:"text",text:X.error}],isError:!0}}catch{}return{content:[{type:"text",text:Q}],isError:!0}}var D=new t9({name:"beacon",version:"0.1.0"});D.registerTool("beacon_map",{description:"List existing features on the roadmap. Call before starting work."},async()=>{let $=await E("/api/map");return{content:[{type:"text",text:JSON.stringify($,null,2)}]}});D.registerTool("beacon_start_feature",{description:"Flag that you're working on a feature. If the title matches an existing feature it just marks it IN_PROGRESS (no category needed); if it's NEW it creates the node \u2014 and a new feature REQUIRES a `category`. Call beacon_map first so you reuse an existing feature/category instead of duplicating one.",inputSchema:{title:J.string(),id:J.string().optional().describe("node id from beacon_map (preferred)"),category:J.string().optional().describe("Domain lane for a NEW feature: AUTH | SEARCH | DATA | INTEL | BILLING | INFRA | UI | \u2026 REQUIRED when this creates a new top-level feature; reuse a category already on the board. Ignored when flagging an existing feature or nesting under a `front` (inherits the parent's)."),front:J.string().optional().describe("Title of an EXISTING parent feature to nest this under (draws the parent \u2192 child edge). It must match a real feature \u2014 it is NOT a domain tag (use `category` for the domain). A `front` that matches nothing is REJECTED; create the parent first via beacon_propose_plan."),detail:J.string().optional().describe("One-line plain-language description shown on the canvas card. Replaced later by beacon_describe_feature's markdown when the work is done.")}},async({title:$,id:Q,front:Z,detail:X,category:V})=>{try{let H=await c("/api/map/start",{title:$,id:Q,front:Z,detail:X,category:V});return{content:[{type:"text",text:JSON.stringify(H)}]}}catch(H){return R5(H)}});D.registerTool("beacon_add_subtasks",{description:"Add N sub-tasks under an existing feature in one call. Use when the user says 'add these as subtasks to <feature>' or you want to record follow-ups discovered during work. Parent resolves by `parentId` (preferred \u2014 get it from beacon_map / beacon_entities) or by `parentTitle` (fuzzy-matched against top-level features). Children inherit the parent's view and cluster and land in a row beneath it; bumps the sync version so an open /map canvas refreshes.",inputSchema:{parentId:J.string().optional().describe("node id of the parent feature (preferred)"),parentTitle:J.string().optional().describe("fuzzy title of the parent feature; ignored if parentId is provided"),items:J.array(J.object({title:J.string().describe("short sub-task title"),plain:J.string().optional().describe("one-paragraph description / why / acceptance hint")})).describe("the sub-tasks to add")}},async({parentId:$,parentTitle:Q,items:Z})=>{try{let X=await c("/api/nodes/subtasks",{parentId:$,parentTitle:Q,items:Z});return{content:[{type:"text",text:JSON.stringify(X,null,2)}]}}catch(X){return R5(X)}});D.registerTool("beacon_describe_feature",{description:"Call ONCE at the end of a feature: marks status=DONE, records the files you touched (kept on the FEATURE for context), and replaces the node's description with `description` markdown. Subsumes touch_files + finish_feature. If the feature added or materially changed a REAL architectural component (a subsystem \u2014 never a file), also pass `architecture` to keep the Architecture map accurate.",inputSchema:{description:J.string().describe("Markdown: ### Overview ... ### Files - `path` \u2014 what it does"),files:J.array(J.string()).optional().describe("repo-relative files this feature touches"),id:J.string().optional().describe("node id from beacon_map (preferred over title)"),title:J.string().optional().describe("feature title (fuzzy-matched if no id)"),architecture:J.array(J.object({title:J.string().describe("real component/subsystem name (e.g. 'Plan review loop') \u2014 NEVER a file"),domain:J.string().describe("uppercase lane: PLAN | DATA | UI | MCP | INTEL | \u2026"),role:J.string().optional().describe("one-line technical role"),plain:J.string().optional().describe("one plain-language sentence"),status:J.enum(["KEEP","REBUILD","REPLACE","DROP"]).optional(),files:J.array(J.string()).optional(),depends:J.array(J.string()).optional().describe("titles of components this one depends on")})).optional().describe("Only when the feature adds/changes a REAL architectural component \u2014 upserts curated nodes, never one-per-file")}},async({description:$,files:Q,id:Z,title:X,architecture:V})=>{let H=await c("/api/map/describe",{description:$,files:Q,id:Z,title:X,architecture:V});return{content:[{type:"text",text:JSON.stringify(H)}]}});D.registerTool("beacon_init_persist",{description:"Use ONLY inside the `beacon-init` skill. After YOU (Claude Code) have read the repo and built the architecture analysis, call this once to persist it into Beacon. Replaces any prior init-derived map. Same DB shape as `beacon_propose_plan` for tables/endpoints, but it commits directly (no /plan review step) because the user explicitly invoked init.",inputSchema:{overview:J.string().optional().describe("one-paragraph summary of the project \u2014 written to ProjectMeta + AGENTS.md"),conventions:J.array(J.string()).optional().describe("3-8 concrete conventions/gotchas a contributor must follow"),components:J.array(J.object({title:J.string(),domain:J.string().describe("short UPPERCASE area: AUTH, API, DATA, UI, JOBS, INFRA, \u2026"),role:J.string().optional().describe("one-line technical role"),plain:J.string().optional().describe("one plain-language sentence"),files:J.array(J.string()).optional().describe("repo-relative key files"),depends:J.array(J.string()).optional().describe("titles of other components it depends on")})).describe("8-25 main building blocks, not every file"),roadmap:J.array(J.object({title:J.string(),why:J.string().optional(),category:J.string().optional().describe("category for the board (AUTH | SEARCH | DATA | INTEL | \u2026) \u2014 set it so the item isn't category-less"),priority:J.number().int().min(0).max(3).optional().describe("0=P0 critical .. 3=P3 low")})).optional().describe("3-6 broad strategic directions (NOT detailed tasks); each with a `category` + `priority`. Re-runs DEDUPE roadmap features by title, so re-persisting won't double up existing ones."),snapshot:J.object({tables:J.array(J.object({name:J.string(),domain:J.string().optional(),description:J.string().optional(),columns:J.array(J.object({name:J.string(),type:J.string(),isPk:J.boolean().optional(),isFk:J.boolean().optional(),nullable:J.boolean().optional(),note:J.string().optional()}))})).optional(),relations:J.array(J.object({fromTable:J.string(),fromColumn:J.string(),toTable:J.string(),toColumn:J.string(),label:J.string().optional()})).optional(),endpoints:J.array(J.object({method:J.string(),path:J.string(),domain:J.string().optional(),description:J.string().optional(),uses:J.array(J.object({table:J.string(),access:J.string().optional()})).optional()})).optional()}).optional().describe("optional: also seed /db with the schema you discovered from prisma/SQLAlchemy/etc.")}},async($)=>{let Q=await c("/api/init",$);return{content:[{type:"text",text:JSON.stringify(Q)}]}});D.registerTool("beacon_context_for_feature",{description:"Use BEFORE Glob/Grep/Read when starting work on a feature. Returns a single bundle of everything Beacon knows about it: attached files, what those files import + what imports them (1-hop blast radius from the live code graph), endpoints in the feature's domain + the tables each touches, those tables' FK relations, sibling architecture components, and the project's conventions. Saves an entire discovery-phase round of file reads. Match by id (preferred), exact title, or a natural-language query.",inputSchema:{id:J.string().optional().describe("node id from beacon_map (preferred)"),title:J.string().optional().describe("feature title (case-insensitive contains)"),query:J.string().optional().describe("natural-language phrase \u2014 OR-matched against title + plain description")}},async({id:$,title:Q,query:Z})=>{let X=new URLSearchParams;if($)X.set("id",$);if(Q)X.set("title",Q);if(Z)X.set("query",Z);let V=await E(`/api/context/feature?${X.toString()}`);return{content:[{type:"text",text:JSON.stringify(V,null,2)}]}});D.registerTool("beacon_blast_radius",{description:"For 'if I change this file, what else cares?' \u2014 returns the file's 1-hop imports + importedBy, the TRANSITIVE blast radius both directions (downstream = who depends on it, upstream = what it depends on, grouped by depth), hub/centrality scoring (inDegree/outDegree + isHub), and every feature/component that has the file attached. Use mid-feature when deciding the impact of a change, or before refactoring a hub file.",inputSchema:{path:J.string().describe("repo-relative POSIX file path"),depth:J.number().optional().describe("how far to walk the transitive graph (default 2, capped at 5)")}},async({path:$,depth:Q})=>{let Z=new URLSearchParams({path:$});if(Q!=null)Z.set("depth",String(Q));let X=await E(`/api/context/file?${Z.toString()}`);return{content:[{type:"text",text:JSON.stringify(X,null,2)}]}});D.registerTool("beacon_entities",{description:"Read planning data. `features` = roadmap, `architecture` = components, `tables`/`endpoints` = DB map.",inputSchema:{kind:J.enum(["features","architecture","tables","endpoints"])}},async({kind:$})=>{let Q=await E(`/api/entities?kind=${$}`);return{content:[{type:"text",text:JSON.stringify(Q,null,2)}]}});D.registerTool("beacon_propose_plan",{description:"BLOCKS until the user reviews. Pushes a feature plan (top-level roadmap features + DB tables + endpoints) to Beacon's /plan page. Use when the user asks you to plan a feature. EVERY feature MUST include `cluster` (its category) and `priority` (0=P0 critical .. 3=P3 low) \u2014 the tool REJECTS a plan whose features omit either, so set both on every feature. Do not implement code or migrations until this returns approval. If it returns inline feedback, revise and call again.",inputSchema:{description:J.string().describe("Short summary the user will see in the review header"),features:J.array(J.object({title:J.string(),role:J.string().optional().describe("one-line technical role"),plain:J.string().optional().describe("one plain-language sentence for the user"),category:J.string().optional().describe("REQUIRED category for the board (AUTH | SEARCH | BILLING | DATA | INTEL | \u2026)"),cluster:J.string().optional().describe("alias for `category`"),domain:J.string().optional().describe("alias for `category`"),priority:J.number().int().min(0).max(3).optional().describe("REQUIRED priority: 0=P0 critical, 1=P1 high, 2=P2 medium, 3=P3 low"),dependsOn:J.array(J.string()).optional().describe("titles of other features in THIS plan that must ship first \u2014 drawn as 'depends on' links so the board shows the dependency chain, not loose cards")})).optional().describe("the top-level roadmap features this plan adds"),tables:J.array(J.object({name:J.string(),domain:J.string().optional(),description:J.string().optional(),columns:J.array(J.object({name:J.string(),type:J.string(),isPk:J.boolean().optional(),isFk:J.boolean().optional(),nullable:J.boolean().optional(),note:J.string().optional()}))})).optional(),relations:J.array(J.object({fromTable:J.string(),fromColumn:J.string(),toTable:J.string(),toColumn:J.string(),label:J.string().optional()})).optional(),endpoints:J.array(J.object({method:J.string().describe("GET|POST|PUT|PATCH|DELETE"),path:J.string(),domain:J.string().optional(),description:J.string().optional(),uses:J.array(J.object({table:J.string(),access:J.string().optional()})).optional()})).optional()}},async({description:$,features:Q,tables:Z,relations:X,endpoints:V})=>{let H=(M)=>new Promise((j0)=>setTimeout(j0,M)),B=(M)=>({content:[{type:"text",text:M}]}),N=(Z?.length??0)>0,K=(Q??[]).map((M)=>`${M.title} ${M.role??""} ${M.plain??""}`).join(`
|
|
229
229
|
`),O=(V?.length??0)>0||C5(`${$}
|
|
230
230
|
${K}`);if(!N&&O)return B("\u26D4 This plan touches the database \u2014 it declares endpoints and/or its text describes "+"models/tables/migrations \u2014 but you passed NO `tables`. Beacon's schema board renders "+"ONLY from structured `tables`; prose is never parsed, so the /db tab would be empty and nothing would persist on approve.\n\nRe-call `beacon_propose_plan` with every table in `tables` (each with its `columns`), the `relations` (FKs), and keep the `endpoints` (each with `uses:[{table,access}]`). Mirror EVERY database entity your plan mentions into the structured fields.");if(Q?.length){let M=O5(Q);if(M)return B(M)}let l=(Z?.length??0)+(V?.length??0)>0;await c("/api/plan",{description:$,draft:l?{tables:Z??[],relations:X??[],endpoints:V??[]}:void 0,features:Q?.length?Q:void 0}),await fetch(`${u0}/api/workspace/activate?id=${B0}`).catch(()=>{});let L5=Date.now()+g0;while(Date.now()<L5){await H(x0);let M=await E("/api/plan/verdict").catch(()=>null);if(!M)continue;if(M.kind==="feedback")return B("\uD83D\uDCAC The user left feedback on the plan in Beacon \u2014 text comments and/or edits they "+"made directly on the /map and /db boards. Read everything below, revise the plan accordingly (matching the board changes verbatim), and call `beacon_propose_plan` "+`again with the revised version \u2014 DO NOT implement yet:
|
|
@@ -244,4 +244,4 @@ Implement EXACTLY the schema below (migrations + code) \u2014 the user may have
|
|
|
244
244
|
Implement exactly what's on the board:
|
|
245
245
|
|
|
246
246
|
${H.detail}`:""));if(H.kind==="discarded")return X(`\u274C The user discarded the plan in Beacon. ${H.summary??""} Ask what they want to adjust before presenting again.`.trim())}return X("Still waiting for the user to review in Beacon. Your plan is preserved \u2014 call "+"`beacon_present_plan` again with the SAME plan to resume, or ask whether they've reviewed it.")});var E5=($)=>Array.isArray($)?$[0]:$;async function G0($){return(await E(`/api/entities?kind=${$}`)).items}function _5($,Q){return{resources:$.map((Z)=>({uri:`${Q}${t(Z.title)}`,name:Z.title,description:`${Z.title}${Z.cluster?` \xB7 ${Z.cluster}`:""} \xB7 ${Z.status}`,mimeType:"text/markdown"}))}}async function I5($,Q,Z){let X=(await G0(Z)).find((N)=>t(N.title)===E5(Q));if(!X)return{contents:[{uri:$.href,mimeType:"text/markdown",text:"(not found)"}]};let H=((await E("/api/entities?kind=tables")).items??[]).map((N)=>N.name),B=[`# ${X.title}`];if(X.cluster)B.push(`*Domain:* \`${X.cluster}\``);if(X.status)B.push(`*Status:* \`${X.status}\``);if(B.push(""),B.push(X.plain?.trim()||"(this node has no description yet \u2014 add one on Beacon's /map page)"),B.push("","## Existing DB tables in this project"),B.push(H.length?H.join(", "):"(none yet)"),Z==="features"){let N=await G0("features"),K=[...new Set(N.map((O)=>O.cluster?.trim()).filter((O)=>!!O))].sort();B.push("","## Existing feature categories \u2014 reuse one before inventing a new one"),B.push(K.length?K.join(", "):"(none yet)"),B.push("","## Beacon feature loop \u2014 follow IN ORDER (do not jump to Glob/Grep/Read)","1. **Load context FIRST.** Call `beacon_context_for_feature({ title })` for this feature BEFORE any Glob/Grep/Read. It returns the attached files, 1-hop import blast radius, the domain's endpoints + tables + FK relations, sibling components, and the project conventions \u2014 and marks this feature active so your edits attach to it. That bundle replaces the discovery phase; Glob is a last resort.","2. **Design data before code.** Identify the tables this feature needs. If ANY are missing from the list above, design the schema and call `beacon_propose_plan` (tables + relations + endpoints, each endpoint with `uses:[{table,access}]`). It BLOCKS until the user approves on /plan \u2014 do NOT write migrations or code until it returns approval.","3. **Register at the end.** When the work is done, call `beacon_describe_feature` with the files you touched + a short markdown summary, so the map and AGENTS.md stay accurate for the next session.")}return{contents:[{uri:$.href,mimeType:"text/markdown",text:B.join(`
|
|
247
|
-
`)}]}}D.registerResource("beacon-feature",new f0("
|
|
247
|
+
`)}]}}D.registerResource("beacon-feature",new f0("feature://{slug}",{list:async()=>_5(await G0("features"),"feature://")}),{title:"Beacon: features",description:"Roadmap features \u2014 picking one imports the node's description plus existing-DB context.",mimeType:"text/markdown"},($,{slug:Q})=>I5($,Q,"features"));D.registerResource("beacon-component",new f0("component://{slug}",{list:async()=>_5(await G0("architecture"),"component://")}),{title:"Beacon: architecture",description:"Architecture components \u2014 picking one imports 'what the agent sees'.",mimeType:"text/markdown"},($,{slug:Q})=>I5($,Q,"architecture"));async function A5(){return await E("/api/notes")}D.registerResource("beacon-note",new f0("note://{slug}",{list:async()=>D5(await A5())}),{title:"Beacon: notes",description:"Your Beacon notes \u2014 picking one imports its markdown verbatim so you can turn it into features.",mimeType:"text/markdown"},async($,{slug:Q})=>{let Z=F5(await A5(),E5(Q)),X=Z?v5(Z):"(not found)";return{contents:[{uri:$.href,mimeType:"text/markdown",text:X}]}});await D.connect(new e9);var H0=-1;setInterval(async()=>{try{let{version:$}=await E("/api/version");if(H0===-1)H0=$;else if($!==H0)H0=$,D.sendResourceListChanged()}catch{}},w5);
|
package/dist/bin/plan.js
CHANGED
|
@@ -143,7 +143,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
143
143
|
`,f="<!-- beacon:workflow:start -->",_="<!-- beacon:workflow:end -->",i;var $Q=r(()=>{i=`${f}
|
|
144
144
|
## Beacon \u2014 feature workflow
|
|
145
145
|
|
|
146
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
146
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
147
147
|
|
|
148
148
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
149
149
|
|
package/dist/bin/uninstall.js
CHANGED
|
@@ -143,7 +143,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
143
143
|
`,F="<!-- beacon:workflow:start -->",S="<!-- beacon:workflow:end -->",ZQ;var m=XQ(()=>{ZQ=`${F}
|
|
144
144
|
## Beacon \u2014 feature workflow
|
|
145
145
|
|
|
146
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
146
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
147
147
|
|
|
148
148
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
149
149
|
|
package/dist/lib/assets.js
CHANGED
|
@@ -142,7 +142,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
142
142
|
`,H="<!-- beacon:workflow:start -->",v="<!-- beacon:workflow:end -->",E;var g=A(()=>{E=`${H}
|
|
143
143
|
## Beacon \u2014 feature workflow
|
|
144
144
|
|
|
145
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
145
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
146
146
|
|
|
147
147
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
148
148
|
|
|
@@ -142,7 +142,7 @@ ExitPlanMode with the same \`\`\`beacon block, or tell the user to run \`beacon\
|
|
|
142
142
|
`,B="<!-- beacon:workflow:start -->",M="<!-- beacon:workflow:end -->",k;var y=n(()=>{k=`${B}
|
|
143
143
|
## Beacon \u2014 feature workflow
|
|
144
144
|
|
|
145
|
-
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon
|
|
145
|
+
This project uses Beacon (a local planning/visualization panel; run \`beacon\` to open it). When you start work on a FEATURE \u2014 whether referenced via an \`@beacon:feature://\u2026\` mention, an \`@beacon:note://\u2026\` note the user wrote in the Notes panel (treat its checkbox \`- [ ]\` todos as subtasks and order features by their dependencies), or just described in chat \u2014 follow these steps in order:
|
|
146
146
|
|
|
147
147
|
### 1. Load context FIRST \u2014 do NOT Glob/Grep the codebase blind
|
|
148
148
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trybeacon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "The visual planning surface for the coding agent in your terminal.",
|
|
5
5
|
"homepage": "https://trybeacon.sh",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"@anthropic-ai/sdk": "^0.100.1",
|
|
33
33
|
"@base-ui/react": "^1.5.0",
|
|
34
34
|
"@hookform/resolvers": "^5.4.0",
|
|
35
|
-
"@huggingface/transformers": "^4.2.0",
|
|
36
35
|
"@libsql/client": "^0.17.3",
|
|
37
36
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
38
37
|
"@neondatabase/serverless": "^1.1.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(()=>{var a={};a.id=6372,a.ids=[6372],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},16698:a=>{a.exports=require("node:async_hooks")},19225:(a,b,c)=>{a.exports=c(44870)},25068:(a,b,c)=>{c.d(b,{Vu:()=>f,gj:()=>h,oY:()=>g,x0:()=>i,yl:()=>j});let d=null;async function e(){return d||(d=(async()=>{let{pipeline:a}=await Promise.resolve().then(c.bind(c,99253));return await a("feature-extraction","Xenova/all-MiniLM-L6-v2")})().catch(a=>{throw d=null,a})),d}async function f(a){let b=a.trim();if(!b)return null;try{let a=await e(),c=await a(b,{pooling:"mean",normalize:!0});return Array.from(c.data)}catch(a){return console.error("[embeddings] failed:",a instanceof Error?a.message:a),null}}function g(a){return[a.title,a.role,a.plain,a.cluster].filter(Boolean).join(". ")}function h(a){return JSON.stringify(a)}async function i(a){try{let{db:b}=await c.e(8216).then(c.bind(c,8216)),{node:d}=await Promise.resolve().then(c.bind(c,30046)),{eq:e}=await c.e(6537).then(c.bind(c,26537)),i=await b.query.node.findFirst({where:(b,{eq:c})=>c(b.id,a),columns:{title:!0,role:!0,plain:!0,cluster:!0}});if(!i)return;let j=await f(g(i));if(!j)return;await b.update(d).set({embedding:h(j)}).where(e(d.id,a))}catch(b){console.error("[embeddings] reembed failed:",a,b instanceof Error?b.message:b)}}async function j(a,b){let c=await f(a);if(!c)return null;let d=[];for(let a of b){let b=function(a){if(!a)return null;try{let b=JSON.parse(a);if(!Array.isArray(b)||b.some(a=>"number"!=typeof a||!Number.isFinite(a)))return null;return b}catch{return null}}(a.embedding);b&&d.push({item:a,score:function(a,b){if(a.length!==b.length)return 0;let c=0,d=0,e=0;for(let f=0;f<a.length;f++)c+=a[f]*b[f],d+=a[f]*a[f],e+=b[f]*b[f];return 0===d||0===e?0:c/(Math.sqrt(d)*Math.sqrt(e))}(c,b)})}return d.sort((a,b)=>b.score-a.score),d}},28855:a=>{a.exports=import("@libsql/client")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31059:(a,b,c)=>{c.d(b,{ie:()=>f});var d=c(37096),e=c(71484);function f(...a){return a[0].columns?new g(a[0].columns,a[0].name):new g(a)}class g{static [d.i]="SQLitePrimaryKeyBuilder";columns;name;constructor(a,b){this.columns=a,this.name=b}build(a){return new h(a,this.columns,this.name)}}class h{constructor(a,b,c){this.table=a,this.columns=b,this.name=c}static [d.i]="SQLitePrimaryKey";columns;name;getName(){return this.name??`${this.table[e.jo.Symbol.Name]}_${this.columns.map(a=>a.name).join("_")}_pk`}}},31421:a=>{a.exports=require("node:child_process")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64317:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(76279),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/context/embed-backfill/route",pathname:"/api/context/embed-backfill",filename:"route",bundlePath:"app/api/context/embed-backfill/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/wenzorithelly/Desktop/beacon/app/api/context/embed-backfill/route.ts",nextConfigOutput:"",userland:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/context/embed-backfill/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L=F,L="/index"===L?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},68204:(a,b,c)=>{c.d(b,{d:()=>e});var d=c(6716);function e(a){return async(b,...c)=>{let e=await (0,d.AV)(b);return e&&await (0,d.kO)(e),(0,d.X_)(e,async()=>a(b,...c))}}},73024:a=>{a.exports=require("node:fs")},73136:a=>{a.exports=require("node:url")},76279:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{POST:()=>k});var e=c(34216),f=c(68204),g=c(56727),h=c(30046),i=c(25068),j=a([g]);g=(j.then?(await j)():j)[0];let k=(0,f.d)(async()=>{let a=await g.db.query.node.findMany({where:(a,{isNull:b})=>b(a.embedding),columns:{id:!0,title:!0,role:!0,plain:!0,cluster:!0}}),b=0,c=0;for(let d of a){let a=await (0,i.Vu)((0,i.oY)(d));if(!a){c++;continue}await g.db.update(h.node).set({embedding:(0,i.gj)(a)}).where((0,e.eq)(h.node.id,d.id)),b++}return Response.json({ok:!0,scanned:a.length,embedded:b,failed:c})});d()}catch(a){d(a)}})},76760:a=>{a.exports=require("node:path")},76968:(a,b,c)=>{c.d(b,{GL:()=>i,Pe:()=>h});var d=c(37096);class e{constructor(a,b){this.name=a,this.unique=b}static [d.i]="SQLiteIndexBuilderOn";on(...a){return new f(this.name,a,this.unique)}}class f{static [d.i]="SQLiteIndexBuilder";config;constructor(a,b,c){this.config={name:a,columns:b,unique:c,where:void 0}}where(a){return this.config.where=a,this}build(a){return new g(this.config,a)}}class g{static [d.i]="SQLiteIndex";config;constructor(a,b){this.config={...a,table:b}}}function h(a){return new e(a,!1)}function i(a){return new e(a,!0)}},77598:a=>{a.exports=require("node:crypto")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92280:(a,b,c)=>{Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(28208),e=c(47617),f=c(62018);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},99253:a=>{a.exports=import("@huggingface/transformers")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,9884,873,5871,9683],()=>b(b.s=64317));module.exports=c})();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../lib/db.ts","../../../../../../lib/drizzle/provision.ts","../../../../../../node_modules/@huggingface/transformers/dist/transformers.node.cjs","../../../../../../node_modules/@huggingface/transformers/dist/transformers.node.mjs","../../../../../../node_modules/@huggingface/transformers/package.json","../../../../../../node_modules/@img/colour/color.cjs","../../../../../../node_modules/@img/colour/index.cjs","../../../../../../node_modules/@img/colour/package.json","../../../../../../node_modules/@img/sharp-darwin-arm64/LICENSE","../../../../../../node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node","../../../../../../node_modules/@img/sharp-darwin-arm64/package.json","../../../../../../node_modules/@img/sharp-libvips-darwin-arm64/lib/index.js","../../../../../../node_modules/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib","../../../../../../node_modules/@img/sharp-libvips-darwin-arm64/package.json","../../../../../../node_modules/@img/sharp-libvips-darwin-arm64/versions.json","../../../../../../node_modules/@libsql/client/lib-cjs/hrana.js","../../../../../../node_modules/@libsql/client/lib-cjs/http.js","../../../../../../node_modules/@libsql/client/lib-cjs/node.js","../../../../../../node_modules/@libsql/client/lib-cjs/package.json","../../../../../../node_modules/@libsql/client/lib-cjs/sql_cache.js","../../../../../../node_modules/@libsql/client/lib-cjs/sqlite3.js","../../../../../../node_modules/@libsql/client/lib-cjs/ws.js","../../../../../../node_modules/@libsql/client/lib-esm/hrana.js","../../../../../../node_modules/@libsql/client/lib-esm/http.js","../../../../../../node_modules/@libsql/client/lib-esm/node.js","../../../../../../node_modules/@libsql/client/lib-esm/sql_cache.js","../../../../../../node_modules/@libsql/client/lib-esm/sqlite3.js","../../../../../../node_modules/@libsql/client/lib-esm/ws.js","../../../../../../node_modules/@libsql/client/package.json","../../../../../../node_modules/@libsql/core/lib-cjs/api.js","../../../../../../node_modules/@libsql/core/lib-cjs/config.js","../../../../../../node_modules/@libsql/core/lib-cjs/package.json","../../../../../../node_modules/@libsql/core/lib-cjs/uri.js","../../../../../../node_modules/@libsql/core/lib-cjs/util.js","../../../../../../node_modules/@libsql/core/lib-esm/api.js","../../../../../../node_modules/@libsql/core/lib-esm/config.js","../../../../../../node_modules/@libsql/core/lib-esm/uri.js","../../../../../../node_modules/@libsql/core/lib-esm/util.js","../../../../../../node_modules/@libsql/core/package.json","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/batch.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/byte_queue.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/describe.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/index.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/json/decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/json/encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/protobuf/decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/protobuf/encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/encoding/protobuf/util.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/errors.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/http/stream.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/id_alloc.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/index.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/libsql_url.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/package.json","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/queue.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/queue_microtask.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/result.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/shared/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/shared/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/shared/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/shared/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/sql.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/stmt.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/stream.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/util.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/value.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-cjs/ws/stream.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/batch.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/byte_queue.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/describe.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/index.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/json/decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/json/encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/protobuf/decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/protobuf/encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/encoding/protobuf/util.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/errors.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/http/stream.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/id_alloc.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/index.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/libsql_url.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/queue.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/queue_microtask.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/result.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/shared/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/shared/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/shared/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/shared/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/sql.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/stmt.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/stream.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/util.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/value.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/client.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/cursor.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/json_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/json_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/protobuf_decode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/protobuf_encode.js","../../../../../../node_modules/@libsql/hrana-client/lib-esm/ws/stream.js","../../../../../../node_modules/@libsql/hrana-client/package.json","../../../../../../node_modules/@libsql/isomorphic-ws/node.cjs","../../../../../../node_modules/@libsql/isomorphic-ws/node.mjs","../../../../../../node_modules/@libsql/isomorphic-ws/package.json","../../../../../../node_modules/@neon-rs/load/dist/index.js","../../../../../../node_modules/@neon-rs/load/package.json","../../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/js-base64/base64.js","../../../../../../node_modules/js-base64/base64.mjs","../../../../../../node_modules/js-base64/package.json","../../../../../../node_modules/libsql/auth.js","../../../../../../node_modules/libsql/index.js","../../../../../../node_modules/libsql/node_modules/detect-libc/lib/detect-libc.js","../../../../../../node_modules/libsql/node_modules/detect-libc/lib/filesystem.js","../../../../../../node_modules/libsql/node_modules/detect-libc/lib/process.js","../../../../../../node_modules/libsql/node_modules/detect-libc/package.json","../../../../../../node_modules/libsql/package.json","../../../../../../node_modules/libsql/sqlite-error.js","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/onnxruntime-common/dist/cjs/backend-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/backend.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/env-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/env.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/index.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/inference-session-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/inference-session.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/onnx-model.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/onnx-value.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/package.json","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-conversion-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-conversion.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-factory-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-factory.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-impl-type-mapping.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor-utils-impl.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/tensor.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/trace.js","../../../../../../node_modules/onnxruntime-common/dist/cjs/version.js","../../../../../../node_modules/onnxruntime-common/dist/esm/backend-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/backend.js","../../../../../../node_modules/onnxruntime-common/dist/esm/env-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/env.js","../../../../../../node_modules/onnxruntime-common/dist/esm/index.js","../../../../../../node_modules/onnxruntime-common/dist/esm/inference-session-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/inference-session.js","../../../../../../node_modules/onnxruntime-common/dist/esm/onnx-model.js","../../../../../../node_modules/onnxruntime-common/dist/esm/onnx-value.js","../../../../../../node_modules/onnxruntime-common/dist/esm/package.json","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-conversion-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-conversion.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-factory-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-factory.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-impl-type-mapping.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor-utils-impl.js","../../../../../../node_modules/onnxruntime-common/dist/esm/tensor.js","../../../../../../node_modules/onnxruntime-common/dist/esm/trace.js","../../../../../../node_modules/onnxruntime-common/dist/esm/version.js","../../../../../../node_modules/onnxruntime-common/package.json","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/darwin/arm64/libonnxruntime.1.24.3.dylib","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/darwin/arm64/onnxruntime_binding.node","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/linux/arm64/libonnxruntime.so.1","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/linux/arm64/onnxruntime_binding.node","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/linux/x64/libonnxruntime.so.1","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/linux/x64/onnxruntime_binding.node","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/win32/arm64/onnxruntime_binding.node","../../../../../../node_modules/onnxruntime-node/bin/napi-v6/win32/x64/onnxruntime_binding.node","../../../../../../node_modules/onnxruntime-node/dist/backend.js","../../../../../../node_modules/onnxruntime-node/dist/binding.js","../../../../../../node_modules/onnxruntime-node/dist/index.js","../../../../../../node_modules/onnxruntime-node/dist/version.js","../../../../../../node_modules/onnxruntime-node/package.json","../../../../../../node_modules/promise-limit/index.js","../../../../../../node_modules/promise-limit/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../../../node_modules/sharp/lib/channel.js","../../../../../../node_modules/sharp/lib/colour.js","../../../../../../node_modules/sharp/lib/composite.js","../../../../../../node_modules/sharp/lib/constructor.js","../../../../../../node_modules/sharp/lib/index.js","../../../../../../node_modules/sharp/lib/input.js","../../../../../../node_modules/sharp/lib/is.js","../../../../../../node_modules/sharp/lib/libvips.js","../../../../../../node_modules/sharp/lib/operation.js","../../../../../../node_modules/sharp/lib/output.js","../../../../../../node_modules/sharp/lib/resize.js","../../../../../../node_modules/sharp/lib/sharp.js","../../../../../../node_modules/sharp/lib/utility.js","../../../../../../node_modules/sharp/node_modules/detect-libc/lib/detect-libc.js","../../../../../../node_modules/sharp/node_modules/detect-libc/lib/elf.js","../../../../../../node_modules/sharp/node_modules/detect-libc/lib/filesystem.js","../../../../../../node_modules/sharp/node_modules/detect-libc/lib/process.js","../../../../../../node_modules/sharp/node_modules/detect-libc/package.json","../../../../../../node_modules/sharp/node_modules/semver/classes/comparator.js","../../../../../../node_modules/sharp/node_modules/semver/classes/range.js","../../../../../../node_modules/sharp/node_modules/semver/classes/semver.js","../../../../../../node_modules/sharp/node_modules/semver/functions/cmp.js","../../../../../../node_modules/sharp/node_modules/semver/functions/coerce.js","../../../../../../node_modules/sharp/node_modules/semver/functions/compare.js","../../../../../../node_modules/sharp/node_modules/semver/functions/eq.js","../../../../../../node_modules/sharp/node_modules/semver/functions/gt.js","../../../../../../node_modules/sharp/node_modules/semver/functions/gte.js","../../../../../../node_modules/sharp/node_modules/semver/functions/lt.js","../../../../../../node_modules/sharp/node_modules/semver/functions/lte.js","../../../../../../node_modules/sharp/node_modules/semver/functions/neq.js","../../../../../../node_modules/sharp/node_modules/semver/functions/parse.js","../../../../../../node_modules/sharp/node_modules/semver/functions/satisfies.js","../../../../../../node_modules/sharp/node_modules/semver/internal/constants.js","../../../../../../node_modules/sharp/node_modules/semver/internal/debug.js","../../../../../../node_modules/sharp/node_modules/semver/internal/identifiers.js","../../../../../../node_modules/sharp/node_modules/semver/internal/lrucache.js","../../../../../../node_modules/sharp/node_modules/semver/internal/parse-options.js","../../../../../../node_modules/sharp/node_modules/semver/internal/re.js","../../../../../../node_modules/sharp/node_modules/semver/package.json","../../../../../../node_modules/sharp/package.json","../../../../../../node_modules/ws/index.js","../../../../../../node_modules/ws/lib/buffer-util.js","../../../../../../node_modules/ws/lib/constants.js","../../../../../../node_modules/ws/lib/event-target.js","../../../../../../node_modules/ws/lib/extension.js","../../../../../../node_modules/ws/lib/limiter.js","../../../../../../node_modules/ws/lib/permessage-deflate.js","../../../../../../node_modules/ws/lib/receiver.js","../../../../../../node_modules/ws/lib/sender.js","../../../../../../node_modules/ws/lib/stream.js","../../../../../../node_modules/ws/lib/subprotocol.js","../../../../../../node_modules/ws/lib/validation.js","../../../../../../node_modules/ws/lib/websocket-server.js","../../../../../../node_modules/ws/lib/websocket.js","../../../../../../node_modules/ws/package.json","../../../../../../node_modules/ws/wrapper.mjs","../../../../../../package.json","../../../../../package.json","../../../../chunks/4741.js","../../../../chunks/5258.js","../../../../chunks/5871.js","../../../../chunks/6537.js","../../../../chunks/8216.js","../../../../chunks/873.js","../../../../chunks/9683.js","../../../../chunks/9884.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/context/embed-backfill/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"clientModules":{},"entryCSSFiles":{"/Users/wenzorithelly/Desktop/beacon/app/api/context/embed-backfill/route":[]},"rscModuleMapping":{},"edgeRscModuleMapping":{}};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";exports.id=6537,exports.ids=[6537],exports.modules={26537:(a,b,c)=>{c.d(b,{eq:()=>d.eq});var d=c(34216)}};
|