trybeacon 0.1.81 → 0.1.83
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/.claude-plugin/plugin.json +1 -1
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +19 -18
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/routes-manifest.json +20 -1
- package/.next/server/app/@modal/(.)settings/page.js +2 -0
- package/.next/server/app/@modal/(.)settings/page.js.nft.json +1 -0
- package/.next/server/app/@modal/(.)settings/page_client-reference-manifest.js +1 -0
- 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.js.nft.json +1 -1
- 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 +27 -26
- package/.next/server/app/_not-found.segments/_full.segment.rsc +27 -26
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +16 -15
- 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 +2 -2
- package/.next/server/app/api/ask/answer/route.js +1 -1
- package/.next/server/app/api/ask/route.js +1 -1
- package/.next/server/app/api/ask/verdict/route.js +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/changes/comment/answer/route.js +1 -1
- package/.next/server/app/api/changes/comment/claim/route.js +2 -2
- package/.next/server/app/api/changes/comment/route.js +2 -2
- package/.next/server/app/api/changes/quality/route.js +1 -1
- package/.next/server/app/api/changes/route.js +1 -1
- package/.next/server/app/api/changes/viewed/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 +1 -1
- 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/ingest/route.js +1 -1
- package/.next/server/app/api/init/route.js +1 -1
- package/.next/server/app/api/lesson/close/route.js +1 -1
- package/.next/server/app/api/lesson/presence/route.js +1 -1
- package/.next/server/app/api/lesson/questions/route.js +1 -1
- package/.next/server/app/api/lesson/route.js +1 -1
- package/.next/server/app/api/lesson/save/route.js +1 -1
- package/.next/server/app/api/lesson/verdict/route.js +1 -1
- package/.next/server/app/api/linear/route.js +2 -2
- package/.next/server/app/api/linear/scopes/route.js +1 -1
- package/.next/server/app/api/linear/sync/route.js +2 -2
- package/.next/server/app/api/map/describe/route.js +1 -1
- 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/mention-search/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 +1 -1
- 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/scope-guard/check/route.js +2 -2
- package/.next/server/app/api/share/create/route.js +1 -1
- package/.next/server/app/api/share/route.js +1 -1
- package/.next/server/app/api/stream/route.js +2 -2
- package/.next/server/app/api/tab/nav/route.js +1 -1
- package/.next/server/app/api/tab/presence/route.js +1 -1
- package/.next/server/app/api/tab/view/route.js +1 -1
- 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.js.nft.json +1 -1
- 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.meta +1 -0
- package/.next/server/app/docs.rsc +31 -28
- package/.next/server/app/docs.segments/@modal/__DEFAULT__.segment.rsc +2 -0
- package/.next/server/app/docs.segments/_full.segment.rsc +31 -28
- package/.next/server/app/docs.segments/_head.segment.rsc +1 -1
- package/.next/server/app/docs.segments/_index.segment.rsc +17 -16
- package/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
- 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/help/page.js +2 -2
- package/.next/server/app/help/page.js.nft.json +1 -1
- 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.meta +1 -0
- package/.next/server/app/help.rsc +40 -36
- package/.next/server/app/help.segments/@modal/__DEFAULT__.segment.rsc +2 -0
- package/.next/server/app/help.segments/_full.segment.rsc +40 -36
- package/.next/server/app/help.segments/_head.segment.rsc +1 -1
- package/.next/server/app/help.segments/_index.segment.rsc +17 -16
- package/.next/server/app/help.segments/_tree.segment.rsc +2 -2
- 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.meta +1 -0
- package/.next/server/app/index.rsc +30 -26
- package/.next/server/app/index.segments/@modal/__DEFAULT__.segment.rsc +2 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +30 -26
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +17 -16
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/learn/page.js +4 -4
- package/.next/server/app/learn/page.js.nft.json +1 -1
- package/.next/server/app/learn/page_client-reference-manifest.js +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.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/plan/page.js +3 -3
- 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/s/[token]/page.js +2 -2
- package/.next/server/app/s/[token]/page.js.nft.json +1 -1
- package/.next/server/app/s/[token]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +2 -2
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +19 -18
- package/.next/server/chunks/2025.js +1 -1
- package/.next/server/chunks/2311.js +1 -0
- package/.next/server/chunks/2693.js +5 -5
- package/.next/server/chunks/3237.js +1 -0
- package/.next/server/chunks/3825.js +1 -0
- package/.next/server/chunks/4990.js +1 -0
- package/.next/server/chunks/6819.js +2 -0
- package/.next/server/chunks/{141.js → 7436.js} +3 -3
- package/.next/server/chunks/7999.js +1 -0
- package/.next/server/interception-route-rewrite-manifest.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/BuULrtf1kXZqNPMDIPeVT/_buildManifest.js +1 -0
- package/.next/static/chunks/1569-ea8e739cccfb69b5.js +1 -0
- package/.next/static/chunks/2022-78e7580c848ef6b3.js +1 -0
- package/.next/static/chunks/2114-74736df56930b46c.js +1 -0
- package/.next/static/chunks/4853-251169ab5b4979c2.js +1 -0
- package/.next/static/chunks/{9887-e8954568a4031ed3.js → 5547-2c07851028a9033a.js} +1 -1
- package/.next/static/chunks/569-d0686e63d8510369.js +1 -0
- package/.next/static/chunks/{4674-31ad596c3e856647.js → 6283-20a6abe3453496ae.js} +3 -3
- package/.next/static/chunks/7347-eeea5e910206d07a.js +1 -0
- package/.next/static/chunks/{5957-83f611fcd5a08b45.js → 8710-6b2685272a1e1ff7.js} +1 -1
- package/.next/static/chunks/app/@modal/(.)settings/page-b3f7a82b4124b813.js +1 -0
- package/.next/static/chunks/app/@modal/default-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/_global-error/page-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/ask/answer/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/ask/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/ask/verdict/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/board-annotations/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/board-annotations/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/board-layout/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/bug-flags/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/bug-flags/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/comment/answer/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/comment/claim/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/comment/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/quality/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/changes/viewed/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/code-graph/position/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/code-graph/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/context/feature/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/context/file/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/context/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/arrange/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/backfill-access/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/position/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/prune-planned/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/relations/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/db/tables/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/draft/approve/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/draft/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/draft/status/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/edges/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/edges/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/endpoints/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/entities/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/ingest/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/init/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/close/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/presence/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/questions/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/save/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/lesson/verdict/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/linear/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/linear/scopes/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/linear/sync/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/describe/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/files/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/finish/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/start/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/map/touch-active/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/mention-search/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/position/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/nodes/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/nodes/positions/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/nodes/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/nodes/subtasks/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/notes/[id]/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/notes/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/open/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/annotations/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/approve/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/history/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/markdown/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/presence/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/plan/verdict/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/project-meta/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/reset/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/scope-guard/check/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/share/create/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/share/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/stream/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/tab/nav/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/tab/presence/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/tab/view/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/telemetry/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/telemetry/stats/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/version/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/workspace/activate/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/api/workspace/route-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/app/layout-c893ade848478689.js +1 -0
- package/.next/static/chunks/app/learn/{page-6459c292421bec82.js → page-68eac3b8857f0423.js} +1 -1
- package/.next/static/chunks/app/map/{page-602309791f192143.js → page-ab46c7221b745a2d.js} +1 -1
- package/.next/static/chunks/app/{page-32a051917fc57795.js → page-62c53092bdab1224.js} +1 -1
- package/.next/static/chunks/app/plan/{page-920d4fecdd6dde34.js → page-61029f938a543778.js} +2 -2
- package/.next/static/chunks/app/s/[token]/{page-1df7929974ceeb5a.js → page-698e24680e57e3e1.js} +1 -1
- package/.next/static/chunks/app/settings/page-28f17935e637640f.js +1 -0
- package/.next/static/chunks/main-eef923c08f6b5e3c.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/default-null-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-b0a80080b8e8a17d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b0a80080b8e8a17d.js +1 -0
- package/.next/static/css/95077158c5710c9e.css +1 -0
- package/.next/trace +47 -47
- package/.next/trace-build +1 -1
- package/.next/types/app/@modal/(.)settings/page.ts +87 -0
- package/.next/types/routes.d.ts +1 -1
- package/.next/types/validator.ts +9 -0
- package/package.json +1 -1
- package/.next/server/chunks/2455.js +0 -1
- package/.next/server/chunks/2994.js +0 -2
- package/.next/server/chunks/3179.js +0 -1
- package/.next/server/chunks/374.js +0 -1
- package/.next/server/chunks/7350.js +0 -1
- package/.next/static/chunks/3908-2ba88cd8ba5dfa2e.js +0 -1
- package/.next/static/chunks/4853-43350f60d0d9135b.js +0 -1
- package/.next/static/chunks/5697-5b9719b81806b4cf.js +0 -1
- package/.next/static/chunks/7424-d7fa15ef452064dd.js +0 -1
- package/.next/static/chunks/9784-880aab43467bf1e0.js +0 -1
- package/.next/static/chunks/app/_global-error/page-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/ask/answer/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/ask/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/ask/verdict/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/board-annotations/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/board-annotations/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/board-layout/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/bug-flags/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/bug-flags/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/comment/answer/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/comment/claim/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/comment/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/quality/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/changes/viewed/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/code-graph/position/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/code-graph/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/context/feature/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/context/file/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/context/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/arrange/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/backfill-access/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/position/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/prune-planned/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/reconcile-endpoints/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/relations/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/db/tables/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/draft/approve/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/draft/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/draft/status/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/edges/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/edges/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/endpoints/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/entities/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/ingest/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/init/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/close/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/presence/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/questions/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/save/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/lesson/verdict/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/linear/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/linear/scopes/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/linear/sync/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/describe/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/files/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/finish/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/start/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/map/touch-active/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/mention-search/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/position/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/nodes/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/nodes/positions/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/nodes/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/nodes/subtasks/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/notes/[id]/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/notes/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/open/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/annotations/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/approve/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/history/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/markdown/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/presence/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/plan/verdict/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/project-meta/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/reset/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/scope-guard/check/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/share/create/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/share/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/stream/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/tab/nav/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/tab/presence/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/tab/view/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/telemetry/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/telemetry/stats/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/version/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/workspace/activate/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/api/workspace/route-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/app/layout-ef1edf5ed5839b01.js +0 -1
- package/.next/static/chunks/app/settings/page-f128ae102e013087.js +0 -1
- package/.next/static/chunks/main-4140465958bbcd36.js +0 -5
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-18eb7d6678dc0ddd.js +0 -1
- package/.next/static/css/9301599114d42898.css +0 -1
- package/.next/static/ms-hAcPFSz7LxuiDMzzcP/_buildManifest.js +0 -1
- /package/.next/static/{ms-hAcPFSz7LxuiDMzzcP → BuULrtf1kXZqNPMDIPeVT}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../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/@libsql/linux-x64-gnu/index.node","../../../../node_modules/@libsql/linux-x64-gnu/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/detect-libc/lib/detect-libc.js","../../../../node_modules/detect-libc/lib/filesystem.js","../../../../node_modules/detect-libc/lib/process.js","../../../../node_modules/detect-libc/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/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/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/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/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/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/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/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/1669.js","../../chunks/2455.js","../../chunks/319.js","../../chunks/4741.js","../../chunks/5258.js","../../chunks/5704.js","../../chunks/5871.js","../../chunks/7350.js","../../chunks/9884.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../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/@libsql/linux-x64-gnu/index.node","../../../../node_modules/@libsql/linux-x64-gnu/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/detect-libc/lib/detect-libc.js","../../../../node_modules/detect-libc/lib/filesystem.js","../../../../node_modules/detect-libc/lib/process.js","../../../../node_modules/detect-libc/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/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/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/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/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/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/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/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/1669.js","../../chunks/319.js","../../chunks/4741.js","../../chunks/5258.js","../../chunks/5704.js","../../chunks/5871.js","../../chunks/7999.js","../../chunks/9884.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/help/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"434":{"*":{"id":"41616","name":"*","chunks":[],"async":false}},"6539":{"*":{"id":"70813","name":"*","chunks":[],"async":false}},"10436":{"*":{"id":"41164","name":"*","chunks":[],"async":false}},"12943":{"*":{"id":"80765","name":"*","chunks":[],"async":false}},"21904":{"*":{"id":"77476","name":"*","chunks":[],"async":false}},"23319":{"*":{"id":"46503","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"29510":{"*":{"id":"59953","name":"*","chunks":[],"async":false}},"32059":{"*":{"id":"49827","name":"*","chunks":[],"async":false}},"35230":{"*":{"id":"74757","name":"*","chunks":[],"async":false}},"37665":{"*":{"id":"16900","name":"*","chunks":[],"async":false}},"38464":{"*":{"id":"86634","name":"*","chunks":[],"async":false}},"40755":{"*":{"id":"48450","name":"*","chunks":[],"async":false}},"42578":{"*":{"id":"85452","name":"*","chunks":[],"async":false}},"44853":{"*":{"id":"42025","name":"*","chunks":[],"async":false}},"48045":{"*":{"id":"65699","name":"*","chunks":[],"async":false}},"48484":{"*":{"id":"81166","name":"*","chunks":[],"async":false}},"51212":{"*":{"id":"94736","name":"*","chunks":[],"async":false}},"52174":{"*":{"id":"18718","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62079":{"*":{"id":"50519","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"67787":{"*":{"id":"95151","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"71423":{"*":{"id":"81281","name":"*","chunks":[],"async":false}},"71886":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"73954":{"*":{"id":"88264","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"77242":{"*":{"id":"19208","name":"*","chunks":[],"async":false}},"77260":{"*":{"id":"96512","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"81453":{"*":{"id":"1237","name":"*","chunks":[],"async":false}},"81984":{"*":{"id":"69370","name":"*","chunks":[],"async":false}},"81998":{"*":{"id":"47194","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"96759":{"*":{"id":"79573","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"99784":{"*":{"id":"68246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/app/globals.css":{"id":66872,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/ai/main-region.tsx":{"id":52174,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/ask/ask-modal.tsx":{"id":42578,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/live-refresh.tsx":{"id":81998,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/notes/notes-context.tsx":{"id":81984,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/notes/notes-drawer.tsx":{"id":71886,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-bar.tsx":{"id":434,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-context.tsx":{"id":48484,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/tab-workspace.tsx":{"id":77242,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/theme/appearance-sync.tsx":{"id":12943,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/top-nav.tsx":{"id":10436,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/components/update-banner.tsx":{"id":29510,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":35353,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":63494,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","7424","static/chunks/7424-d7fa15ef452064dd.js","9887","static/chunks/9887-e8954568a4031ed3.js","3908","static/chunks/3908-2ba88cd8ba5dfa2e.js","7177","static/chunks/app/layout-ef1edf5ed5839b01.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/components/docs/docs.tsx":{"id":73954,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/learn/learn-workspace.tsx":{"id":37665,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/learn/lesson-library-view.tsx":{"id":38464,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/landing/landing.tsx":{"id":21904,"name":"*","chunks":["3862","static/chunks/1a258343-954e0e6619585d3c.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","5957","static/chunks/5957-83f611fcd5a08b45.js","8974","static/chunks/app/page-32a051917fc57795.js"],"async":false},"/home/runner/work/beacon/beacon/components/graph/db-map-client.tsx":{"id":44853,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/files-map-client.tsx":{"id":62079,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/map-client.tsx":{"id":99784,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/map-tabs-shell.tsx":{"id":77260,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/share/shared-board-view.tsx":{"id":48045,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/share/shared-plan-view.tsx":{"id":51212,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/appearance-card.tsx":{"id":23319,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/context-card.tsx":{"id":81453,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/danger-card.tsx":{"id":71423,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/delete-workspace-card.tsx":{"id":96759,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/linear-card.tsx":{"id":40755,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/permission-mode-card.tsx":{"id":67787,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/settings/settings-tabs.tsx":{"id":32059,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/@base-ui/react/esm/button/Button.js":{"id":6539,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-workspace.tsx":{"id":35230,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/beacon/beacon/":[],"/home/runner/work/beacon/beacon/app/layout":[{"inlined":false,"path":"static/css/9301599114d42898.css"},{"inlined":false,"path":"static/css/e02ab5db9ff2dca2.css"}],"/home/runner/work/beacon/beacon/app/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"},{"inlined":false,"path":"static/css/53e84df868515cf7.css"},{"inlined":false,"path":"static/css/83755b1f39ccf91d.css"}],"/home/runner/work/beacon/beacon/app/help/page":[]},"rscModuleMapping":{"434":{"*":{"id":"81974","name":"*","chunks":[],"async":false}},"6539":{"*":{"id":"2739","name":"*","chunks":[],"async":false}},"10436":{"*":{"id":"77946","name":"*","chunks":[],"async":false}},"12943":{"*":{"id":"80507","name":"*","chunks":[],"async":false}},"21904":{"*":{"id":"67878","name":"*","chunks":[],"async":false}},"23319":{"*":{"id":"22","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"29510":{"*":{"id":"17017","name":"*","chunks":[],"async":false}},"32059":{"*":{"id":"83885","name":"*","chunks":[],"async":false}},"35230":{"*":{"id":"478","name":"*","chunks":[],"async":false}},"37665":{"*":{"id":"28030","name":"*","chunks":[],"async":false}},"38464":{"*":{"id":"41276","name":"*","chunks":[],"async":false}},"40755":{"*":{"id":"61681","name":"*","chunks":[],"async":false}},"42578":{"*":{"id":"42462","name":"*","chunks":[],"async":false}},"44853":{"*":{"id":"7239","name":"*","chunks":[],"async":false}},"48045":{"*":{"id":"89501","name":"*","chunks":[],"async":false}},"48484":{"*":{"id":"48136","name":"*","chunks":[],"async":false}},"51212":{"*":{"id":"24774","name":"*","chunks":[],"async":false}},"52174":{"*":{"id":"7572","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62079":{"*":{"id":"42696","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67787":{"*":{"id":"74069","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"71423":{"*":{"id":"44919","name":"*","chunks":[],"async":false}},"71886":{"*":{"id":"30818","name":"*","chunks":[],"async":false}},"73954":{"*":{"id":"42590","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"77242":{"*":{"id":"25126","name":"*","chunks":[],"async":false}},"77260":{"*":{"id":"46126","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"81453":{"*":{"id":"13255","name":"*","chunks":[],"async":false}},"81984":{"*":{"id":"71412","name":"*","chunks":[],"async":false}},"81998":{"*":{"id":"60867","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"96759":{"*":{"id":"98167","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"99784":{"*":{"id":"56030","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/help/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"434":{"*":{"id":"41616","name":"*","chunks":[],"async":false}},"6539":{"*":{"id":"70813","name":"*","chunks":[],"async":false}},"10436":{"*":{"id":"41164","name":"*","chunks":[],"async":false}},"12943":{"*":{"id":"80765","name":"*","chunks":[],"async":false}},"21904":{"*":{"id":"77476","name":"*","chunks":[],"async":false}},"23319":{"*":{"id":"4752","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"29510":{"*":{"id":"59953","name":"*","chunks":[],"async":false}},"35230":{"*":{"id":"74757","name":"*","chunks":[],"async":false}},"37665":{"*":{"id":"16900","name":"*","chunks":[],"async":false}},"38464":{"*":{"id":"86634","name":"*","chunks":[],"async":false}},"40755":{"*":{"id":"599","name":"*","chunks":[],"async":false}},"42578":{"*":{"id":"85452","name":"*","chunks":[],"async":false}},"44642":{"*":{"id":"86808","name":"*","chunks":[],"async":false}},"44853":{"*":{"id":"42025","name":"*","chunks":[],"async":false}},"48045":{"*":{"id":"65699","name":"*","chunks":[],"async":false}},"48484":{"*":{"id":"81166","name":"*","chunks":[],"async":false}},"51212":{"*":{"id":"94736","name":"*","chunks":[],"async":false}},"52022":{"*":{"id":"7907","name":"*","chunks":[],"async":false}},"52174":{"*":{"id":"18718","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62079":{"*":{"id":"50519","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"67787":{"*":{"id":"95151","name":"*","chunks":[],"async":false}},"70473":{"*":{"id":"70809","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"71423":{"*":{"id":"81281","name":"*","chunks":[],"async":false}},"71886":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"73954":{"*":{"id":"88264","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"77242":{"*":{"id":"19208","name":"*","chunks":[],"async":false}},"77260":{"*":{"id":"96512","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"81453":{"*":{"id":"1237","name":"*","chunks":[],"async":false}},"81984":{"*":{"id":"69370","name":"*","chunks":[],"async":false}},"81998":{"*":{"id":"47194","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"96759":{"*":{"id":"79573","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/app/globals.css":{"id":66872,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/ai/main-region.tsx":{"id":52174,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/ask/ask-modal.tsx":{"id":42578,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/live-refresh.tsx":{"id":81998,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/notes/notes-context.tsx":{"id":81984,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/notes/notes-drawer.tsx":{"id":71886,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-bar.tsx":{"id":434,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-context.tsx":{"id":48484,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/shell-nav-bridge.tsx":{"id":70473,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/tab-workspace.tsx":{"id":77242,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/theme/appearance-sync.tsx":{"id":12943,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/top-nav.tsx":{"id":10436,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/components/update-banner.tsx":{"id":29510,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":35353,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":63494,"name":"*","chunks":["5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-0378818fce5a4dc5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","2114","static/chunks/2114-74736df56930b46c.js","5547","static/chunks/5547-2c07851028a9033a.js","7177","static/chunks/app/layout-c893ade848478689.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"async":false},"/home/runner/work/beacon/beacon/components/appearance-card.tsx":{"id":23319,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/context-card.tsx":{"id":81453,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/danger-card.tsx":{"id":71423,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/delete-workspace-card.tsx":{"id":96759,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/linear-card.tsx":{"id":40755,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/permission-mode-card.tsx":{"id":67787,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/settings/settings-modal.tsx":{"id":44642,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/node_modules/@base-ui/react/esm/button/Button.js":{"id":6539,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/docs/docs.tsx":{"id":73954,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/learn/learn-workspace.tsx":{"id":37665,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/learn/lesson-library-view.tsx":{"id":38464,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/landing/landing.tsx":{"id":21904,"name":"*","chunks":["3862","static/chunks/1a258343-954e0e6619585d3c.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","4888","static/chunks/4888-911c0da3c2d785d2.js","8710","static/chunks/8710-6b2685272a1e1ff7.js","8974","static/chunks/app/page-62c53092bdab1224.js"],"async":false},"/home/runner/work/beacon/beacon/components/graph/db-map-client.tsx":{"id":44853,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/files-map-client.tsx":{"id":62079,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/map-client.tsx":{"id":52022,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/graph/map-tabs-shell.tsx":{"id":77260,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/share/shared-board-view.tsx":{"id":48045,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/share/shared-plan-view.tsx":{"id":51212,"name":"*","chunks":[],"async":false},"/home/runner/work/beacon/beacon/components/plan/plan-workspace.tsx":{"id":35230,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/beacon/beacon/":[],"/home/runner/work/beacon/beacon/app/layout":[{"inlined":false,"path":"static/css/95077158c5710c9e.css"},{"inlined":false,"path":"static/css/e02ab5db9ff2dca2.css"}],"/home/runner/work/beacon/beacon/app/@modal/default":[],"/home/runner/work/beacon/beacon/app/page":[{"inlined":false,"path":"static/css/008a05b0ad6b854a.css"},{"inlined":false,"path":"static/css/53e84df868515cf7.css"},{"inlined":false,"path":"static/css/83755b1f39ccf91d.css"}],"/home/runner/work/beacon/beacon/app/help/page":[]},"rscModuleMapping":{"434":{"*":{"id":"81974","name":"*","chunks":[],"async":false}},"6539":{"*":{"id":"2739","name":"*","chunks":[],"async":false}},"10436":{"*":{"id":"77946","name":"*","chunks":[],"async":false}},"12943":{"*":{"id":"80507","name":"*","chunks":[],"async":false}},"21904":{"*":{"id":"67878","name":"*","chunks":[],"async":false}},"23319":{"*":{"id":"22","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"29510":{"*":{"id":"17017","name":"*","chunks":[],"async":false}},"35230":{"*":{"id":"478","name":"*","chunks":[],"async":false}},"37665":{"*":{"id":"28030","name":"*","chunks":[],"async":false}},"38464":{"*":{"id":"41276","name":"*","chunks":[],"async":false}},"40755":{"*":{"id":"61681","name":"*","chunks":[],"async":false}},"42578":{"*":{"id":"42462","name":"*","chunks":[],"async":false}},"44642":{"*":{"id":"73314","name":"*","chunks":[],"async":false}},"44853":{"*":{"id":"7239","name":"*","chunks":[],"async":false}},"48045":{"*":{"id":"89501","name":"*","chunks":[],"async":false}},"48484":{"*":{"id":"48136","name":"*","chunks":[],"async":false}},"51212":{"*":{"id":"24774","name":"*","chunks":[],"async":false}},"52022":{"*":{"id":"56030","name":"*","chunks":[],"async":false}},"52174":{"*":{"id":"7572","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62079":{"*":{"id":"42696","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67787":{"*":{"id":"74069","name":"*","chunks":[],"async":false}},"70473":{"*":{"id":"74103","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"71423":{"*":{"id":"44919","name":"*","chunks":[],"async":false}},"71886":{"*":{"id":"30818","name":"*","chunks":[],"async":false}},"73954":{"*":{"id":"42590","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"77242":{"*":{"id":"25126","name":"*","chunks":[],"async":false}},"77260":{"*":{"id":"46126","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"81453":{"*":{"id":"13255","name":"*","chunks":[],"async":false}},"81984":{"*":{"id":"71412","name":"*","chunks":[],"async":false}},"81998":{"*":{"id":"60867","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"96759":{"*":{"id":"98167","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" data-theme="dark" data-surface="glass" class="dark __variable_246ccd __variable_c29908 h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/22a5144ee8d83bca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/7d4881bb7e1bf84d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/9301599114d42898.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/e02ab5db9ff2dca2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-6c27b0ed1ac1459c.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-cef5038dc7aa126a.js" async=""></script><script src="/_next/static/chunks/main-app-1a32dc335629e4e4.js" async=""></script><script src="/_next/static/chunks/70e0d97a-bbb0ec05083da54f.js" async=""></script><script src="/_next/static/chunks/54a60aa6-0378818fce5a4dc5.js" async=""></script><script src="/_next/static/chunks/8500-f62a38ff68ab7f42.js" async=""></script><script src="/_next/static/chunks/4888-911c0da3c2d785d2.js" async=""></script><script src="/_next/static/chunks/7424-d7fa15ef452064dd.js" async=""></script><script src="/_next/static/chunks/9887-e8954568a4031ed3.js" async=""></script><script src="/_next/static/chunks/3908-2ba88cd8ba5dfa2e.js" async=""></script><script src="/_next/static/chunks/app/layout-ef1edf5ed5839b01.js" async=""></script><script src="/_next/static/chunks/app/help/page-d720609312abff8b.js" async=""></script><meta name="next-size-adjust" content=""/><title>Beacon</title><meta name="description" content="A local control panel for the repository you're working in"/><link rel="icon" href="/icon.svg?bb93a1375ed3c298" type="image/svg+xml" sizes="any"/><link rel="apple-touch-icon" href="/apple-icon.png?f9d64651576bd776" type="image/png" sizes="180x180"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-full flex flex-col bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><script>(function(){try{var d=document.documentElement,t=localStorage.getItem("beacon-theme")||"dark",s=localStorage.getItem("beacon-surface")||"glass",m=t==='dark'||(t==='auto'&&window.matchMedia('(prefers-color-scheme:dark)').matches);d.dataset.theme=m?'dark':'light';d.classList.toggle('dark',m);d.dataset.surface=s;}catch(e){}})();</script><header class="pointer-events-none fixed left-3 top-3 z-30"><div class="glass pointer-events-auto flex h-10 items-center gap-1 rounded-full pl-3 pr-1.5"><a class="mr-1 flex items-center gap-2 text-sm font-semibold tracking-tight" href="/"><svg width="18" height="18" viewBox="20 22 56 56" fill="none" class="text-foreground" aria-hidden="true"><path d="M48 33 L72.5 73 L23.5 73 Z" fill="none" stroke="var(--accent-2, #ff7a45)" stroke-width="7" stroke-linejoin="round" stroke-linecap="round"></path><circle cx="48" cy="29.5" r="7" fill="var(--accent-2, #ff7a45)"></circle></svg><span class="hidden lg:inline">Beacon</span></a><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><span class="font-mono text-xs text-muted-foreground">· <!-- -->beacon</span><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><nav class="flex items-center gap-0.5 text-sm"><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/plan">Plans</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/map">Map</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/learn">Learn</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/settings">Settings</a></nav><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><button type="button" aria-pressed="false" aria-label="Notes" title="Notes" class="flex items-center justify-center rounded-full p-1.5 transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sticky-note size-4" aria-hidden="true"><path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"></path><path d="M15 3v5a1 1 0 0 0 1 1h5"></path></svg></button></div></header><main class="flex flex-1 flex-col"><div class="mx-auto w-full max-w-3xl px-6 pb-16 pt-20"><a class="inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left size-4" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>Settings</a><h1 class="mt-4 text-2xl font-semibold tracking-tight">How to use Beacon</h1><p class="mt-1 text-sm text-muted-foreground">What you can ask the agent to do, what it does on its own, and what happens automatically while you work.</p><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Skills — type these in your terminal session</h2><p class="mt-2 text-sm text-muted-foreground">Slash commands that tell the agent to do something Beacon-shaped. You type them.</p><ul class="mt-4 space-y-4"><li><div class="font-mono text-sm text-foreground">/beacon-init</div><div class="mt-1 text-sm text-muted-foreground"><span class="font-medium text-foreground">When:</span> <!-- -->First time you point Beacon at a repo.</div><div class="mt-0.5 text-sm text-muted-foreground">The agent reads the codebase and fills Beacon's map: the main components, the rough roadmap themes, the database schema, and the endpoints. Run this once per repo to bootstrap the picture.</div></li><li><div class="font-mono text-sm text-foreground">/beacon-refresh</div><div class="mt-1 text-sm text-muted-foreground"><span class="font-medium text-foreground">When:</span> <!-- -->Every few weeks, or after a big set of changes.</div><div class="mt-0.5 text-sm text-muted-foreground">The agent re-surveys the repo and updates what /beacon-init already produced — adds new components, drops removed ones, picks up new tables and routes. Anything you added by hand on the canvas survives the refresh.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">MCP tools — the agent calls these on its own</h2><p class="mt-2 text-sm text-muted-foreground">You don't run these. The agent reaches for them whenever they fit the task — knowing they exist helps you understand what the agent is doing.</p><ul class="mt-4 space-y-4"><li><div class="font-mono text-sm text-foreground">beacon_context_for_feature</div><div class="mt-0.5 text-sm text-muted-foreground">Before touching code for a feature, the agent uses this to pull the files attached to it plus their imports, the endpoints in that domain, the tables those endpoints touch, and the surrounding components — one round-trip instead of a blind Glob/Grep scan.</div></li><li><div class="font-mono text-sm text-foreground">beacon_blast_radius</div><div class="mt-0.5 text-sm text-muted-foreground">Mid-feature, the agent uses this on a file it's about to edit to see what imports it and what it imports — so it can judge whether the change is safe.</div></li><li><div class="font-mono text-sm text-foreground">beacon_propose_plan</div><div class="mt-0.5 text-sm text-muted-foreground">When the agent has a feature plan (tables + relations + endpoints), this opens the plan on Beacon's /plan page and BLOCKS the session. You review, annotate, then Approve / Discard / Submit feedback — and the agent only continues after you've decided.</div></li><li><div class="font-mono text-sm text-foreground">beacon_feature</div><div class="mt-0.5 text-sm text-muted-foreground">One tool for a feature's whole lifecycle — add a card (defaults to backlog), start one (in-progress), break it into sub-tasks, or mark it done with a markdown summary + the files it touched. Keeps the next session's beacon_context_for_feature accurate.</div></li><li><div class="font-mono text-sm text-foreground">beacon_entities</div><div class="mt-0.5 text-sm text-muted-foreground">Generic readout of what's currently mapped — features, architecture, tables, endpoints. The agent uses it when it just needs raw planning data.</div></li><li><div class="font-mono text-sm text-foreground">beacon_map</div><div class="mt-0.5 text-sm text-muted-foreground">Quick list of features on the roadmap — with each card's category, priority, layer and status. The agent calls this near the start of work to see what's already planned and reuse a category.</div></li><li><div class="font-mono text-sm text-foreground">beacon_init_persist</div><div class="mt-0.5 text-sm text-muted-foreground">The write side of /beacon-init and /beacon-refresh — you never call it directly; the skills do.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Automatic hooks — these run without you</h2><p class="mt-2 text-sm text-muted-foreground">Wired into Claude Code globally. You don't trigger them; they react to what the session is already doing.</p><ul class="mt-4 space-y-4"><li><div class="text-sm font-medium text-foreground">Plan mode (ExitPlanMode)</div><div class="mt-0.5 text-sm text-muted-foreground">When the agent shows you a plan, Beacon intercepts it and renders the markdown on /plan with a native annotation panel. Select text and type → it becomes a comment. Approve / Discard / Submit feedback flows back to the session as the agent's next instruction. No prompt walls of text in the terminal.</div></li><li><div class="text-sm font-medium text-foreground">File edits (PostToolUse)</div><div class="mt-0.5 text-sm text-muted-foreground">Every Edit/Write/MultiEdit the agent runs is reported to Beacon, and the file is automatically attached to whichever feature the session is currently working on. The /map view gradually fills in with the real files behind each feature, without you tagging anything.</div></li><li><div class="text-sm font-medium text-foreground">Inline code-graph watcher</div><div class="mt-0.5 text-sm text-muted-foreground">While the panel is open, a background watcher rebuilds the /map → Files view as you save code. No clicking required — it just stays current with the repo it's watching.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Typical loop, end to end</h2><ol class="mt-4 ml-4 list-decimal space-y-2 text-sm text-muted-foreground"><li>First time in a repo: run <span class="font-mono text-foreground">beacon</span> in the terminal, then <span class="font-mono text-foreground">/beacon-init</span> in your session.</li><li>Ask the agent to plan a feature. It calls<!-- --> <span class="font-mono text-foreground">beacon_propose_plan</span>; you review on /plan; you Approve.</li><li>The agent implements. File edits land on the canvas automatically via the PostToolUse hook.</li><li>When done, the agent calls<!-- --> <span class="font-mono text-foreground">beacon_feature</span> (action: done) so the next session has accurate context.</li><li>Every few weeks, run <span class="font-mono text-foreground">/beacon-refresh</span> <!-- -->to keep the architecture map honest as the code grows.</li></ol></section></div><!--$--><!--/$--></main><div aria-hidden="true" class="fixed inset-y-0 right-0 z-40 flex transition-transform duration-300 ease-out pointer-events-none translate-x-full"><div class="glass relative isolate overflow-hidden flex h-full w-[420px] flex-col rounded-l-2xl border-l border-border"><span aria-hidden="true" class="pointer-events-none absolute inset-0 -z-10 rounded-[inherit]" style="background:radial-gradient(90% 60% at 0% 0%, oklch(1 0 0 / 0.04), transparent 42%)"></span><span aria-hidden="true" class="pointer-events-none absolute inset-0 -z-10 rounded-[inherit] opacity-[0.035] mix-blend-overlay" style="background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:120px 120px"></span><div class="flex items-center gap-2 border-b border-border px-3 py-2.5"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sticky-note size-4 text-[var(--accent-2,#ff7a45)]" aria-hidden="true"><path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"></path><path d="M15 3v5a1 1 0 0 0 1 1h5"></path></svg><span class="text-sm font-semibold tracking-tight">Notes</span><span class="ml-auto"></span><button type="button" aria-label="New note" title="New note" class="rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus size-4" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button><button type="button" aria-label="Close notes" title="Close" class="rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x size-4" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg></button></div><div class="max-h-44 shrink-0 overflow-y-auto border-b border-border p-1.5"><p class="px-2 py-3 text-[13px] text-muted-foreground">No notes yet. Hit <span class="text-foreground">+</span> to start one.</p></div><div class="flex flex-1 items-center justify-center p-6 text-center text-[13px] text-muted-foreground">Select a note, or create one. Then <span class="px-1 text-foreground">@</span>-mention it in your terminal to turn it into features.</div></div></div><script src="/_next/static/chunks/webpack-6c27b0ed1ac1459c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[12943,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"AppearanceSync\"]\n3:I[81998,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"LiveRefresh\"]\n4:I[77242,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"TabWorkspace\"]\n5:I[81984,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"NotesProvider\"]\n6:I[48484,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"PlanProvider\"]\n7:I[10436,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"TopNav\"]\n8:I[52174,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"MainRegion\"]\n9:I[57121,[],\"\"]\na:I[74581,[],\"\"]\nb:I[434,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"PlanBar\"]\nc:I[71886,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"NotesDrawer\"]\nd:I[42578,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunk"])</script><script>self.__next_f.push([1,"s/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"AskModal\"]\ne:I[29510,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"7424\",\"static/chunks/7424-d7fa15ef452064dd.js\",\"9887\",\"static/chunks/9887-e8954568a4031ed3.js\",\"3908\",\"static/chunks/3908-2ba88cd8ba5dfa2e.js\",\"7177\",\"static/chunks/app/layout-ef1edf5ed5839b01.js\"],\"UpdateBanner\"]\nf:I[98500,[\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"728\",\"static/chunks/app/help/page-d720609312abff8b.js\"],\"\"]\n10:I[71265,[\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"728\",\"static/chunks/app/help/page-d720609312abff8b.js\"],\"default\"]\n19:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/22a5144ee8d83bca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/7d4881bb7e1bf84d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/9301599114d42898.css\",\"style\"]\n:HL[\"/_next/static/css/e02ab5db9ff2dca2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"help\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"help\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/9301599114d42898.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e02ab5db9ff2dca2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"data-theme\":\"dark\",\"data-surface\":\"glass\",\"className\":\"dark __variable_246ccd __variable_c29908 h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-background text-foreground\",\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var d=document.documentElement,t=localStorage.getItem(\\\"beacon-theme\\\")||\\\"dark\\\",s=localStorage.getItem(\\\"beacon-surface\\\")||\\\"glass\\\",m=t==='dark'||(t==='auto'\u0026\u0026window.matchMedia('(prefers-color-scheme:dark)').matches);d.dataset.theme=m?'dark':'light';d.classList.toggle('dark',m);d.dataset.surface=s;}catch(e){}})();\"}}],[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{\"children\":[[\"$\",\"$L7\",null,{\"repo\":\"beacon\"}],[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$La\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$Lb\",null,{}]]}],[\"$\",\"$Lc\",null,{}]]}],[\"$\",\"$Ld\",null,{}],[\"$\",\"$Le\",null,{\"currentVersion\":\"0.1.81\"}]]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$La\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full max-w-3xl px-6 pb-16 pt-20\",\"children\":[[\"$\",\"$Lf\",null,{\"href\":\"/settings\",\"className\":\"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground\",\"children\":[[\"$\",\"$L10\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"m12 19-7-7 7-7\",\"key\":\"1l729n\"}],[\"path\",{\"d\":\"M19 12H5\",\"key\":\"x3x0zl\"}]],\"className\":\"lucide-arrow-left size-4\"}],\"Settings\"]}],[\"$\",\"h1\",null,{\"className\":\"mt-4 text-2xl font-semibold tracking-tight\",\"children\":\"How to use Beacon\"}],[\"$\",\"p\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":\"What you can ask the agent to do, what it does on its own, and what happens automatically while you work.\"}],[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Skills — type these in your terminal session\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"Slash commands that tell the agent to do something Beacon-shaped. You type them.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"/beacon-init\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"/beacon-init\"}],[\"$\",\"div\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-medium text-foreground\",\"children\":\"When:\"}],\" \",\"First time you point Beacon at a repo.\"]}],\"$L11\"]}],\"$L12\"]}]]}],\"$L13\",\"$L14\",\"$L15\"]}],null,\"$L16\"]}],{},null,false,null]},null,false,\"$@17\"]},null,false,null],\"$L18\",false]],\"m\":\"$undefined\",\"G\":[\"$19\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ms-hAcPFSz7LxuiDMzzcP\"}\n"])</script><script>self.__next_f.push([1,"1a:I[90484,[],\"OutletBoundary\"]\n1b:\"$Sreact.suspense\"\n1e:I[90484,[],\"ViewportBoundary\"]\n20:I[90484,[],\"MetadataBoundary\"]\n11:[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The agent reads the codebase and fills Beacon's map: the main components, the rough roadmap themes, the database schema, and the endpoints. Run this once per repo to bootstrap the picture.\"}]\n12:[\"$\",\"li\",\"/beacon-refresh\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"/beacon-refresh\"}],[\"$\",\"div\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-medium text-foreground\",\"children\":\"When:\"}],\" \",\"Every few weeks, or after a big set of changes.\"]}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The agent re-surveys the repo and updates what /beacon-init already produced — adds new components, drops removed ones, picks up new tables and routes. Anything you added by hand on the canvas survives the refresh.\"}]]}]\n"])</script><script>self.__next_f.push([1,"13:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"MCP tools — the agent calls these on its own\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"You don't run these. The agent reaches for them whenever they fit the task — knowing they exist helps you understand what the agent is doing.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"beacon_context_for_feature\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_context_for_feature\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Before touching code for a feature, the agent uses this to pull the files attached to it plus their imports, the endpoints in that domain, the tables those endpoints touch, and the surrounding components — one round-trip instead of a blind Glob/Grep scan.\"}]]}],[\"$\",\"li\",\"beacon_blast_radius\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_blast_radius\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Mid-feature, the agent uses this on a file it's about to edit to see what imports it and what it imports — so it can judge whether the change is safe.\"}]]}],[\"$\",\"li\",\"beacon_propose_plan\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_propose_plan\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"When the agent has a feature plan (tables + relations + endpoints), this opens the plan on Beacon's /plan page and BLOCKS the session. You review, annotate, then Approve / Discard / Submit feedback — and the agent only continues after you've decided.\"}]]}],[\"$\",\"li\",\"beacon_feature\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_feature\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"One tool for a feature's whole lifecycle — add a card (defaults to backlog), start one (in-progress), break it into sub-tasks, or mark it done with a markdown summary + the files it touched. Keeps the next session's beacon_context_for_feature accurate.\"}]]}],[\"$\",\"li\",\"beacon_entities\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_entities\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Generic readout of what's currently mapped — features, architecture, tables, endpoints. The agent uses it when it just needs raw planning data.\"}]]}],[\"$\",\"li\",\"beacon_map\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_map\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Quick list of features on the roadmap — with each card's category, priority, layer and status. The agent calls this near the start of work to see what's already planned and reuse a category.\"}]]}],[\"$\",\"li\",\"beacon_init_persist\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_init_persist\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The write side of /beacon-init and /beacon-refresh — you never call it directly; the skills do.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"14:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Automatic hooks — these run without you\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"Wired into Claude Code globally. You don't trigger them; they react to what the session is already doing.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"Plan mode (ExitPlanMode)\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"Plan mode (ExitPlanMode)\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"When the agent shows you a plan, Beacon intercepts it and renders the markdown on /plan with a native annotation panel. Select text and type → it becomes a comment. Approve / Discard / Submit feedback flows back to the session as the agent's next instruction. No prompt walls of text in the terminal.\"}]]}],[\"$\",\"li\",\"File edits (PostToolUse)\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"File edits (PostToolUse)\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Every Edit/Write/MultiEdit the agent runs is reported to Beacon, and the file is automatically attached to whichever feature the session is currently working on. The /map view gradually fills in with the real files behind each feature, without you tagging anything.\"}]]}],[\"$\",\"li\",\"Inline code-graph watcher\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"Inline code-graph watcher\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"While the panel is open, a background watcher rebuilds the /map → Files view as you save code. No clicking required — it just stays current with the repo it's watching.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"15:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Typical loop, end to end\"}],[\"$\",\"ol\",null,{\"className\":\"mt-4 ml-4 list-decimal space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",null,{\"children\":[\"First time in a repo: run \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon\"}],\" in the terminal, then \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"/beacon-init\"}],\" in your session.\"]}],[\"$\",\"li\",null,{\"children\":[\"Ask the agent to plan a feature. It calls\",\" \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon_propose_plan\"}],\"; you review on /plan; you Approve.\"]}],[\"$\",\"li\",null,{\"children\":\"The agent implements. File edits land on the canvas automatically via the PostToolUse hook.\"}],[\"$\",\"li\",null,{\"children\":[\"When done, the agent calls\",\" \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon_feature\"}],\" (action: done) so the next session has accurate context.\"]}],[\"$\",\"li\",null,{\"children\":[\"Every few weeks, run \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"/beacon-refresh\"}],\" \",\"to keep the architecture map honest as the code grows.\"]}]]}]]}]\n16:[\"$\",\"$L1a\",null,{\"children\":[\"$\",\"$1b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@1c\"}]}]\n1d:[]\n17:\"$W1d\"\n18:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1e\",null,{\"children\":\"$L1f\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L20\",null,{\"children\":[\"$\",\"$1b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L21\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n"])</script><script>self.__next_f.push([1,"1f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"22:I[86869,[],\"IconMark\"]\n1c:null\n21:[[\"$\",\"title\",\"0\",{\"children\":\"Beacon\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"A local control panel for the repository you're working in\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?bb93a1375ed3c298\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?f9d64651576bd776\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$L22\",\"4\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" data-theme="dark" data-surface="glass" class="dark __variable_246ccd __variable_c29908 h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/22a5144ee8d83bca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/7d4881bb7e1bf84d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/95077158c5710c9e.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/e02ab5db9ff2dca2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-6c27b0ed1ac1459c.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-cef5038dc7aa126a.js" async=""></script><script src="/_next/static/chunks/main-app-1a32dc335629e4e4.js" async=""></script><script src="/_next/static/chunks/70e0d97a-bbb0ec05083da54f.js" async=""></script><script src="/_next/static/chunks/54a60aa6-0378818fce5a4dc5.js" async=""></script><script src="/_next/static/chunks/8500-f62a38ff68ab7f42.js" async=""></script><script src="/_next/static/chunks/4888-911c0da3c2d785d2.js" async=""></script><script src="/_next/static/chunks/2114-74736df56930b46c.js" async=""></script><script src="/_next/static/chunks/5547-2c07851028a9033a.js" async=""></script><script src="/_next/static/chunks/app/layout-c893ade848478689.js" async=""></script><script src="/_next/static/chunks/app/help/page-d720609312abff8b.js" async=""></script><meta name="next-size-adjust" content=""/><title>Beacon</title><meta name="description" content="A local control panel for the repository you're working in"/><link rel="icon" href="/icon.svg?bb93a1375ed3c298" type="image/svg+xml" sizes="any"/><link rel="apple-touch-icon" href="/apple-icon.png?f9d64651576bd776" type="image/png" sizes="180x180"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-full flex flex-col bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><script>(function(){try{var d=document.documentElement,t=localStorage.getItem("beacon-theme")||"dark",s=localStorage.getItem("beacon-surface")||"glass",m=t==='dark'||(t==='auto'&&window.matchMedia('(prefers-color-scheme:dark)').matches);d.dataset.theme=m?'dark':'light';d.classList.toggle('dark',m);d.dataset.surface=s;}catch(e){}})();</script><header data-app-nav="true" class="pointer-events-none fixed left-3 top-3 z-30"><div class="glass pointer-events-auto flex h-10 items-center gap-1 rounded-full pl-3 pr-1.5"><div class="flex items-center gap-1"><a class="mr-1 flex items-center gap-2 text-sm font-semibold tracking-tight" href="/"><svg width="18" height="18" viewBox="20 22 56 56" fill="none" class="text-foreground" aria-hidden="true"><path d="M48 33 L72.5 73 L23.5 73 Z" fill="none" stroke="var(--accent-2, #ff7a45)" stroke-width="7" stroke-linejoin="round" stroke-linecap="round"></path><circle cx="48" cy="29.5" r="7" fill="var(--accent-2, #ff7a45)"></circle></svg><span class="hidden lg:inline">Beacon</span></a><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><span class="font-mono text-xs text-muted-foreground">· <!-- -->beacon</span><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><nav class="flex items-center gap-0.5 text-sm"><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/plan">Plans</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/map">Map</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/learn">Learn</a><a class="rounded-full px-3 py-1 text-[13px] tracking-tight transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground" href="/settings">Settings</a></nav><span aria-hidden="true" class="mx-1 h-5 w-px bg-border"></span><button type="button" aria-pressed="false" aria-label="Notes" title="Notes" class="flex items-center justify-center rounded-full p-1.5 transition-colors text-muted-foreground hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sticky-note size-4" aria-hidden="true"><path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"></path><path d="M15 3v5a1 1 0 0 0 1 1h5"></path></svg></button></div></div></header><main class="flex flex-1 flex-col"><div class="mx-auto w-full max-w-3xl px-6 pb-16 pt-20"><a class="inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left size-4" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>Settings</a><h1 class="mt-4 text-2xl font-semibold tracking-tight">How to use Beacon</h1><p class="mt-1 text-sm text-muted-foreground">What you can ask the agent to do, what it does on its own, and what happens automatically while you work.</p><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Skills — type these in your terminal session</h2><p class="mt-2 text-sm text-muted-foreground">Slash commands that tell the agent to do something Beacon-shaped. You type them.</p><ul class="mt-4 space-y-4"><li><div class="font-mono text-sm text-foreground">/beacon-init</div><div class="mt-1 text-sm text-muted-foreground"><span class="font-medium text-foreground">When:</span> <!-- -->First time you point Beacon at a repo.</div><div class="mt-0.5 text-sm text-muted-foreground">The agent reads the codebase and fills Beacon's map: the main components, the rough roadmap themes, the database schema, and the endpoints. Run this once per repo to bootstrap the picture.</div></li><li><div class="font-mono text-sm text-foreground">/beacon-refresh</div><div class="mt-1 text-sm text-muted-foreground"><span class="font-medium text-foreground">When:</span> <!-- -->Every few weeks, or after a big set of changes.</div><div class="mt-0.5 text-sm text-muted-foreground">The agent re-surveys the repo and updates what /beacon-init already produced — adds new components, drops removed ones, picks up new tables and routes. Anything you added by hand on the canvas survives the refresh.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">MCP tools — the agent calls these on its own</h2><p class="mt-2 text-sm text-muted-foreground">You don't run these. The agent reaches for them whenever they fit the task — knowing they exist helps you understand what the agent is doing.</p><ul class="mt-4 space-y-4"><li><div class="font-mono text-sm text-foreground">beacon_context_for_feature</div><div class="mt-0.5 text-sm text-muted-foreground">Before touching code for a feature, the agent uses this to pull the files attached to it plus their imports, the endpoints in that domain, the tables those endpoints touch, and the surrounding components — one round-trip instead of a blind Glob/Grep scan.</div></li><li><div class="font-mono text-sm text-foreground">beacon_blast_radius</div><div class="mt-0.5 text-sm text-muted-foreground">Mid-feature, the agent uses this on a file it's about to edit to see what imports it and what it imports — so it can judge whether the change is safe.</div></li><li><div class="font-mono text-sm text-foreground">beacon_propose_plan</div><div class="mt-0.5 text-sm text-muted-foreground">When the agent has a feature plan (tables + relations + endpoints), this opens the plan on Beacon's /plan page and BLOCKS the session. You review, annotate, then Approve / Discard / Submit feedback — and the agent only continues after you've decided.</div></li><li><div class="font-mono text-sm text-foreground">beacon_feature</div><div class="mt-0.5 text-sm text-muted-foreground">One tool for a feature's whole lifecycle — add a card (defaults to backlog), start one (in-progress), break it into sub-tasks, or mark it done with a markdown summary + the files it touched. Keeps the next session's beacon_context_for_feature accurate.</div></li><li><div class="font-mono text-sm text-foreground">beacon_entities</div><div class="mt-0.5 text-sm text-muted-foreground">Generic readout of what's currently mapped — features, architecture, tables, endpoints. The agent uses it when it just needs raw planning data.</div></li><li><div class="font-mono text-sm text-foreground">beacon_map</div><div class="mt-0.5 text-sm text-muted-foreground">Quick list of features on the roadmap — with each card's category, priority, layer and status. The agent calls this near the start of work to see what's already planned and reuse a category.</div></li><li><div class="font-mono text-sm text-foreground">beacon_init_persist</div><div class="mt-0.5 text-sm text-muted-foreground">The write side of /beacon-init and /beacon-refresh — you never call it directly; the skills do.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Automatic hooks — these run without you</h2><p class="mt-2 text-sm text-muted-foreground">Wired into Claude Code globally. You don't trigger them; they react to what the session is already doing.</p><ul class="mt-4 space-y-4"><li><div class="text-sm font-medium text-foreground">Plan mode (ExitPlanMode)</div><div class="mt-0.5 text-sm text-muted-foreground">When the agent shows you a plan, Beacon intercepts it and renders the markdown on /plan with a native annotation panel. Select text and type → it becomes a comment. Approve / Discard / Submit feedback flows back to the session as the agent's next instruction. No prompt walls of text in the terminal.</div></li><li><div class="text-sm font-medium text-foreground">File edits (PostToolUse)</div><div class="mt-0.5 text-sm text-muted-foreground">Every Edit/Write/MultiEdit the agent runs is reported to Beacon, and the file is automatically attached to whichever feature the session is currently working on. The /map view gradually fills in with the real files behind each feature, without you tagging anything.</div></li><li><div class="text-sm font-medium text-foreground">Inline code-graph watcher</div><div class="mt-0.5 text-sm text-muted-foreground">While the panel is open, a background watcher rebuilds the /map → Files view as you save code. No clicking required — it just stays current with the repo it's watching.</div></li></ul></section><section><h2 class="mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground">Typical loop, end to end</h2><ol class="mt-4 ml-4 list-decimal space-y-2 text-sm text-muted-foreground"><li>First time in a repo: run <span class="font-mono text-foreground">beacon</span> in the terminal, then <span class="font-mono text-foreground">/beacon-init</span> in your session.</li><li>Ask the agent to plan a feature. It calls<!-- --> <span class="font-mono text-foreground">beacon_propose_plan</span>; you review on /plan; you Approve.</li><li>The agent implements. File edits land on the canvas automatically via the PostToolUse hook.</li><li>When done, the agent calls<!-- --> <span class="font-mono text-foreground">beacon_feature</span> (action: done) so the next session has accurate context.</li><li>Every few weeks, run <span class="font-mono text-foreground">/beacon-refresh</span> <!-- -->to keep the architecture map honest as the code grows.</li></ol></section></div><!--$--><!--/$--></main><div aria-hidden="true" class="fixed inset-y-0 right-0 z-40 flex transition-transform duration-300 ease-out pointer-events-none translate-x-full"><div class="glass relative isolate overflow-hidden flex h-full w-[420px] flex-col rounded-l-2xl border-l border-border"><span aria-hidden="true" class="pointer-events-none absolute inset-0 -z-10 rounded-[inherit]" style="background:radial-gradient(90% 60% at 0% 0%, oklch(1 0 0 / 0.04), transparent 42%)"></span><span aria-hidden="true" class="pointer-events-none absolute inset-0 -z-10 rounded-[inherit] opacity-[0.035] mix-blend-overlay" style="background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:120px 120px"></span><div class="flex items-center gap-2 border-b border-border px-3 py-2.5"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sticky-note size-4 text-[var(--accent-2,#ff7a45)]" aria-hidden="true"><path d="M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"></path><path d="M15 3v5a1 1 0 0 0 1 1h5"></path></svg><span class="text-sm font-semibold tracking-tight">Notes</span><span class="ml-auto"></span><button type="button" aria-label="New note" title="New note" class="rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus size-4" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button><button type="button" aria-label="Close notes" title="Close" class="rounded-md p-1.5 text-muted-foreground transition-colors hover:bg-[var(--ink-hover)] hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x size-4" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg></button></div><div class="max-h-44 shrink-0 overflow-y-auto border-b border-border p-1.5"><p class="px-2 py-3 text-[13px] text-muted-foreground">No notes yet. Hit <span class="text-foreground">+</span> to start one.</p></div><div class="flex flex-1 items-center justify-center p-6 text-center text-[13px] text-muted-foreground">Select a note, or create one. Then <span class="px-1 text-foreground">@</span>-mention it in your terminal to turn it into features.</div></div></div><script src="/_next/static/chunks/webpack-6c27b0ed1ac1459c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:I[64777,[],\"HTTPAccessFallbackBoundary\"]\n2:I[12943,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"AppearanceSync\"]\n3:I[81998,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"LiveRefresh\"]\n4:I[77242,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"TabWorkspace\"]\n5:I[81984,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"NotesProvider\"]\n6:I[48484,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"PlanProvider\"]\n7:I[10436,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"TopNav\"]\n8:I[70473,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"ShellNavBridge\"]\n9:I[52174,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"MainRegion\"]\na:I[434,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"PlanBar\"]\nb:I[71886,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"NotesDrawer\"]\nc:I[42578,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028"])</script><script>self.__next_f.push([1,"a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"AskModal\"]\nd:I[29510,[\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-0378818fce5a4dc5.js\",\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"4888\",\"static/chunks/4888-911c0da3c2d785d2.js\",\"2114\",\"static/chunks/2114-74736df56930b46c.js\",\"5547\",\"static/chunks/5547-2c07851028a9033a.js\",\"7177\",\"static/chunks/app/layout-c893ade848478689.js\"],\"UpdateBanner\"]\ne:I[57121,[],\"\"]\nf:I[74581,[],\"\"]\n10:\"$Sreact.fragment\"\n11:I[98500,[\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"728\",\"static/chunks/app/help/page-d720609312abff8b.js\"],\"\"]\n12:I[71265,[\"8500\",\"static/chunks/8500-f62a38ff68ab7f42.js\",\"728\",\"static/chunks/app/help/page-d720609312abff8b.js\"],\"default\"]\n1d:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/22a5144ee8d83bca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/7d4881bb7e1bf84d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/95077158c5710c9e.css\",\"style\"]\n:HL[\"/_next/static/css/e02ab5db9ff2dca2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"help\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"help\",{\"children\":[\"__PAGE__\",{}]}],\"modal\":[\"__DEFAULT__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$L1\",\"c\",{\"notFound\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/95077158c5710c9e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e02ab5db9ff2dca2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"data-theme\":\"dark\",\"data-surface\":\"glass\",\"className\":\"dark __variable_246ccd __variable_c29908 h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-background text-foreground\",\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var d=document.documentElement,t=localStorage.getItem(\\\"beacon-theme\\\")||\\\"dark\\\",s=localStorage.getItem(\\\"beacon-surface\\\")||\\\"glass\\\",m=t==='dark'||(t==='auto'\u0026\u0026window.matchMedia('(prefers-color-scheme:dark)').matches);d.dataset.theme=m?'dark':'light';d.classList.toggle('dark',m);d.dataset.surface=s;}catch(e){}})();\"}}],[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{\"children\":[[\"$\",\"$L7\",null,{\"repo\":\"beacon\"}],[\"$\",\"$L8\",null,{}],[\"$\",\"$L9\",null,{\"children\":[[],[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"$0:f:0:1:0:props:notFound:1:props:children:props:children:1:3:props:children:0:props:children:2:props:children:0\"]]}],\"$undefined\",[\"$\",\"$La\",null,{}]]}],[\"$\",\"$Lb\",null,{}]]}],[\"$\",\"$Lc\",null,{}],[\"$\",\"$Ld\",null,{\"currentVersion\":\"0.1.83\"}]]]}]}]],\"children\":[\"$0:f:0:1:0:props:notFound:0\",[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"data-theme\":\"dark\",\"data-surface\":\"glass\",\"className\":\"dark __variable_246ccd __variable_c29908 h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-background text-foreground\",\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var d=document.documentElement,t=localStorage.getItem(\\\"beacon-theme\\\")||\\\"dark\\\",s=localStorage.getItem(\\\"beacon-surface\\\")||\\\"glass\\\",m=t==='dark'||(t==='auto'\u0026\u0026window.matchMedia('(prefers-color-scheme:dark)').matches);d.dataset.theme=m?'dark':'light';d.classList.toggle('dark',m);d.dataset.surface=s;}catch(e){}})();\"}}],[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{\"children\":[[\"$\",\"$L7\",null,{\"repo\":\"beacon\"}],[\"$\",\"$L8\",null,{}],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$0:f:0:1:0:props:notFound:1:props:children:props:children:1:3:props:children:0:props:children:2:props:children:1\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"modal\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$La\",null,{}]]}],[\"$\",\"$Lb\",null,{}]]}],[\"$\",\"$Lc\",null,{}],[\"$\",\"$Ld\",null,{\"currentVersion\":\"0.1.83\"}]]]}]}]]}],{\"children\":[[\"$\",\"$10\",\"c\",{\"children\":[null,[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$10\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full max-w-3xl px-6 pb-16 pt-20\",\"children\":[[\"$\",\"$L11\",null,{\"href\":\"/settings\",\"className\":\"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground\",\"children\":[[\"$\",\"$L12\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"m12 19-7-7 7-7\",\"key\":\"1l729n\"}],[\"path\",{\"d\":\"M19 12H5\",\"key\":\"x3x0zl\"}]],\"className\":\"lucide-arrow-left size-4\"}],\"Settings\"]}],\"$L13\",\"$L14\",\"$L15\",\"$L16\",\"$L17\",\"$L18\"]}],null,\"$L19\"]}],{},null,false,null]},null,false,\"$@1a\"],\"modal\":[\"$L1b\",{},null,false,null]},null,false,null],\"$L1c\",false]],\"m\":\"$undefined\",\"G\":[\"$1d\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"BuULrtf1kXZqNPMDIPeVT\"}\n"])</script><script>self.__next_f.push([1,"1e:I[90484,[],\"OutletBoundary\"]\n1f:\"$Sreact.suspense\"\n22:I[90484,[],\"ViewportBoundary\"]\n24:I[90484,[],\"MetadataBoundary\"]\n13:[\"$\",\"h1\",null,{\"className\":\"mt-4 text-2xl font-semibold tracking-tight\",\"children\":\"How to use Beacon\"}]\n14:[\"$\",\"p\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":\"What you can ask the agent to do, what it does on its own, and what happens automatically while you work.\"}]\n"])</script><script>self.__next_f.push([1,"15:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Skills — type these in your terminal session\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"Slash commands that tell the agent to do something Beacon-shaped. You type them.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"/beacon-init\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"/beacon-init\"}],[\"$\",\"div\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-medium text-foreground\",\"children\":\"When:\"}],\" \",\"First time you point Beacon at a repo.\"]}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The agent reads the codebase and fills Beacon's map: the main components, the rough roadmap themes, the database schema, and the endpoints. Run this once per repo to bootstrap the picture.\"}]]}],[\"$\",\"li\",\"/beacon-refresh\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"/beacon-refresh\"}],[\"$\",\"div\",null,{\"className\":\"mt-1 text-sm text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-medium text-foreground\",\"children\":\"When:\"}],\" \",\"Every few weeks, or after a big set of changes.\"]}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The agent re-surveys the repo and updates what /beacon-init already produced — adds new components, drops removed ones, picks up new tables and routes. Anything you added by hand on the canvas survives the refresh.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"16:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"MCP tools — the agent calls these on its own\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"You don't run these. The agent reaches for them whenever they fit the task — knowing they exist helps you understand what the agent is doing.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"beacon_context_for_feature\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_context_for_feature\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Before touching code for a feature, the agent uses this to pull the files attached to it plus their imports, the endpoints in that domain, the tables those endpoints touch, and the surrounding components — one round-trip instead of a blind Glob/Grep scan.\"}]]}],[\"$\",\"li\",\"beacon_blast_radius\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_blast_radius\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Mid-feature, the agent uses this on a file it's about to edit to see what imports it and what it imports — so it can judge whether the change is safe.\"}]]}],[\"$\",\"li\",\"beacon_propose_plan\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_propose_plan\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"When the agent has a feature plan (tables + relations + endpoints), this opens the plan on Beacon's /plan page and BLOCKS the session. You review, annotate, then Approve / Discard / Submit feedback — and the agent only continues after you've decided.\"}]]}],[\"$\",\"li\",\"beacon_feature\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_feature\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"One tool for a feature's whole lifecycle — add a card (defaults to backlog), start one (in-progress), break it into sub-tasks, or mark it done with a markdown summary + the files it touched. Keeps the next session's beacon_context_for_feature accurate.\"}]]}],[\"$\",\"li\",\"beacon_entities\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_entities\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Generic readout of what's currently mapped — features, architecture, tables, endpoints. The agent uses it when it just needs raw planning data.\"}]]}],[\"$\",\"li\",\"beacon_map\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_map\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Quick list of features on the roadmap — with each card's category, priority, layer and status. The agent calls this near the start of work to see what's already planned and reuse a category.\"}]]}],[\"$\",\"li\",\"beacon_init_persist\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-mono text-sm text-foreground\",\"children\":\"beacon_init_persist\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"The write side of /beacon-init and /beacon-refresh — you never call it directly; the skills do.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"17:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Automatic hooks — these run without you\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-muted-foreground\",\"children\":\"Wired into Claude Code globally. You don't trigger them; they react to what the session is already doing.\"}],[\"$\",\"ul\",null,{\"className\":\"mt-4 space-y-4\",\"children\":[[\"$\",\"li\",\"Plan mode (ExitPlanMode)\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"Plan mode (ExitPlanMode)\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"When the agent shows you a plan, Beacon intercepts it and renders the markdown on /plan with a native annotation panel. Select text and type → it becomes a comment. Approve / Discard / Submit feedback flows back to the session as the agent's next instruction. No prompt walls of text in the terminal.\"}]]}],[\"$\",\"li\",\"File edits (PostToolUse)\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"File edits (PostToolUse)\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"Every Edit/Write/MultiEdit the agent runs is reported to Beacon, and the file is automatically attached to whichever feature the session is currently working on. The /map view gradually fills in with the real files behind each feature, without you tagging anything.\"}]]}],[\"$\",\"li\",\"Inline code-graph watcher\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-sm font-medium text-foreground\",\"children\":\"Inline code-graph watcher\"}],[\"$\",\"div\",null,{\"className\":\"mt-0.5 text-sm text-muted-foreground\",\"children\":\"While the panel is open, a background watcher rebuilds the /map → Files view as you save code. No clicking required — it just stays current with the repo it's watching.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"18:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"mt-10 border-b border-white/10 pb-1.5 text-lg font-semibold text-foreground\",\"children\":\"Typical loop, end to end\"}],[\"$\",\"ol\",null,{\"className\":\"mt-4 ml-4 list-decimal space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",null,{\"children\":[\"First time in a repo: run \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon\"}],\" in the terminal, then \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"/beacon-init\"}],\" in your session.\"]}],[\"$\",\"li\",null,{\"children\":[\"Ask the agent to plan a feature. It calls\",\" \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon_propose_plan\"}],\"; you review on /plan; you Approve.\"]}],[\"$\",\"li\",null,{\"children\":\"The agent implements. File edits land on the canvas automatically via the PostToolUse hook.\"}],[\"$\",\"li\",null,{\"children\":[\"When done, the agent calls\",\" \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"beacon_feature\"}],\" (action: done) so the next session has accurate context.\"]}],[\"$\",\"li\",null,{\"children\":[\"Every few weeks, run \",[\"$\",\"span\",null,{\"className\":\"font-mono text-foreground\",\"children\":\"/beacon-refresh\"}],\" \",\"to keep the architecture map honest as the code grows.\"]}]]}]]}]\n19:[\"$\",\"$L1e\",null,{\"children\":[\"$\",\"$1f\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@20\"}]}]\n21:[]\n1a:\"$W21\"\n1b:[\"$\",\"$10\",\"c\",{\"children\":[null,null,null]}]\n1c:[\"$\",\"$10\",\"h\",{\"children\":[null,[\"$\",\"$L22\",null,{\"children\":\"$L23\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L24\",null,{\"children\":[\"$\",\"$1f\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L25\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n"])</script><script>self.__next_f.push([1,"23:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"26:I[86869,[],\"IconMark\"]\n20:null\n25:[[\"$\",\"title\",\"0\",{\"children\":\"Beacon\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"A local control panel for the repository you're working in\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?bb93a1375ed3c298\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?f9d64651576bd776\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$L26\",\"4\",{}]]\n"])</script></body></html>
|