trybeacon 0.1.67 → 0.1.68

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.
Files changed (351) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-path-routes-manifest.json +11 -15
  4. package/.next/build-manifest.json +2 -2
  5. package/.next/prerender-manifest.json +3 -27
  6. package/.next/routes-manifest.json +0 -28
  7. package/.next/server/app/_global-error/page.js +3 -3
  8. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/_global-error.html +1 -1
  10. package/.next/server/app/_global-error.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +2 -2
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +11 -11
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +11 -11
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +11 -11
  24. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/.next/server/app/api/board-annotations/[id]/route.js +1 -1
  28. package/.next/server/app/api/board-annotations/route.js +1 -1
  29. package/.next/server/app/api/board-layout/route.js +1 -1
  30. package/.next/server/app/api/bug-flags/[id]/route.js +1 -1
  31. package/.next/server/app/api/bug-flags/route.js +1 -1
  32. package/.next/server/app/api/code-graph/position/route.js +1 -1
  33. package/.next/server/app/api/code-graph/route.js +1 -1
  34. package/.next/server/app/api/context/feature/route.js +1 -1
  35. package/.next/server/app/api/context/file/route.js +1 -1
  36. package/.next/server/app/api/context/route.js +1 -1
  37. package/.next/server/app/api/db/arrange/route.js +1 -1
  38. package/.next/server/app/api/db/backfill-access/route.js +1 -1
  39. package/.next/server/app/api/db/position/route.js +1 -1
  40. package/.next/server/app/api/db/prune-planned/route.js +1 -1
  41. package/.next/server/app/api/db/reconcile-endpoints/route.js +1 -1
  42. package/.next/server/app/api/db/relations/[id]/route.js +1 -1
  43. package/.next/server/app/api/db/tables/[id]/route.js +1 -1
  44. package/.next/server/app/api/draft/approve/route.js +1 -1
  45. package/.next/server/app/api/draft/route.js +1 -1
  46. package/.next/server/app/api/draft/status/route.js +1 -1
  47. package/.next/server/app/api/edges/[id]/route.js +1 -1
  48. package/.next/server/app/api/edges/route.js +1 -1
  49. package/.next/server/app/api/endpoints/[id]/route.js +1 -1
  50. package/.next/server/app/api/entities/route.js +1 -1
  51. package/.next/server/app/api/flags/route.js +1 -1
  52. package/.next/server/app/api/ingest/route.js +2 -2
  53. package/.next/server/app/api/init/route.js +2 -2
  54. package/.next/server/app/api/lesson/close/route.js +1 -1
  55. package/.next/server/app/api/lesson/presence/route.js +1 -1
  56. package/.next/server/app/api/lesson/questions/route.js +1 -1
  57. package/.next/server/app/api/lesson/route.js +1 -1
  58. package/.next/server/app/api/lesson/save/route.js +1 -1
  59. package/.next/server/app/api/lesson/verdict/route.js +1 -1
  60. package/.next/server/app/api/map/describe/route.js +2 -2
  61. package/.next/server/app/api/map/files/route.js +1 -1
  62. package/.next/server/app/api/map/finish/route.js +1 -1
  63. package/.next/server/app/api/map/route.js +1 -1
  64. package/.next/server/app/api/map/start/route.js +1 -1
  65. package/.next/server/app/api/map/touch-active/route.js +1 -1
  66. package/.next/server/app/api/mention-search/route.js +1 -1
  67. package/.next/server/app/api/nodes/[id]/position/route.js +1 -1
  68. package/.next/server/app/api/nodes/[id]/route.js +1 -1
  69. package/.next/server/app/api/nodes/positions/route.js +1 -1
  70. package/.next/server/app/api/nodes/route.js +1 -1
  71. package/.next/server/app/api/nodes/subtasks/route.js +1 -1
  72. package/.next/server/app/api/notes/[id]/route.js +1 -1
  73. package/.next/server/app/api/notes/route.js +1 -1
  74. package/.next/server/app/api/open/route.js +1 -1
  75. package/.next/server/app/api/plan/annotations/route.js +3 -3
  76. package/.next/server/app/api/plan/approve/route.js +2 -2
  77. package/.next/server/app/api/plan/history/route.js +1 -1
  78. package/.next/server/app/api/plan/markdown/route.js +1 -1
  79. package/.next/server/app/api/plan/presence/route.js +1 -1
  80. package/.next/server/app/api/plan/route.js +1 -1
  81. package/.next/server/app/api/plan/verdict/route.js +1 -1
  82. package/.next/server/app/api/preferences/route.js +1 -1
  83. package/.next/server/app/api/project-meta/route.js +1 -1
  84. package/.next/server/app/api/reset/route.js +1 -1
  85. package/.next/server/app/api/scope-guard/check/route.js +1 -1
  86. package/.next/server/app/api/share/create/route.js +1 -1
  87. package/.next/server/app/api/share/route.js +1 -1
  88. package/.next/server/app/api/share/route.js.nft.json +1 -1
  89. package/.next/server/app/api/stream/route.js +2 -2
  90. package/.next/server/app/api/tab/nav/route.js +1 -1
  91. package/.next/server/app/api/tab/presence/route.js +1 -1
  92. package/.next/server/app/api/telemetry/route.js +1 -1
  93. package/.next/server/app/api/telemetry/stats/route.js +1 -1
  94. package/.next/server/app/api/version/route.js +1 -1
  95. package/.next/server/app/api/workspace/activate/route.js +1 -1
  96. package/.next/server/app/api/workspace/route.js +1 -1
  97. package/.next/server/app/apple-icon.png/route.js +1 -1
  98. package/.next/server/app/docs/page.js +2 -2
  99. package/.next/server/app/docs/page_client-reference-manifest.js +1 -1
  100. package/.next/server/app/docs.html +1 -1
  101. package/.next/server/app/docs.rsc +12 -12
  102. package/.next/server/app/docs.segments/_full.segment.rsc +12 -12
  103. package/.next/server/app/docs.segments/_head.segment.rsc +1 -1
  104. package/.next/server/app/docs.segments/_index.segment.rsc +11 -11
  105. package/.next/server/app/docs.segments/_tree.segment.rsc +2 -2
  106. package/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +2 -2
  107. package/.next/server/app/docs.segments/docs.segment.rsc +1 -1
  108. package/.next/server/app/help/page.js +2 -2
  109. package/.next/server/app/help/page_client-reference-manifest.js +1 -1
  110. package/.next/server/app/help.html +1 -1
  111. package/.next/server/app/help.rsc +11 -11
  112. package/.next/server/app/help.segments/_full.segment.rsc +11 -11
  113. package/.next/server/app/help.segments/_head.segment.rsc +1 -1
  114. package/.next/server/app/help.segments/_index.segment.rsc +11 -11
  115. package/.next/server/app/help.segments/_tree.segment.rsc +2 -2
  116. package/.next/server/app/help.segments/help/__PAGE__.segment.rsc +1 -1
  117. package/.next/server/app/help.segments/help.segment.rsc +1 -1
  118. package/.next/server/app/icon.svg/route.js +1 -1
  119. package/.next/server/app/index.html +1 -1
  120. package/.next/server/app/index.rsc +12 -12
  121. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  122. package/.next/server/app/index.segments/_full.segment.rsc +12 -12
  123. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  124. package/.next/server/app/index.segments/_index.segment.rsc +11 -11
  125. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  126. package/.next/server/app/learn/page.js +3 -3
  127. package/.next/server/app/learn/page.js.nft.json +1 -1
  128. package/.next/server/app/learn/page_client-reference-manifest.js +1 -1
  129. package/.next/server/app/map/page.js +2 -2
  130. package/.next/server/app/map/page.js.nft.json +1 -1
  131. package/.next/server/app/map/page_client-reference-manifest.js +1 -1
  132. package/.next/server/app/page.js +2 -2
  133. package/.next/server/app/page_client-reference-manifest.js +1 -1
  134. package/.next/server/app/plan/page.js +2 -2
  135. package/.next/server/app/plan/page.js.nft.json +1 -1
  136. package/.next/server/app/plan/page_client-reference-manifest.js +1 -1
  137. package/.next/server/app/s/[token]/page.js +2 -2
  138. package/.next/server/app/s/[token]/page.js.nft.json +1 -1
  139. package/.next/server/app/s/[token]/page_client-reference-manifest.js +1 -1
  140. package/.next/server/app/settings/page.js +2 -2
  141. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  142. package/.next/server/app-paths-manifest.json +11 -15
  143. package/.next/server/chunks/2773.js +1 -0
  144. package/.next/server/chunks/4307.js +1 -1
  145. package/.next/server/chunks/6709.js +1 -0
  146. package/.next/server/middleware-build-manifest.js +1 -1
  147. package/.next/server/middleware.js +1 -1
  148. package/.next/server/pages/404.html +1 -1
  149. package/.next/server/pages/500.html +1 -1
  150. package/.next/server/server-reference-manifest.js +1 -1
  151. package/.next/server/server-reference-manifest.json +1 -1
  152. package/.next/static/ZEJwYPSMMES2UlUBBgBmw/_buildManifest.js +1 -0
  153. package/.next/static/chunks/6371-9ebaddaf512402a4.js +1 -0
  154. package/.next/static/chunks/app/_global-error/page-93569b5eb93a61e9.js +1 -0
  155. package/.next/static/chunks/app/api/board-annotations/[id]/route-93569b5eb93a61e9.js +1 -0
  156. package/.next/static/chunks/app/api/board-annotations/route-93569b5eb93a61e9.js +1 -0
  157. package/.next/static/chunks/app/api/board-layout/route-93569b5eb93a61e9.js +1 -0
  158. package/.next/static/chunks/app/api/bug-flags/[id]/route-93569b5eb93a61e9.js +1 -0
  159. package/.next/static/chunks/app/api/bug-flags/route-93569b5eb93a61e9.js +1 -0
  160. package/.next/static/chunks/app/api/code-graph/position/route-93569b5eb93a61e9.js +1 -0
  161. package/.next/static/chunks/app/api/code-graph/route-93569b5eb93a61e9.js +1 -0
  162. package/.next/static/chunks/app/api/context/feature/route-93569b5eb93a61e9.js +1 -0
  163. package/.next/static/chunks/app/api/context/file/route-93569b5eb93a61e9.js +1 -0
  164. package/.next/static/chunks/app/api/context/route-93569b5eb93a61e9.js +1 -0
  165. package/.next/static/chunks/app/api/db/arrange/route-93569b5eb93a61e9.js +1 -0
  166. package/.next/static/chunks/app/api/db/backfill-access/route-93569b5eb93a61e9.js +1 -0
  167. package/.next/static/chunks/app/api/db/position/route-93569b5eb93a61e9.js +1 -0
  168. package/.next/static/chunks/app/api/db/prune-planned/route-93569b5eb93a61e9.js +1 -0
  169. package/.next/static/chunks/app/api/db/reconcile-endpoints/route-93569b5eb93a61e9.js +1 -0
  170. package/.next/static/chunks/app/api/db/relations/[id]/route-93569b5eb93a61e9.js +1 -0
  171. package/.next/static/chunks/app/api/db/tables/[id]/route-93569b5eb93a61e9.js +1 -0
  172. package/.next/static/chunks/app/api/draft/approve/route-93569b5eb93a61e9.js +1 -0
  173. package/.next/static/chunks/app/api/draft/route-93569b5eb93a61e9.js +1 -0
  174. package/.next/static/chunks/app/api/draft/status/route-93569b5eb93a61e9.js +1 -0
  175. package/.next/static/chunks/app/api/edges/[id]/route-93569b5eb93a61e9.js +1 -0
  176. package/.next/static/chunks/app/api/edges/route-93569b5eb93a61e9.js +1 -0
  177. package/.next/static/chunks/app/api/endpoints/[id]/route-93569b5eb93a61e9.js +1 -0
  178. package/.next/static/chunks/app/api/entities/route-93569b5eb93a61e9.js +1 -0
  179. package/.next/static/chunks/app/api/flags/route-93569b5eb93a61e9.js +1 -0
  180. package/.next/static/chunks/app/api/ingest/route-93569b5eb93a61e9.js +1 -0
  181. package/.next/static/chunks/app/api/init/route-93569b5eb93a61e9.js +1 -0
  182. package/.next/static/chunks/app/api/lesson/close/route-93569b5eb93a61e9.js +1 -0
  183. package/.next/static/chunks/app/api/lesson/presence/route-93569b5eb93a61e9.js +1 -0
  184. package/.next/static/chunks/app/api/lesson/questions/route-93569b5eb93a61e9.js +1 -0
  185. package/.next/static/chunks/app/api/lesson/route-93569b5eb93a61e9.js +1 -0
  186. package/.next/static/chunks/app/api/lesson/save/route-93569b5eb93a61e9.js +1 -0
  187. package/.next/static/chunks/app/api/lesson/verdict/route-93569b5eb93a61e9.js +1 -0
  188. package/.next/static/chunks/app/api/map/describe/route-93569b5eb93a61e9.js +1 -0
  189. package/.next/static/chunks/app/api/map/files/route-93569b5eb93a61e9.js +1 -0
  190. package/.next/static/chunks/app/api/map/finish/route-93569b5eb93a61e9.js +1 -0
  191. package/.next/static/chunks/app/api/map/route-93569b5eb93a61e9.js +1 -0
  192. package/.next/static/chunks/app/api/map/start/route-93569b5eb93a61e9.js +1 -0
  193. package/.next/static/chunks/app/api/map/touch-active/route-93569b5eb93a61e9.js +1 -0
  194. package/.next/static/chunks/app/api/mention-search/route-93569b5eb93a61e9.js +1 -0
  195. package/.next/static/chunks/app/api/nodes/[id]/position/route-93569b5eb93a61e9.js +1 -0
  196. package/.next/static/chunks/app/api/nodes/[id]/route-93569b5eb93a61e9.js +1 -0
  197. package/.next/static/chunks/app/api/nodes/positions/route-93569b5eb93a61e9.js +1 -0
  198. package/.next/static/chunks/app/api/nodes/route-93569b5eb93a61e9.js +1 -0
  199. package/.next/static/chunks/app/api/nodes/subtasks/route-93569b5eb93a61e9.js +1 -0
  200. package/.next/static/chunks/app/api/notes/[id]/route-93569b5eb93a61e9.js +1 -0
  201. package/.next/static/chunks/app/api/notes/route-93569b5eb93a61e9.js +1 -0
  202. package/.next/static/chunks/app/api/open/route-93569b5eb93a61e9.js +1 -0
  203. package/.next/static/chunks/app/api/plan/annotations/route-93569b5eb93a61e9.js +1 -0
  204. package/.next/static/chunks/app/api/plan/approve/route-93569b5eb93a61e9.js +1 -0
  205. package/.next/static/chunks/app/api/plan/history/route-93569b5eb93a61e9.js +1 -0
  206. package/.next/static/chunks/app/api/plan/markdown/route-93569b5eb93a61e9.js +1 -0
  207. package/.next/static/chunks/app/api/plan/presence/route-93569b5eb93a61e9.js +1 -0
  208. package/.next/static/chunks/app/api/plan/route-93569b5eb93a61e9.js +1 -0
  209. package/.next/static/chunks/app/api/plan/verdict/route-93569b5eb93a61e9.js +1 -0
  210. package/.next/static/chunks/app/api/preferences/route-93569b5eb93a61e9.js +1 -0
  211. package/.next/static/chunks/app/api/project-meta/route-93569b5eb93a61e9.js +1 -0
  212. package/.next/static/chunks/app/api/reset/route-93569b5eb93a61e9.js +1 -0
  213. package/.next/static/chunks/app/api/scope-guard/check/route-93569b5eb93a61e9.js +1 -0
  214. package/.next/static/chunks/app/api/share/create/route-93569b5eb93a61e9.js +1 -0
  215. package/.next/static/chunks/app/api/share/route-93569b5eb93a61e9.js +1 -0
  216. package/.next/static/chunks/app/api/stream/route-93569b5eb93a61e9.js +1 -0
  217. package/.next/static/chunks/app/api/tab/nav/route-93569b5eb93a61e9.js +1 -0
  218. package/.next/static/chunks/app/api/tab/presence/route-93569b5eb93a61e9.js +1 -0
  219. package/.next/static/chunks/app/api/telemetry/route-93569b5eb93a61e9.js +1 -0
  220. package/.next/static/chunks/app/api/telemetry/stats/route-93569b5eb93a61e9.js +1 -0
  221. package/.next/static/chunks/app/api/version/route-93569b5eb93a61e9.js +1 -0
  222. package/.next/static/chunks/app/api/workspace/activate/route-93569b5eb93a61e9.js +1 -0
  223. package/.next/static/chunks/app/api/workspace/route-93569b5eb93a61e9.js +1 -0
  224. package/.next/static/chunks/app/docs/page-126c0e42c71731b2.js +1 -0
  225. package/.next/static/chunks/app/layout-e46e1337e196e904.js +1 -0
  226. package/.next/static/chunks/app/learn/{page-03acad0a37068966.js → page-4193bf2f60c4f812.js} +1 -1
  227. package/.next/static/chunks/app/map/{page-5cfad64d5feea695.js → page-6f0139228ec52538.js} +1 -1
  228. package/.next/static/chunks/app/{page-d08947a671077569.js → page-ec00130a7a249f14.js} +1 -1
  229. package/.next/static/chunks/app/plan/{page-5eacb6b83bd4873d.js → page-5addc50440c40167.js} +1 -1
  230. package/.next/static/chunks/app/s/[token]/{page-1a350cf50a45500c.js → page-13976553e707cad8.js} +1 -1
  231. package/.next/static/chunks/next/dist/client/components/builtin/app-error-93569b5eb93a61e9.js +1 -0
  232. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-93569b5eb93a61e9.js +1 -0
  233. package/.next/static/chunks/next/dist/client/components/builtin/not-found-93569b5eb93a61e9.js +1 -0
  234. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-93569b5eb93a61e9.js +1 -0
  235. package/.next/static/css/ac0b6ff5058ccc12.css +1 -0
  236. package/.next/trace +43 -43
  237. package/.next/trace-build +1 -1
  238. package/.next/types/routes.d.ts +2 -6
  239. package/.next/types/validator.ts +0 -36
  240. package/package.json +3 -3
  241. package/.next/server/app/api/feedback/[id]/route.js +0 -1
  242. package/.next/server/app/api/feedback/[id]/route.js.nft.json +0 -1
  243. package/.next/server/app/api/feedback/[id]/route_client-reference-manifest.js +0 -1
  244. package/.next/server/app/api/feedback/[id]/vote/route.js +0 -1
  245. package/.next/server/app/api/feedback/[id]/vote/route.js.nft.json +0 -1
  246. package/.next/server/app/api/feedback/[id]/vote/route_client-reference-manifest.js +0 -1
  247. package/.next/server/app/api/feedback/route.js +0 -1
  248. package/.next/server/app/api/feedback/route.js.nft.json +0 -1
  249. package/.next/server/app/api/feedback/route_client-reference-manifest.js +0 -1
  250. package/.next/server/app/feedback/page.js +0 -2
  251. package/.next/server/app/feedback/page.js.nft.json +0 -1
  252. package/.next/server/app/feedback/page_client-reference-manifest.js +0 -1
  253. package/.next/server/app/feedback.html +0 -1
  254. package/.next/server/app/feedback.meta +0 -15
  255. package/.next/server/app/feedback.rsc +0 -32
  256. package/.next/server/app/feedback.segments/_full.segment.rsc +0 -32
  257. package/.next/server/app/feedback.segments/_head.segment.rsc +0 -6
  258. package/.next/server/app/feedback.segments/_index.segment.rsc +0 -15
  259. package/.next/server/app/feedback.segments/_tree.segment.rsc +0 -5
  260. package/.next/server/app/feedback.segments/feedback/__PAGE__.segment.rsc +0 -9
  261. package/.next/server/app/feedback.segments/feedback.segment.rsc +0 -5
  262. package/.next/server/chunks/2050.js +0 -1
  263. package/.next/server/chunks/5683.js +0 -1
  264. package/.next/static/chunks/1276-b84f61ec9c0df862.js +0 -1
  265. package/.next/static/chunks/app/_global-error/page-2390ea0e69e5991f.js +0 -1
  266. package/.next/static/chunks/app/api/board-annotations/[id]/route-2390ea0e69e5991f.js +0 -1
  267. package/.next/static/chunks/app/api/board-annotations/route-2390ea0e69e5991f.js +0 -1
  268. package/.next/static/chunks/app/api/board-layout/route-2390ea0e69e5991f.js +0 -1
  269. package/.next/static/chunks/app/api/bug-flags/[id]/route-2390ea0e69e5991f.js +0 -1
  270. package/.next/static/chunks/app/api/bug-flags/route-2390ea0e69e5991f.js +0 -1
  271. package/.next/static/chunks/app/api/code-graph/position/route-2390ea0e69e5991f.js +0 -1
  272. package/.next/static/chunks/app/api/code-graph/route-2390ea0e69e5991f.js +0 -1
  273. package/.next/static/chunks/app/api/context/feature/route-2390ea0e69e5991f.js +0 -1
  274. package/.next/static/chunks/app/api/context/file/route-2390ea0e69e5991f.js +0 -1
  275. package/.next/static/chunks/app/api/context/route-2390ea0e69e5991f.js +0 -1
  276. package/.next/static/chunks/app/api/db/arrange/route-2390ea0e69e5991f.js +0 -1
  277. package/.next/static/chunks/app/api/db/backfill-access/route-2390ea0e69e5991f.js +0 -1
  278. package/.next/static/chunks/app/api/db/position/route-2390ea0e69e5991f.js +0 -1
  279. package/.next/static/chunks/app/api/db/prune-planned/route-2390ea0e69e5991f.js +0 -1
  280. package/.next/static/chunks/app/api/db/reconcile-endpoints/route-2390ea0e69e5991f.js +0 -1
  281. package/.next/static/chunks/app/api/db/relations/[id]/route-2390ea0e69e5991f.js +0 -1
  282. package/.next/static/chunks/app/api/db/tables/[id]/route-2390ea0e69e5991f.js +0 -1
  283. package/.next/static/chunks/app/api/draft/approve/route-2390ea0e69e5991f.js +0 -1
  284. package/.next/static/chunks/app/api/draft/route-2390ea0e69e5991f.js +0 -1
  285. package/.next/static/chunks/app/api/draft/status/route-2390ea0e69e5991f.js +0 -1
  286. package/.next/static/chunks/app/api/edges/[id]/route-2390ea0e69e5991f.js +0 -1
  287. package/.next/static/chunks/app/api/edges/route-2390ea0e69e5991f.js +0 -1
  288. package/.next/static/chunks/app/api/endpoints/[id]/route-2390ea0e69e5991f.js +0 -1
  289. package/.next/static/chunks/app/api/entities/route-2390ea0e69e5991f.js +0 -1
  290. package/.next/static/chunks/app/api/feedback/[id]/route-2390ea0e69e5991f.js +0 -1
  291. package/.next/static/chunks/app/api/feedback/[id]/vote/route-2390ea0e69e5991f.js +0 -1
  292. package/.next/static/chunks/app/api/feedback/route-2390ea0e69e5991f.js +0 -1
  293. package/.next/static/chunks/app/api/flags/route-2390ea0e69e5991f.js +0 -1
  294. package/.next/static/chunks/app/api/ingest/route-2390ea0e69e5991f.js +0 -1
  295. package/.next/static/chunks/app/api/init/route-2390ea0e69e5991f.js +0 -1
  296. package/.next/static/chunks/app/api/lesson/close/route-2390ea0e69e5991f.js +0 -1
  297. package/.next/static/chunks/app/api/lesson/presence/route-2390ea0e69e5991f.js +0 -1
  298. package/.next/static/chunks/app/api/lesson/questions/route-2390ea0e69e5991f.js +0 -1
  299. package/.next/static/chunks/app/api/lesson/route-2390ea0e69e5991f.js +0 -1
  300. package/.next/static/chunks/app/api/lesson/save/route-2390ea0e69e5991f.js +0 -1
  301. package/.next/static/chunks/app/api/lesson/verdict/route-2390ea0e69e5991f.js +0 -1
  302. package/.next/static/chunks/app/api/map/describe/route-2390ea0e69e5991f.js +0 -1
  303. package/.next/static/chunks/app/api/map/files/route-2390ea0e69e5991f.js +0 -1
  304. package/.next/static/chunks/app/api/map/finish/route-2390ea0e69e5991f.js +0 -1
  305. package/.next/static/chunks/app/api/map/route-2390ea0e69e5991f.js +0 -1
  306. package/.next/static/chunks/app/api/map/start/route-2390ea0e69e5991f.js +0 -1
  307. package/.next/static/chunks/app/api/map/touch-active/route-2390ea0e69e5991f.js +0 -1
  308. package/.next/static/chunks/app/api/mention-search/route-2390ea0e69e5991f.js +0 -1
  309. package/.next/static/chunks/app/api/nodes/[id]/position/route-2390ea0e69e5991f.js +0 -1
  310. package/.next/static/chunks/app/api/nodes/[id]/route-2390ea0e69e5991f.js +0 -1
  311. package/.next/static/chunks/app/api/nodes/positions/route-2390ea0e69e5991f.js +0 -1
  312. package/.next/static/chunks/app/api/nodes/route-2390ea0e69e5991f.js +0 -1
  313. package/.next/static/chunks/app/api/nodes/subtasks/route-2390ea0e69e5991f.js +0 -1
  314. package/.next/static/chunks/app/api/notes/[id]/route-2390ea0e69e5991f.js +0 -1
  315. package/.next/static/chunks/app/api/notes/route-2390ea0e69e5991f.js +0 -1
  316. package/.next/static/chunks/app/api/open/route-2390ea0e69e5991f.js +0 -1
  317. package/.next/static/chunks/app/api/plan/annotations/route-2390ea0e69e5991f.js +0 -1
  318. package/.next/static/chunks/app/api/plan/approve/route-2390ea0e69e5991f.js +0 -1
  319. package/.next/static/chunks/app/api/plan/history/route-2390ea0e69e5991f.js +0 -1
  320. package/.next/static/chunks/app/api/plan/markdown/route-2390ea0e69e5991f.js +0 -1
  321. package/.next/static/chunks/app/api/plan/presence/route-2390ea0e69e5991f.js +0 -1
  322. package/.next/static/chunks/app/api/plan/route-2390ea0e69e5991f.js +0 -1
  323. package/.next/static/chunks/app/api/plan/verdict/route-2390ea0e69e5991f.js +0 -1
  324. package/.next/static/chunks/app/api/preferences/route-2390ea0e69e5991f.js +0 -1
  325. package/.next/static/chunks/app/api/project-meta/route-2390ea0e69e5991f.js +0 -1
  326. package/.next/static/chunks/app/api/reset/route-2390ea0e69e5991f.js +0 -1
  327. package/.next/static/chunks/app/api/scope-guard/check/route-2390ea0e69e5991f.js +0 -1
  328. package/.next/static/chunks/app/api/share/create/route-2390ea0e69e5991f.js +0 -1
  329. package/.next/static/chunks/app/api/share/route-2390ea0e69e5991f.js +0 -1
  330. package/.next/static/chunks/app/api/stream/route-2390ea0e69e5991f.js +0 -1
  331. package/.next/static/chunks/app/api/tab/nav/route-2390ea0e69e5991f.js +0 -1
  332. package/.next/static/chunks/app/api/tab/presence/route-2390ea0e69e5991f.js +0 -1
  333. package/.next/static/chunks/app/api/telemetry/route-2390ea0e69e5991f.js +0 -1
  334. package/.next/static/chunks/app/api/telemetry/stats/route-2390ea0e69e5991f.js +0 -1
  335. package/.next/static/chunks/app/api/version/route-2390ea0e69e5991f.js +0 -1
  336. package/.next/static/chunks/app/api/workspace/activate/route-2390ea0e69e5991f.js +0 -1
  337. package/.next/static/chunks/app/api/workspace/route-2390ea0e69e5991f.js +0 -1
  338. package/.next/static/chunks/app/docs/page-ae19d2e91ec24771.js +0 -1
  339. package/.next/static/chunks/app/feedback/page-ea7f66503f2a4ca6.js +0 -1
  340. package/.next/static/chunks/app/layout-9f0f4d8e4534a62e.js +0 -1
  341. package/.next/static/chunks/next/dist/client/components/builtin/app-error-2390ea0e69e5991f.js +0 -1
  342. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-2390ea0e69e5991f.js +0 -1
  343. package/.next/static/chunks/next/dist/client/components/builtin/not-found-2390ea0e69e5991f.js +0 -1
  344. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-2390ea0e69e5991f.js +0 -1
  345. package/.next/static/css/63986592e2be7d62.css +0 -1
  346. package/.next/static/hkOIw5DQW9WSwBwZrD8_9/_buildManifest.js +0 -1
  347. package/.next/types/app/api/feedback/[id]/route.ts +0 -351
  348. package/.next/types/app/api/feedback/[id]/vote/route.ts +0 -351
  349. package/.next/types/app/api/feedback/route.ts +0 -351
  350. package/.next/types/app/feedback/page.ts +0 -87
  351. /package/.next/static/{hkOIw5DQW9WSwBwZrD8_9 → ZEJwYPSMMES2UlUBBgBmw}/_ssgManifest.js +0 -0
@@ -1,23 +1,23 @@
1
1
  1:"$Sreact.fragment"
2
- 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"LiveRefresh"]
3
- 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TabWorkspace"]
4
- 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesProvider"]
5
- 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanProvider"]
6
- 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TopNav"]
7
- 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"MainRegion"]
2
+ 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"LiveRefresh"]
3
+ 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TabWorkspace"]
4
+ 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesProvider"]
5
+ 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanProvider"]
6
+ 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TopNav"]
7
+ 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"MainRegion"]
8
8
  8:I[57121,[],""]
9
9
  9:I[74581,[],""]
10
- a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanBar"]
11
- b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesDrawer"]
12
- c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"UpdateBanner"]
10
+ a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanBar"]
11
+ b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesDrawer"]
12
+ c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"UpdateBanner"]
13
13
  d:I[98500,["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],""]
14
14
  e:I[71265,["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"default"]
15
15
  17:I[27123,[],"default",1]
16
16
  :HL["/_next/static/media/22a5144ee8d83bca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/media/7d4881bb7e1bf84d-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
- :HL["/_next/static/css/63986592e2be7d62.css","style"]
18
+ :HL["/_next/static/css/ac0b6ff5058ccc12.css","style"]
19
19
  :HL["/_next/static/css/e02ab5db9ff2dca2.css","style"]
20
- 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/63986592e2be7d62.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","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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"}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.67"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":[["$","$Ld",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$Le",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."]}],["$","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":["$Lf"," ","Every few weeks, or after a big set of changes."]}],"$L10"]}]]}]]}],"$L11","$L12","$L13"]}],null,"$L14"]}],{},null,false,null]},null,false,"$@15"]},null,false,null],"$L16",false]],"m":"$undefined","G":["$17",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"hkOIw5DQW9WSwBwZrD8_9"}
20
+ 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/ac0b6ff5058ccc12.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","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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"}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.68"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":[["$","$Ld",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$Le",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."]}],["$","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":["$Lf"," ","Every few weeks, or after a big set of changes."]}],"$L10"]}]]}]]}],"$L11","$L12","$L13"]}],null,"$L14"]}],{},null,false,null]},null,false,"$@15"]},null,false,null],"$L16",false]],"m":"$undefined","G":["$17",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ZEJwYPSMMES2UlUBBgBmw"}
21
21
  18:I[90484,[],"OutletBoundary"]
22
22
  19:"$Sreact.suspense"
23
23
  1c:I[90484,[],"ViewportBoundary"]
@@ -1,23 +1,23 @@
1
1
  1:"$Sreact.fragment"
2
- 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"LiveRefresh"]
3
- 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TabWorkspace"]
4
- 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesProvider"]
5
- 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanProvider"]
6
- 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TopNav"]
7
- 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"MainRegion"]
2
+ 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"LiveRefresh"]
3
+ 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TabWorkspace"]
4
+ 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesProvider"]
5
+ 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanProvider"]
6
+ 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TopNav"]
7
+ 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"MainRegion"]
8
8
  8:I[57121,[],""]
9
9
  9:I[74581,[],""]
10
- a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanBar"]
11
- b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesDrawer"]
12
- c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"UpdateBanner"]
10
+ a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanBar"]
11
+ b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesDrawer"]
12
+ c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"UpdateBanner"]
13
13
  d:I[98500,["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],""]
14
14
  e:I[71265,["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"default"]
15
15
  17:I[27123,[],"default",1]
16
16
  :HL["/_next/static/media/22a5144ee8d83bca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/media/7d4881bb7e1bf84d-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
- :HL["/_next/static/css/63986592e2be7d62.css","style"]
18
+ :HL["/_next/static/css/ac0b6ff5058ccc12.css","style"]
19
19
  :HL["/_next/static/css/e02ab5db9ff2dca2.css","style"]
20
- 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/63986592e2be7d62.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","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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"}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.67"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":[["$","$Ld",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$Le",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."]}],["$","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":["$Lf"," ","Every few weeks, or after a big set of changes."]}],"$L10"]}]]}]]}],"$L11","$L12","$L13"]}],null,"$L14"]}],{},null,false,null]},null,false,"$@15"]},null,false,null],"$L16",false]],"m":"$undefined","G":["$17",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"hkOIw5DQW9WSwBwZrD8_9"}
20
+ 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/ac0b6ff5058ccc12.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","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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"}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.68"}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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":[["$","$Ld",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$Le",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."]}],["$","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":["$Lf"," ","Every few weeks, or after a big set of changes."]}],"$L10"]}]]}]]}],"$L11","$L12","$L13"]}],null,"$L14"]}],{},null,false,null]},null,false,"$@15"]},null,false,null],"$L16",false]],"m":"$undefined","G":["$17",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ZEJwYPSMMES2UlUBBgBmw"}
21
21
  18:I[90484,[],"OutletBoundary"]
22
22
  19:"$Sreact.suspense"
23
23
  1c:I[90484,[],"ViewportBoundary"]
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"hkOIw5DQW9WSwBwZrD8_9"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZEJwYPSMMES2UlUBBgBmw"}
@@ -1,15 +1,15 @@
1
1
  1:"$Sreact.fragment"
2
- 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"LiveRefresh"]
3
- 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TabWorkspace"]
4
- 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesProvider"]
5
- 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanProvider"]
6
- 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"TopNav"]
7
- 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"MainRegion"]
2
+ 2: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"LiveRefresh"]
3
+ 3: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TabWorkspace"]
4
+ 4: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesProvider"]
5
+ 5: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanProvider"]
6
+ 6: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"TopNav"]
7
+ 7: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"MainRegion"]
8
8
  8:I[57121,[],""]
9
9
  9:I[74581,[],""]
10
- a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"PlanBar"]
11
- b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"NotesDrawer"]
12
- c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-9f0f4d8e4534a62e.js"],"UpdateBanner"]
13
- :HL["/_next/static/css/63986592e2be7d62.css","style"]
10
+ a: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"PlanBar"]
11
+ b: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"NotesDrawer"]
12
+ c: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","8997","static/chunks/8997-78a359d0d238622e.js","9887","static/chunks/9887-e8954568a4031ed3.js","2231","static/chunks/2231-63ad38ec8fb7cb6f.js","7177","static/chunks/app/layout-e46e1337e196e904.js"],"UpdateBanner"]
13
+ :HL["/_next/static/css/ac0b6ff5058ccc12.css","style"]
14
14
  :HL["/_next/static/css/e02ab5db9ff2dca2.css","style"]
15
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/63986592e2be7d62.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e02ab5db9ff2dca2.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","template":["$","$L9",null,{}],"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."}]}]]}]}]],[]]}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.67"}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"hkOIw5DQW9WSwBwZrD8_9"}
15
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/ac0b6ff5058ccc12.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/e02ab5db9ff2dca2.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"dark __variable_246ccd __variable_c29908 h-full antialiased","children":["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L2",null,{}],["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"repo":"beacon"}],["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","template":["$","$L9",null,{}],"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."}]}]]}]}]],[]]}]}],["$","$La",null,{}]]}],["$","$Lb",null,{}]]}],["$","$Lc",null,{"currentVersion":"0.1.68"}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZEJwYPSMMES2UlUBBgBmw"}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/media/22a5144ee8d83bca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
2
2
  :HL["/_next/static/media/7d4881bb7e1bf84d-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
- :HL["/_next/static/css/63986592e2be7d62.css","style"]
3
+ :HL["/_next/static/css/ac0b6ff5058ccc12.css","style"]
4
4
  :HL["/_next/static/css/e02ab5db9ff2dca2.css","style"]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"help","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"hkOIw5DQW9WSwBwZrD8_9"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"help","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"ZEJwYPSMMES2UlUBBgBmw"}
@@ -3,7 +3,7 @@
3
3
  3:I[71265,["8500","static/chunks/8500-f62a38ff68ab7f42.js","728","static/chunks/app/help/page-d720609312abff8b.js"],"default"]
4
4
  c:I[90484,[],"OutletBoundary"]
5
5
  d:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto w-full max-w-3xl px-6 pb-16 pt-20","children":[["$","$L2",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$L3",null,{"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."]}],["$","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."}]]}]]}]]}],["$","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"}],"$L4"]}],"$L5","$L6","$L7","$L8"]}]]}],"$L9","$La"]}],null,"$Lb"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"hkOIw5DQW9WSwBwZrD8_9"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto w-full max-w-3xl px-6 pb-16 pt-20","children":[["$","$L2",null,{"href":"/settings","className":"inline-flex items-center gap-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground","children":[["$","$L3",null,{"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."]}],["$","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."}]]}]]}]]}],["$","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"}],"$L4"]}],"$L5","$L6","$L7","$L8"]}]]}],"$L9","$La"]}],null,"$Lb"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZEJwYPSMMES2UlUBBgBmw"}
7
7
  4:["$","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."}]
8
8
  5:["$","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."}]]}]
9
9
  6:["$","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."}]]}]
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"hkOIw5DQW9WSwBwZrD8_9"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"ZEJwYPSMMES2UlUBBgBmw"}
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=3822,a.ids=[3822],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},94131:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIyMCAyMiA1NiA1NiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQ4IDMzIEw3Mi41IDczIEwyMy41IDczIFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmN2E0NSIgc3Ryb2tlLXdpZHRoPSI3IiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8Y2lyY2xlIGN4PSI0OCIgY3k9IjI5LjUiIHI9IjciIGZpbGw9IiNmZjdhNDUiLz4KPC9zdmc+Cg==","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/svg+xml","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.svg/route",pathname:"/icon.svg",filename:"icon",bundlePath:"app/icon.svg/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2Fhome%2Frunner%2Fwork%2Fbeacon%2Fbeacon%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.svg/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=94131));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=3822,a.ids=[3822],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},39781:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIyMCAyMiA1NiA1NiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQ4IDMzIEw3Mi41IDczIEwyMy41IDczIFoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmN2E0NSIgc3Ryb2tlLXdpZHRoPSI3IiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8Y2lyY2xlIGN4PSI0OCIgY3k9IjI5LjUiIHI9IjciIGZpbGw9IiNmZjdhNDUiLz4KPC9zdmc+Cg==","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/svg+xml","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.svg/route",pathname:"/icon.svg",filename:"icon",bundlePath:"app/icon.svg/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2Fhome%2Frunner%2Fwork%2Fbeacon%2Fbeacon%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.svg/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=39781));module.exports=c})();