trybeacon 0.1.38 → 0.1.40
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 +18 -16
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/routes-manifest.json +12 -0
- package/.next/server/app/_global-error/page.js +2 -2
- 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/board-annotations/[id]/route.js +1 -1
- package/.next/server/app/api/board-annotations/route.js +1 -1
- package/.next/server/app/api/board-layout/route.js +1 -1
- package/.next/server/app/api/bug-flags/[id]/route.js +1 -1
- package/.next/server/app/api/bug-flags/route.js +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/file/route.js +1 -1
- package/.next/server/app/api/context/route.js +2 -2
- package/.next/server/app/api/db/arrange/route.js +1 -1
- 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/prune-planned/route.js +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 +1 -1
- package/.next/server/app/api/draft/route.js +1 -1
- 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/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/map/describe/route.js +2 -2
- package/.next/server/app/api/map/files/route.js +1 -1
- package/.next/server/app/api/map/finish/route.js +1 -1
- package/.next/server/app/api/map/route.js +1 -1
- package/.next/server/app/api/map/start/route.js +1 -1
- package/.next/server/app/api/map/touch-active/route.js +1 -1
- package/.next/server/app/api/nodes/[id]/position/route.js +1 -1
- package/.next/server/app/api/nodes/[id]/route.js +1 -1
- package/.next/server/app/api/nodes/positions/route.js +1 -1
- package/.next/server/app/api/nodes/route.js +1 -1
- package/.next/server/app/api/nodes/subtasks/route.js +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 +1 -1
- package/.next/server/app/api/preferences/route.js +1 -1
- package/.next/server/app/api/project-meta/route.js +1 -1
- package/.next/server/app/api/reset/route.js +1 -1
- package/.next/server/app/api/stream/route.js +2 -2
- package/.next/server/app/api/tab/nav/route.js +1 -0
- package/.next/server/app/api/tab/nav/route.js.nft.json +1 -0
- package/.next/server/app/api/tab/nav/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tab/presence/route.js +1 -0
- package/.next/server/app/api/tab/presence/route.js.nft.json +1 -0
- package/.next/server/app/api/tab/presence/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/telemetry/route.js +1 -1
- package/.next/server/app/api/telemetry/stats/route.js +1 -1
- 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 +9 -9
- package/.next/server/app/help.segments/_full.segment.rsc +9 -9
- 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 +18 -16
- package/.next/server/chunks/1341.js +1 -1
- package/.next/server/chunks/3015.js +1 -1
- package/.next/server/chunks/3622.js +1 -1
- package/.next/server/chunks/4378.js +1 -1
- package/.next/server/chunks/6661.js +1 -0
- package/.next/server/chunks/9683.js +1 -1
- 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/6269-ed869632fa2ed0a3.js +1 -0
- package/.next/static/chunks/app/_global-error/page-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/board-annotations/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/board-annotations/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/board-layout/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/bug-flags/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/bug-flags/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/code-graph/position/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/code-graph/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/context/feature/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/context/file/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/context/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/arrange/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/backfill-access/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/position/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/prune-planned/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/relations/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/db/tables/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/draft/approve/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/draft/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/draft/status/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/edges/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/edges/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/endpoints/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/entities/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/feedback/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/feedback/[id]/vote/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/feedback/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/ingest/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/init/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/describe/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/files/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/finish/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/start/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/map/touch-active/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/position/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/nodes/positions/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/nodes/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/nodes/subtasks/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/notes/[id]/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/notes/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/open/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/annotations/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/approve/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/history/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/markdown/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/presence/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/plan/verdict/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/project-meta/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/reset/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/stream/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/tab/nav/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/tab/presence/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/telemetry/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/telemetry/stats/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/version/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/workspace/activate/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/api/workspace/route-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/app/layout-eaf313d7a87788ee.js +1 -0
- package/.next/static/chunks/app/map/page-5493b33854a8e920.js +1 -0
- package/.next/static/chunks/app/plan/{page-928529a405650444.js → page-b492328272adca00.js} +1 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-16ca2ed05a1d74d1.js +1 -0
- package/.next/static/dHVM8n6V-GGlrfB8gDibz/_buildManifest.js +1 -0
- package/.next/trace +38 -38
- package/.next/trace-build +1 -1
- package/.next/types/app/api/tab/nav/route.ts +351 -0
- package/.next/types/app/api/tab/presence/route.ts +351 -0
- package/.next/types/routes.d.ts +3 -1
- package/.next/types/validator.ts +18 -0
- package/dist/bin/beacon.js +13 -12
- package/dist/bin/doctor.js +2 -1
- package/dist/bin/hook.js +20 -19
- package/dist/bin/mcp.js +33 -32
- package/dist/bin/plan.js +15 -14
- package/dist/bin/remove.js +2 -2
- package/dist/bin/uninstall.js +2 -1
- package/dist/lib/assets.js +2 -1
- package/dist/lib/codex-install.js +2 -1
- package/dist/lib/daemon-port.js +2 -0
- package/dist/lib/global-install.js +2 -1
- package/drizzle/0007_brainy_george_stacy.sql +1 -0
- package/drizzle/meta/0007_snapshot.json +1773 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +7 -2
- package/.next/server/chunks/2713.js +0 -1
- package/.next/static/chunks/8015-9cd5b2ea19e9aa77.js +0 -1
- package/.next/static/chunks/app/_global-error/page-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/board-annotations/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/board-annotations/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/board-layout/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/bug-flags/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/bug-flags/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/code-graph/position/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/code-graph/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/context/feature/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/context/file/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/context/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/arrange/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/backfill-access/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/position/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/prune-planned/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/relations/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/db/tables/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/draft/approve/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/draft/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/draft/status/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/edges/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/edges/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/endpoints/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/entities/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/feedback/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/feedback/[id]/vote/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/feedback/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/ingest/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/init/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/describe/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/files/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/finish/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/start/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/map/touch-active/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/position/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/nodes/positions/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/nodes/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/nodes/subtasks/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/notes/[id]/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/notes/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/open/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/annotations/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/approve/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/history/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/markdown/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/presence/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/plan/verdict/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/project-meta/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/reset/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/stream/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/telemetry/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/telemetry/stats/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/version/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/workspace/activate/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/api/workspace/route-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/app/layout-9b750c41268879f0.js +0 -1
- package/.next/static/chunks/app/map/page-b51abf8d1c3ec85a.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f0868dfbc3f7bf63.js +0 -1
- package/.next/static/sJAp6c61WGwLy0STzGlio/_buildManifest.js +0 -1
- /package/.next/static/{sJAp6c61WGwLy0STzGlio → dHVM8n6V-GGlrfB8gDibz}/_ssgManifest.js +0 -0
|
@@ -28,6 +28,7 @@ The user already has Beacon running. You're going to map this repository's archi
|
|
|
28
28
|
A single \`beacon_init_persist\` MCP tool call with:
|
|
29
29
|
|
|
30
30
|
- **hasFrontend**: \`true\` or \`false\` \u2014 does this repo have a frontend surface (UI code)? You just read the repo, so you know. Set it explicitly; it gates the frontend/backend \`layer\` distinction on the boards (a pure-backend repo never shows it).
|
|
31
|
+
- **classificationRoots** (optional): the top-level directories whose immediate children are the meaningful groups on the Files canvas \u2014 e.g. \`["frontend", "backend/app"]\`. The canvas groups files ONE level below each root (so \`frontend\` \u2192 \`frontend/components\`, \`frontend/app\`, \u2026). Pick the dir sitting directly ABOVE the real package dirs \u2014 use \`frontend/src\` if there's a \`src/\` wrapper. List both sides of a monorepo so neither collapses into one flat blob. Not every dir \u2014 just where grouping should START. Omit it for a simple single-root repo; the canvas falls back to automatic grouping.
|
|
31
32
|
- **components**: 8\u201325 main building blocks of this codebase. NOT every file. Group them by \`domain\` (short UPPERCASE: AUTH, API, DATA, UI, JOBS, INFRA, BILLING, SEARCH, \u2026). For each: a one-line technical \`role\`, a one-sentence plain-language \`plain\`, the few \`files\` that implement it (repo-relative), \`depends\` listing other component titles it relies on \u2014 and, when \`hasFrontend\` is true, \`layer\` (\`"frontend" | "backend" | "fullstack"\`). Use the dependency graph you can see in the source \u2014 files that import each other heavily usually belong together. If you spot a bug or something worth investigating while reading a component's code, add \`bugs: [{ note }]\` to that component \u2014 it renders as a bug flag on the node (attributed to the agent). Only flag what you actually saw in the code; don't speculate.
|
|
32
33
|
- **roadmap**: 3\u20136 BROAD strategic directions. Big-picture themes only \u2014 "Harden auth & security", "Add observability", "Scale the data layer", "Pay down test-coverage debt". NOT detailed tasks. NOT file-level. Each gets a short title and one-line \`why\`. If one of them is a concrete BUG to fix (something broken you saw in the code), add \`kind: "BUG"\` so it renders as a typed bug card. When \`hasFrontend\` is true, give each a \`layer\` too (\`"frontend" | "backend" | "fullstack"\`).
|
|
33
34
|
- **overview**: one paragraph describing what this project is and its stack. This lands in AGENTS.md as the project intro.
|
|
@@ -87,7 +88,7 @@ The one caveat: if the user manually edited an INIT-source node on the canvas (e
|
|
|
87
88
|
- **~ changed**: COMPONENT_X (role expanded to cover Y)
|
|
88
89
|
- **schema**: + 2 new tables (TableA, TableB); + 3 new endpoints; \u2212 1 deprecated endpoint
|
|
89
90
|
No need to wait for confirmation \u2014 just show the diff so the user sees what's about to land.
|
|
90
|
-
5. **Call \`beacon_init_persist\`** ONCE with the refreshed full analysis (same shape as init: \`components\`, \`roadmap\`, \`overview\`, \`conventions\`, \`snapshot\`, \`hasFrontend\` \u2014 re-assert it, the stack may have changed). It replaces all init-source nodes and regenerates \`AGENTS.md\`. Bug flags already on a component survive the refresh (they're carried over by title); add \`bugs: [{ note }]\` for anything NEW you found worth investigating \u2014 identical open flags are not duplicated.
|
|
91
|
+
5. **Call \`beacon_init_persist\`** ONCE with the refreshed full analysis (same shape as init: \`components\`, \`roadmap\`, \`overview\`, \`conventions\`, \`snapshot\`, \`hasFrontend\` \u2014 re-assert it, the stack may have changed; and \`classificationRoots\` if the Files-canvas grouping needs to change, e.g. a new top-level dir like \`mobile/\` \u2014 OMIT it to keep the existing roots, don't pass \`[]\` unless you mean to clear them). It replaces all init-source nodes and regenerates \`AGENTS.md\`. Bug flags already on a component survive the refresh (they're carried over by title); add \`bugs: [{ note }]\` for anything NEW you found worth investigating \u2014 identical open flags are not duplicated.
|
|
91
92
|
|
|
92
93
|
## What you should NOT do
|
|
93
94
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
var E=Object.defineProperty;var G=(j)=>j;function H(j,q){this[j]=G.bind(null,q)}var N=(j,q)=>{for(var x in q)E(j,x,{get:q[x],enumerable:!0,configurable:!0,set:H.bind(q,x)})};var O=(j,q)=>()=>(j&&(q=j(j=0)),q);import{connect as I}from"net";var S=4319;function J(j,q,x=400){return new Promise((C)=>{let z=I({host:j,port:q}),B=!1,A=(D)=>{if(B)return;B=!0,z.destroy(),C(D)};z.once("connect",()=>A(!0)),z.once("error",()=>A(!1)),z.setTimeout(x,()=>A(!1))})}async function K(j){for(let q of["127.0.0.1","::1"])if(await J(q,j))return!1;return!0}async function T(j,q=20){for(let x=j;x<j+q;x++)if(await K(x))return x;return j}export{K as isPortFree,T as findAvailablePort,S as DEFAULT_PORT};
|
|
@@ -28,6 +28,7 @@ The user already has Beacon running. You're going to map this repository's archi
|
|
|
28
28
|
A single \`beacon_init_persist\` MCP tool call with:
|
|
29
29
|
|
|
30
30
|
- **hasFrontend**: \`true\` or \`false\` \u2014 does this repo have a frontend surface (UI code)? You just read the repo, so you know. Set it explicitly; it gates the frontend/backend \`layer\` distinction on the boards (a pure-backend repo never shows it).
|
|
31
|
+
- **classificationRoots** (optional): the top-level directories whose immediate children are the meaningful groups on the Files canvas \u2014 e.g. \`["frontend", "backend/app"]\`. The canvas groups files ONE level below each root (so \`frontend\` \u2192 \`frontend/components\`, \`frontend/app\`, \u2026). Pick the dir sitting directly ABOVE the real package dirs \u2014 use \`frontend/src\` if there's a \`src/\` wrapper. List both sides of a monorepo so neither collapses into one flat blob. Not every dir \u2014 just where grouping should START. Omit it for a simple single-root repo; the canvas falls back to automatic grouping.
|
|
31
32
|
- **components**: 8\u201325 main building blocks of this codebase. NOT every file. Group them by \`domain\` (short UPPERCASE: AUTH, API, DATA, UI, JOBS, INFRA, BILLING, SEARCH, \u2026). For each: a one-line technical \`role\`, a one-sentence plain-language \`plain\`, the few \`files\` that implement it (repo-relative), \`depends\` listing other component titles it relies on \u2014 and, when \`hasFrontend\` is true, \`layer\` (\`"frontend" | "backend" | "fullstack"\`). Use the dependency graph you can see in the source \u2014 files that import each other heavily usually belong together. If you spot a bug or something worth investigating while reading a component's code, add \`bugs: [{ note }]\` to that component \u2014 it renders as a bug flag on the node (attributed to the agent). Only flag what you actually saw in the code; don't speculate.
|
|
32
33
|
- **roadmap**: 3\u20136 BROAD strategic directions. Big-picture themes only \u2014 "Harden auth & security", "Add observability", "Scale the data layer", "Pay down test-coverage debt". NOT detailed tasks. NOT file-level. Each gets a short title and one-line \`why\`. If one of them is a concrete BUG to fix (something broken you saw in the code), add \`kind: "BUG"\` so it renders as a typed bug card. When \`hasFrontend\` is true, give each a \`layer\` too (\`"frontend" | "backend" | "fullstack"\`).
|
|
33
34
|
- **overview**: one paragraph describing what this project is and its stack. This lands in AGENTS.md as the project intro.
|
|
@@ -87,7 +88,7 @@ The one caveat: if the user manually edited an INIT-source node on the canvas (e
|
|
|
87
88
|
- **~ changed**: COMPONENT_X (role expanded to cover Y)
|
|
88
89
|
- **schema**: + 2 new tables (TableA, TableB); + 3 new endpoints; \u2212 1 deprecated endpoint
|
|
89
90
|
No need to wait for confirmation \u2014 just show the diff so the user sees what's about to land.
|
|
90
|
-
5. **Call \`beacon_init_persist\`** ONCE with the refreshed full analysis (same shape as init: \`components\`, \`roadmap\`, \`overview\`, \`conventions\`, \`snapshot\`, \`hasFrontend\` \u2014 re-assert it, the stack may have changed). It replaces all init-source nodes and regenerates \`AGENTS.md\`. Bug flags already on a component survive the refresh (they're carried over by title); add \`bugs: [{ note }]\` for anything NEW you found worth investigating \u2014 identical open flags are not duplicated.
|
|
91
|
+
5. **Call \`beacon_init_persist\`** ONCE with the refreshed full analysis (same shape as init: \`components\`, \`roadmap\`, \`overview\`, \`conventions\`, \`snapshot\`, \`hasFrontend\` \u2014 re-assert it, the stack may have changed; and \`classificationRoots\` if the Files-canvas grouping needs to change, e.g. a new top-level dir like \`mobile/\` \u2014 OMIT it to keep the existing roots, don't pass \`[]\` unless you mean to clear them). It replaces all init-source nodes and regenerates \`AGENTS.md\`. Bug flags already on a component survive the refresh (they're carried over by title); add \`bugs: [{ note }]\` for anything NEW you found worth investigating \u2014 identical open flags are not duplicated.
|
|
91
92
|
|
|
92
93
|
## What you should NOT do
|
|
93
94
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ALTER TABLE `ProjectMeta` ADD `classificationRoots` text DEFAULT '[]' NOT NULL;
|