@jiggai/kitchen 0.3.48 → 0.4.1

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 (288) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/routes-manifest.json +6 -0
  6. package/.next/server/app/_global-error/page.js +1 -1
  7. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  8. package/.next/server/app/_global-error.html +2 -2
  9. package/.next/server/app/_global-error.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page.js +1 -1
  16. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next/server/app/_not-found.html +1 -1
  18. package/.next/server/app/_not-found.rsc +2 -2
  19. package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  20. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  25. package/.next/server/app/agents/[agentId]/page.js +1 -1
  26. package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
  27. package/.next/server/app/api/agents/file/route.js +1 -1
  28. package/.next/server/app/api/agents/file/route.js.nft.json +1 -1
  29. package/.next/server/app/api/agents/files/route.js +1 -1
  30. package/.next/server/app/api/agents/files/route.js.nft.json +1 -1
  31. package/.next/server/app/api/agents/skills/install/route.js +1 -1
  32. package/.next/server/app/api/agents/skills/install/route.js.nft.json +1 -1
  33. package/.next/server/app/api/agents/skills/route.js +1 -1
  34. package/.next/server/app/api/agents/skills/route.js.nft.json +1 -1
  35. package/.next/server/app/api/cron/bulk/route.js +1 -1
  36. package/.next/server/app/api/cron/bulk/route.js.nft.json +1 -1
  37. package/.next/server/app/api/cron/delete/route.js +1 -1
  38. package/.next/server/app/api/cron/delete/route.js.nft.json +1 -1
  39. package/.next/server/app/api/cron/jobs/route.js +1 -1
  40. package/.next/server/app/api/cron/jobs/route.js.nft.json +1 -1
  41. package/.next/server/app/api/cron/recipe-installed/route.js +1 -1
  42. package/.next/server/app/api/cron/recipe-installed/route.js.nft.json +1 -1
  43. package/.next/server/app/api/cron/worker/route.js +1 -1
  44. package/.next/server/app/api/cron/worker/route.js.nft.json +1 -1
  45. package/.next/server/app/api/goals/[id]/promote/route.js +1 -1
  46. package/.next/server/app/api/goals/[id]/promote/route.js.nft.json +1 -1
  47. package/.next/server/app/api/goals/[id]/route.js.nft.json +1 -1
  48. package/.next/server/app/api/goals/route.js.nft.json +1 -1
  49. package/.next/server/app/api/ids/check/route.js +1 -1
  50. package/.next/server/app/api/ids/check/route.js.nft.json +1 -1
  51. package/.next/server/app/api/plugins/[pluginId]/[...path]/route.js +1 -1
  52. package/.next/server/app/api/plugins/[pluginId]/[...path]/route.js.nft.json +1 -1
  53. package/.next/server/app/api/plugins/[pluginId]/tabs/[tabId]/route.js +1 -1
  54. package/.next/server/app/api/plugins/[pluginId]/tabs/[tabId]/route.js.nft.json +1 -1
  55. package/.next/server/app/api/plugins/route.js +1 -1
  56. package/.next/server/app/api/plugins/route.js.nft.json +1 -1
  57. package/.next/server/app/api/plugins/test/route.js.nft.json +1 -1
  58. package/.next/server/app/api/recipes/[id]/route.js +1 -1
  59. package/.next/server/app/api/recipes/[id]/route.js.nft.json +1 -1
  60. package/.next/server/app/api/recipes/clone/route.js +1 -1
  61. package/.next/server/app/api/recipes/clone/route.js.nft.json +1 -1
  62. package/.next/server/app/api/recipes/delete/route.js +1 -1
  63. package/.next/server/app/api/recipes/delete/route.js.nft.json +1 -1
  64. package/.next/server/app/api/recipes/team-agents/route.js +1 -1
  65. package/.next/server/app/api/recipes/team-agents/route.js.nft.json +1 -1
  66. package/.next/server/app/api/scaffold/route.js +1 -1
  67. package/.next/server/app/api/scaffold/route.js.nft.json +1 -1
  68. package/.next/server/app/api/teams/[teamId]/tickets/assign/route.js.nft.json +1 -1
  69. package/.next/server/app/api/teams/[teamId]/tickets/comment/route.js.nft.json +1 -1
  70. package/.next/server/app/api/teams/[teamId]/tickets/delete/route.js.nft.json +1 -1
  71. package/.next/server/app/api/teams/[teamId]/tickets/move/route.js.nft.json +1 -1
  72. package/.next/server/app/api/teams/[teamId]/tickets/move-to-goals/route.js.nft.json +1 -1
  73. package/.next/server/app/api/teams/file/route.js +1 -1
  74. package/.next/server/app/api/teams/file/route.js.nft.json +1 -1
  75. package/.next/server/app/api/teams/files/route.js +1 -1
  76. package/.next/server/app/api/teams/files/route.js.nft.json +1 -1
  77. package/.next/server/app/api/teams/memory/route.js +1 -1
  78. package/.next/server/app/api/teams/memory/route.js.nft.json +1 -1
  79. package/.next/server/app/api/teams/meta/route.js +1 -1
  80. package/.next/server/app/api/teams/meta/route.js.nft.json +1 -1
  81. package/.next/server/app/api/teams/orchestrator/route.js.nft.json +1 -1
  82. package/.next/server/app/api/teams/plugins/route/app-paths-manifest.json +3 -0
  83. package/.next/server/app/api/teams/plugins/route/build-manifest.json +11 -0
  84. package/.next/server/app/api/teams/plugins/route/server-reference-manifest.json +4 -0
  85. package/.next/server/app/api/teams/plugins/route.js +7 -0
  86. package/.next/server/app/api/teams/plugins/route.js.map +5 -0
  87. package/.next/server/app/api/teams/plugins/route.js.nft.json +1 -0
  88. package/.next/server/app/api/teams/plugins/route_client-reference-manifest.js +2 -0
  89. package/.next/server/app/api/teams/remove-team/route.js +1 -1
  90. package/.next/server/app/api/teams/remove-team/route.js.nft.json +1 -1
  91. package/.next/server/app/api/teams/skills/install/route.js +1 -1
  92. package/.next/server/app/api/teams/skills/install/route.js.nft.json +1 -1
  93. package/.next/server/app/api/teams/skills/route.js +1 -1
  94. package/.next/server/app/api/teams/skills/route.js.nft.json +1 -1
  95. package/.next/server/app/api/teams/workflow-runs/route.js +1 -1
  96. package/.next/server/app/api/teams/workflow-runs/route.js.nft.json +1 -1
  97. package/.next/server/app/api/teams/workflow-templates/route.js +1 -1
  98. package/.next/server/app/api/teams/workflow-templates/route.js.nft.json +1 -1
  99. package/.next/server/app/api/teams/workflow-triggers/route.js +1 -1
  100. package/.next/server/app/api/teams/workflow-triggers/route.js.nft.json +1 -1
  101. package/.next/server/app/api/teams/workflows/route.js +1 -1
  102. package/.next/server/app/api/teams/workflows/route.js.nft.json +1 -1
  103. package/.next/server/app/api/tickets/assign/route.js.nft.json +1 -1
  104. package/.next/server/app/api/tickets/assignees/route.js.nft.json +1 -1
  105. package/.next/server/app/api/tickets/move/route.js.nft.json +1 -1
  106. package/.next/server/app/channels/page.js +1 -1
  107. package/.next/server/app/channels/page.js.nft.json +1 -1
  108. package/.next/server/app/channels.html +2 -2
  109. package/.next/server/app/channels.rsc +2 -2
  110. package/.next/server/app/channels.segments/_full.segment.rsc +2 -2
  111. package/.next/server/app/channels.segments/_head.segment.rsc +1 -1
  112. package/.next/server/app/channels.segments/_index.segment.rsc +1 -1
  113. package/.next/server/app/channels.segments/_tree.segment.rsc +1 -1
  114. package/.next/server/app/channels.segments/channels/__PAGE__.segment.rsc +1 -1
  115. package/.next/server/app/channels.segments/channels.segment.rsc +1 -1
  116. package/.next/server/app/cron-jobs/page.js +1 -1
  117. package/.next/server/app/cron-jobs/page.js.nft.json +1 -1
  118. package/.next/server/app/goals/[id]/page.js +1 -1
  119. package/.next/server/app/goals/[id]/page.js.nft.json +1 -1
  120. package/.next/server/app/goals/new/page.js +1 -1
  121. package/.next/server/app/goals/new/page.js.nft.json +1 -1
  122. package/.next/server/app/goals/new.html +2 -2
  123. package/.next/server/app/goals/new.rsc +2 -2
  124. package/.next/server/app/goals/new.segments/_full.segment.rsc +2 -2
  125. package/.next/server/app/goals/new.segments/_head.segment.rsc +1 -1
  126. package/.next/server/app/goals/new.segments/_index.segment.rsc +1 -1
  127. package/.next/server/app/goals/new.segments/_tree.segment.rsc +1 -1
  128. package/.next/server/app/goals/new.segments/goals/new/__PAGE__.segment.rsc +1 -1
  129. package/.next/server/app/goals/new.segments/goals/new.segment.rsc +1 -1
  130. package/.next/server/app/goals/new.segments/goals.segment.rsc +1 -1
  131. package/.next/server/app/goals/page.js +1 -1
  132. package/.next/server/app/goals/page.js.nft.json +1 -1
  133. package/.next/server/app/goals.html +1 -1
  134. package/.next/server/app/goals.rsc +2 -2
  135. package/.next/server/app/goals.segments/_full.segment.rsc +2 -2
  136. package/.next/server/app/goals.segments/_head.segment.rsc +1 -1
  137. package/.next/server/app/goals.segments/_index.segment.rsc +1 -1
  138. package/.next/server/app/goals.segments/_tree.segment.rsc +1 -1
  139. package/.next/server/app/goals.segments/goals/__PAGE__.segment.rsc +1 -1
  140. package/.next/server/app/goals.segments/goals.segment.rsc +1 -1
  141. package/.next/server/app/page.js +1 -1
  142. package/.next/server/app/page.js.nft.json +1 -1
  143. package/.next/server/app/recipes/[id]/page.js +1 -1
  144. package/.next/server/app/recipes/[id]/page.js.nft.json +1 -1
  145. package/.next/server/app/recipes/page.js +1 -1
  146. package/.next/server/app/recipes/page.js.nft.json +1 -1
  147. package/.next/server/app/runs/page.js +1 -1
  148. package/.next/server/app/runs/page.js.nft.json +1 -1
  149. package/.next/server/app/settings/page.js +1 -1
  150. package/.next/server/app/settings/page.js.nft.json +1 -1
  151. package/.next/server/app/settings.html +1 -1
  152. package/.next/server/app/settings.rsc +2 -2
  153. package/.next/server/app/settings.segments/_full.segment.rsc +2 -2
  154. package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  155. package/.next/server/app/settings.segments/_index.segment.rsc +1 -1
  156. package/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  157. package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
  158. package/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  159. package/.next/server/app/teams/[teamId]/deliverables/page.js +1 -1
  160. package/.next/server/app/teams/[teamId]/deliverables/page.js.nft.json +1 -1
  161. package/.next/server/app/teams/[teamId]/page.js +1 -1
  162. package/.next/server/app/teams/[teamId]/page.js.nft.json +1 -1
  163. package/.next/server/app/teams/[teamId]/page_client-reference-manifest.js +1 -1
  164. package/.next/server/app/teams/[teamId]/runs/[workflowId]/[runId]/page.js +1 -1
  165. package/.next/server/app/teams/[teamId]/runs/[workflowId]/[runId]/page.js.nft.json +1 -1
  166. package/.next/server/app/teams/[teamId]/runs/page.js +1 -1
  167. package/.next/server/app/teams/[teamId]/runs/page.js.nft.json +1 -1
  168. package/.next/server/app/teams/[teamId]/tickets/[ticket]/page.js +1 -1
  169. package/.next/server/app/teams/[teamId]/tickets/[ticket]/page.js.nft.json +1 -1
  170. package/.next/server/app/teams/[teamId]/tickets/page.js +1 -1
  171. package/.next/server/app/teams/[teamId]/tickets/page.js.nft.json +1 -1
  172. package/.next/server/app/teams/[teamId]/workflows/[workflowId]/page.js +1 -1
  173. package/.next/server/app/teams/[teamId]/workflows/[workflowId]/page.js.nft.json +1 -1
  174. package/.next/server/app/teams/[teamId]/workflows/page.js +1 -1
  175. package/.next/server/app/teams/[teamId]/workflows/page.js.nft.json +1 -1
  176. package/.next/server/app/tickets/[ticket]/page.js +1 -1
  177. package/.next/server/app/tickets/[ticket]/page.js.nft.json +1 -1
  178. package/.next/server/app/tickets/page.js +1 -1
  179. package/.next/server/app/tickets/page.js.nft.json +1 -1
  180. package/.next/server/app-paths-manifest.json +1 -0
  181. package/.next/server/chunks/{[root-of-the-server]__3021a250._.js → [root-of-the-server]__0625e28f._.js} +2 -2
  182. package/.next/server/chunks/{[root-of-the-server]__3021a250._.js.map → [root-of-the-server]__0625e28f._.js.map} +1 -1
  183. package/.next/server/chunks/{[root-of-the-server]__0b2c557c._.js → [root-of-the-server]__1d123784._.js} +2 -2
  184. package/.next/server/chunks/{[root-of-the-server]__0b2c557c._.js.map → [root-of-the-server]__1d123784._.js.map} +1 -1
  185. package/.next/server/chunks/{[root-of-the-server]__aed4e4f2._.js → [root-of-the-server]__224ffe98._.js} +2 -2
  186. package/.next/server/chunks/[root-of-the-server]__224ffe98._.js.map +1 -0
  187. package/.next/server/chunks/{[root-of-the-server]__663e79ff._.js → [root-of-the-server]__2705b289._.js} +2 -2
  188. package/.next/server/chunks/[root-of-the-server]__2705b289._.js.map +1 -0
  189. package/.next/server/chunks/{[root-of-the-server]__6e463e5f._.js → [root-of-the-server]__28a2e162._.js} +2 -2
  190. package/.next/server/chunks/{[root-of-the-server]__6e463e5f._.js.map → [root-of-the-server]__28a2e162._.js.map} +1 -1
  191. package/.next/server/chunks/{[root-of-the-server]__e478ef0d._.js → [root-of-the-server]__2b84b8e2._.js} +2 -2
  192. package/.next/server/chunks/{[root-of-the-server]__e478ef0d._.js.map → [root-of-the-server]__2b84b8e2._.js.map} +1 -1
  193. package/.next/server/chunks/[root-of-the-server]__309a4318._.js +3 -0
  194. package/.next/server/chunks/[root-of-the-server]__309a4318._.js.map +1 -0
  195. package/.next/server/chunks/{[root-of-the-server]__2c207e60._.js → [root-of-the-server]__336dafb8._.js} +2 -2
  196. package/.next/server/chunks/[root-of-the-server]__336dafb8._.js.map +1 -0
  197. package/.next/server/chunks/{[root-of-the-server]__b6cff26d._.js → [root-of-the-server]__507af82b._.js} +2 -2
  198. package/.next/server/chunks/[root-of-the-server]__507af82b._.js.map +1 -0
  199. package/.next/server/chunks/[root-of-the-server]__654b0c85._.js +3 -0
  200. package/.next/server/chunks/[root-of-the-server]__654b0c85._.js.map +1 -0
  201. package/.next/server/chunks/[root-of-the-server]__68b03663._.js +3 -0
  202. package/.next/server/chunks/[root-of-the-server]__68b03663._.js.map +1 -0
  203. package/.next/server/chunks/{[root-of-the-server]__87875179._.js → [root-of-the-server]__69ffdae8._.js} +2 -2
  204. package/.next/server/chunks/{[root-of-the-server]__87875179._.js.map → [root-of-the-server]__69ffdae8._.js.map} +1 -1
  205. package/.next/server/chunks/{[root-of-the-server]__00a30f40._.js → [root-of-the-server]__6b759340._.js} +2 -2
  206. package/.next/server/chunks/{[root-of-the-server]__00a30f40._.js.map → [root-of-the-server]__6b759340._.js.map} +1 -1
  207. package/.next/server/chunks/{[root-of-the-server]__74e2a9ba._.js → [root-of-the-server]__70a062f7._.js} +2 -2
  208. package/.next/server/chunks/[root-of-the-server]__70a062f7._.js.map +1 -0
  209. package/.next/server/chunks/{[root-of-the-server]__d4a8660e._.js → [root-of-the-server]__783b6b5b._.js} +2 -2
  210. package/.next/server/chunks/{[root-of-the-server]__d4a8660e._.js.map → [root-of-the-server]__783b6b5b._.js.map} +1 -1
  211. package/.next/server/chunks/{[root-of-the-server]__4ee12514._.js → [root-of-the-server]__7f014dfd._.js} +2 -2
  212. package/.next/server/chunks/[root-of-the-server]__7f014dfd._.js.map +1 -0
  213. package/.next/server/chunks/{[root-of-the-server]__7e12b9f4._.js → [root-of-the-server]__8981f980._.js} +2 -2
  214. package/.next/server/chunks/[root-of-the-server]__8981f980._.js.map +1 -0
  215. package/.next/server/chunks/{[root-of-the-server]__482575d2._.js → [root-of-the-server]__92517eeb._.js} +2 -2
  216. package/.next/server/chunks/{[root-of-the-server]__482575d2._.js.map → [root-of-the-server]__92517eeb._.js.map} +1 -1
  217. package/.next/server/chunks/{[root-of-the-server]__04f289da._.js → [root-of-the-server]__9f73c31b._.js} +2 -2
  218. package/.next/server/chunks/[root-of-the-server]__9f73c31b._.js.map +1 -0
  219. package/.next/server/chunks/[root-of-the-server]__bc094b8f._.js +3 -0
  220. package/.next/server/chunks/[root-of-the-server]__bc094b8f._.js.map +1 -0
  221. package/.next/server/chunks/{[root-of-the-server]__7bdf9f6e._.js → [root-of-the-server]__bcf10654._.js} +2 -2
  222. package/.next/server/chunks/{[root-of-the-server]__7bdf9f6e._.js.map → [root-of-the-server]__bcf10654._.js.map} +1 -1
  223. package/.next/server/chunks/{[root-of-the-server]__3d15e850._.js → [root-of-the-server]__bdb8b806._.js} +2 -2
  224. package/.next/server/chunks/[root-of-the-server]__bdb8b806._.js.map +1 -0
  225. package/.next/server/chunks/[root-of-the-server]__d0634ad4._.js +3 -0
  226. package/.next/server/chunks/[root-of-the-server]__d0634ad4._.js.map +1 -0
  227. package/.next/server/chunks/[root-of-the-server]__d1b157f2._.js +3 -0
  228. package/.next/server/chunks/[root-of-the-server]__d1b157f2._.js.map +1 -0
  229. package/.next/server/chunks/{[root-of-the-server]__3bfad714._.js → [root-of-the-server]__dbe8d4c9._.js} +2 -2
  230. package/.next/server/chunks/[root-of-the-server]__dbe8d4c9._.js.map +1 -0
  231. package/.next/server/chunks/{[root-of-the-server]__1873f417._.js → [root-of-the-server]__e17f35da._.js} +2 -2
  232. package/.next/server/chunks/[root-of-the-server]__e17f35da._.js.map +1 -0
  233. package/.next/server/chunks/{[root-of-the-server]__3f648b9b._.js → [root-of-the-server]__e8d765bb._.js} +2 -2
  234. package/.next/server/chunks/{[root-of-the-server]__3f648b9b._.js.map → [root-of-the-server]__e8d765bb._.js.map} +1 -1
  235. package/.next/server/chunks/{[root-of-the-server]__cc0860cb._.js → [root-of-the-server]__ec5b8508._.js} +2 -2
  236. package/.next/server/chunks/[root-of-the-server]__ec5b8508._.js.map +1 -0
  237. package/.next/server/chunks/{[root-of-the-server]__91d0cce1._.js → [root-of-the-server]__ed3ced73._.js} +2 -2
  238. package/.next/server/chunks/{[root-of-the-server]__91d0cce1._.js.map → [root-of-the-server]__ed3ced73._.js.map} +1 -1
  239. package/.next/server/chunks/{[root-of-the-server]__1311d7a3._.js → [root-of-the-server]__f3e3dd8e._.js} +2 -2
  240. package/.next/server/chunks/[root-of-the-server]__f3e3dd8e._.js.map +1 -0
  241. package/.next/server/chunks/{[root-of-the-server]__f994dc62._.js → [root-of-the-server]__fe6502cf._.js} +2 -2
  242. package/.next/server/chunks/[root-of-the-server]__fe6502cf._.js.map +1 -0
  243. package/.next/server/chunks/_next-internal_server_app_api_teams_plugins_route_actions_fe033d73.js +3 -0
  244. package/.next/server/chunks/_next-internal_server_app_api_teams_plugins_route_actions_fe033d73.js.map +1 -0
  245. package/.next/server/chunks/ssr/[root-of-the-server]__195421b7._.js +2 -2
  246. package/.next/server/chunks/ssr/[root-of-the-server]__195421b7._.js.map +1 -1
  247. package/.next/server/chunks/ssr/[root-of-the-server]__3b880807._.js +1 -1
  248. package/.next/server/chunks/ssr/[root-of-the-server]__3b880807._.js.map +1 -1
  249. package/.next/server/chunks/ssr/{[root-of-the-server]__7b8cdea5._.js → [root-of-the-server]__9f1e1504._.js} +2 -2
  250. package/.next/server/chunks/ssr/{[root-of-the-server]__7b8cdea5._.js.map → [root-of-the-server]__9f1e1504._.js.map} +1 -1
  251. package/.next/server/chunks/ssr/[root-of-the-server]__ac3862d0._.js +3 -0
  252. package/.next/server/chunks/ssr/{[root-of-the-server]__7d21617d._.js.map → [root-of-the-server]__ac3862d0._.js.map} +1 -1
  253. package/.next/server/pages/404.html +1 -1
  254. package/.next/server/pages/500.html +2 -2
  255. package/.next/server/server-reference-manifest.js +1 -1
  256. package/.next/server/server-reference-manifest.json +1 -1
  257. package/.next/static/chunks/{001f840e2d5598af.js → 989ac5c15831cff6.js} +2 -2
  258. package/openclaw/index.ts +19 -9
  259. package/openclaw.plugin.json +1 -1
  260. package/package.json +1 -1
  261. package/.next/server/chunks/[root-of-the-server]__04f289da._.js.map +0 -1
  262. package/.next/server/chunks/[root-of-the-server]__1311d7a3._.js.map +0 -1
  263. package/.next/server/chunks/[root-of-the-server]__1873f417._.js.map +0 -1
  264. package/.next/server/chunks/[root-of-the-server]__1d4f6506._.js +0 -3
  265. package/.next/server/chunks/[root-of-the-server]__1d4f6506._.js.map +0 -1
  266. package/.next/server/chunks/[root-of-the-server]__21ad9eeb._.js +0 -3
  267. package/.next/server/chunks/[root-of-the-server]__21ad9eeb._.js.map +0 -1
  268. package/.next/server/chunks/[root-of-the-server]__2c207e60._.js.map +0 -1
  269. package/.next/server/chunks/[root-of-the-server]__3b2d0020._.js +0 -3
  270. package/.next/server/chunks/[root-of-the-server]__3b2d0020._.js.map +0 -1
  271. package/.next/server/chunks/[root-of-the-server]__3bfad714._.js.map +0 -1
  272. package/.next/server/chunks/[root-of-the-server]__3d15e850._.js.map +0 -1
  273. package/.next/server/chunks/[root-of-the-server]__4ee12514._.js.map +0 -1
  274. package/.next/server/chunks/[root-of-the-server]__663e79ff._.js.map +0 -1
  275. package/.next/server/chunks/[root-of-the-server]__74e2a9ba._.js.map +0 -1
  276. package/.next/server/chunks/[root-of-the-server]__7e12b9f4._.js.map +0 -1
  277. package/.next/server/chunks/[root-of-the-server]__aed4e4f2._.js.map +0 -1
  278. package/.next/server/chunks/[root-of-the-server]__b6cff26d._.js.map +0 -1
  279. package/.next/server/chunks/[root-of-the-server]__cc0860cb._.js.map +0 -1
  280. package/.next/server/chunks/[root-of-the-server]__f5cd81f1._.js +0 -3
  281. package/.next/server/chunks/[root-of-the-server]__f5cd81f1._.js.map +0 -1
  282. package/.next/server/chunks/[root-of-the-server]__f85b5a70._.js +0 -3
  283. package/.next/server/chunks/[root-of-the-server]__f85b5a70._.js.map +0 -1
  284. package/.next/server/chunks/[root-of-the-server]__f994dc62._.js.map +0 -1
  285. package/.next/server/chunks/ssr/[root-of-the-server]__7d21617d._.js +0 -3
  286. /package/.next/static/{bTCL-c1-1vqxgA-ZN8TUy → cMqW97KjOZ0ZwAgd9qZL0}/_buildManifest.js +0 -0
  287. /package/.next/static/{bTCL-c1-1vqxgA-ZN8TUy → cMqW97KjOZ0ZwAgd9qZL0}/_clientMiddlewareManifest.json +0 -0
  288. /package/.next/static/{bTCL-c1-1vqxgA-ZN8TUy → cMqW97KjOZ0ZwAgd9qZL0}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
- module.exports=[4730,a=>{a.v({name:"@jiggai/kitchen",version:"0.3.48",main:"openclaw/index.ts",description:"ClawKitchen - Web-based dashboard for OpenClaw agent teams, workflows, and automation",author:"@rjdjohnston · rjdjohnston",license:"Apache-2.0",repository:{type:"git",url:"https://github.com/JIGGAI/clawkitchen.git"},keywords:["openclaw","clawkitchen","dashboard","agents","workflows","plugin"],openclaw:{extensions:["./openclaw/index.ts"],compat:{pluginApi:">=1.0.0",pluginApiRange:">=2026.3"},build:{openclawVersion:"2026.3.28"}},scripts:{dev:"next dev",build:"NODE_ENV=production next build",postbuild:"node scripts/copy-standalone-static.mjs",start:"next start",lint:"eslint",test:"vitest","test:run":"vitest run",coverage:"vitest run --coverage",check:"npm run lint && npm run test:run","dup:check":"jscpd src --min-tokens 50 --min-lines 10 --reporters html,console","refactor:report":"node scripts/refactor-report.mjs","smoke:goals":"node scripts/goals-smoke.mjs",prepare:"husky || true",prepack:"npm run -s sync:plugin-version && npm run -s check:plugin-version","sync:plugin-version":"node scripts/sync-openclaw-plugin-version.mjs","check:plugin-version":"node scripts/check-openclaw-plugin-version.mjs",prepublishOnly:"npm run -s sync:plugin-version && npm run -s check:plugin-version"},publishConfig:{access:"public"},files:["openclaw/","openclaw.plugin.json","README.md","LICENSE","next.config.ts","next-env.d.ts","tsconfig.json","public/",".next/BUILD_ID",".next/server/",".next/static/",".next/required-server-files.json",".next/required-server-files.js",".next/routes-manifest.json",".next/prerender-manifest.json",".next/build-manifest.json",".next/app-path-routes-manifest.json",".next/package.json"],dependencies:{"@jiggai/kitchen-plugin-marketing":"^0.2.1","better-sqlite3":"^12.8.0","drizzle-kit":"^0.31.10","drizzle-orm":"^0.45.2",next:"16.1.6",react:"19.2.3","react-dom":"19.2.3","react-markdown":"^10.1.0","remark-gfm":"^4.0.1",yaml:"^2.8.2"},devDependencies:{"@tailwindcss/postcss":"^4","@testing-library/dom":"^10.4.1","@testing-library/react":"^16.3.2","@types/better-sqlite3":"^7.6.13","@types/node":"^20","@types/react":"^19","@types/react-dom":"^19","@vitejs/plugin-react":"^5.1.4","@vitest/coverage-v8":"^4.0.18",eslint:"^9","eslint-config-next":"16.1.6","eslint-plugin-sonarjs":"^4.0.0",husky:"^9.1.7",jscpd:"^4.0.8",jsdom:"^28.1.0","lint-staged":"^16.2.7",tailwindcss:"^4",typescript:"5.9.3","vite-tsconfig-paths":"^6.1.1",vitest:"^4.0.18"},"lint-staged":{"*.{ts,tsx}":"eslint --fix"}})},21133,a=>{"use strict";let b=String(a.i(4730).default.version??"");function c(){let a=b.trim();return a?`ClawKitchen (${a}-beta)`:"ClawKitchen"}a.s(["APP_VERSION",0,b,"getAppTitle",()=>c])},89578,a=>{a.v({className:"geist_a71539c9-module__T19VSG__className",variable:"geist_a71539c9-module__T19VSG__variable"})},35214,a=>{a.v({className:"geist_mono_8d43a2aa-module__8Li5zG__className",variable:"geist_mono_8d43a2aa-module__8Li5zG__variable"})},17917,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/components/AppShell.tsx <module evaluation>","AppShell")},43297,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/components/AppShell.tsx","AppShell")},56935,a=>{"use strict";a.i(17917);var b=a.i(43297);a.n(b)},27572,a=>{"use strict";var b=a.i(7997),c=a.i(21133),d=a.i(89578);let e={className:d.default.className,style:{fontFamily:"'Geist', 'Geist Fallback'",fontStyle:"normal"}};null!=d.default.variable&&(e.variable=d.default.variable);var f=a.i(35214);let g={className:f.default.className,style:{fontFamily:"'Geist Mono', 'Geist Mono Fallback'",fontStyle:"normal"}};null!=f.default.variable&&(g.variable=f.default.variable);var h=a.i(56935);async function i(){return{title:(0,c.getAppTitle)(),description:"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.",icons:{icon:[{url:"/favicon.ico",sizes:"any"},{url:"/favicon-16x16.png",sizes:"16x16",type:"image/png"},{url:"/favicon-32x32.png",sizes:"32x32",type:"image/png"}],apple:"/apple-touch-icon.png"}}}function j({children:a}){return(0,b.jsxs)("html",{lang:"en","data-theme":"dark",suppressHydrationWarning:!0,children:[(0,b.jsx)("head",{}),(0,b.jsx)("body",{suppressHydrationWarning:!0,className:`${e.variable} ${g.variable} antialiased`,children:(0,b.jsx)(h.AppShell,{children:a})})]})}a.s(["default",()=>j,"generateMetadata",()=>i],27572)}];
1
+ module.exports=[4730,a=>{a.v({name:"@jiggai/kitchen",version:"0.4.1",main:"openclaw/index.ts",description:"ClawKitchen - Web-based dashboard for OpenClaw agent teams, workflows, and automation",author:"@rjdjohnston · rjdjohnston",license:"Apache-2.0",repository:{type:"git",url:"https://github.com/JIGGAI/clawkitchen.git"},keywords:["openclaw","clawkitchen","dashboard","agents","workflows","plugin"],openclaw:{extensions:["./openclaw/index.ts"],compat:{pluginApi:">=1.0.0",pluginApiRange:">=2026.3"},build:{openclawVersion:"2026.3.28"}},scripts:{dev:"next dev",build:"NODE_ENV=production next build",postbuild:"node scripts/copy-standalone-static.mjs",start:"next start",lint:"eslint",test:"vitest","test:run":"vitest run",coverage:"vitest run --coverage",check:"npm run lint && npm run test:run","dup:check":"jscpd src --min-tokens 50 --min-lines 10 --reporters html,console","refactor:report":"node scripts/refactor-report.mjs","smoke:goals":"node scripts/goals-smoke.mjs",prepare:"husky || true",prepack:"npm run -s sync:plugin-version && npm run -s check:plugin-version","sync:plugin-version":"node scripts/sync-openclaw-plugin-version.mjs","check:plugin-version":"node scripts/check-openclaw-plugin-version.mjs",prepublishOnly:"npm run -s sync:plugin-version && npm run -s check:plugin-version"},publishConfig:{access:"public"},files:["openclaw/","openclaw.plugin.json","README.md","LICENSE","next.config.ts","next-env.d.ts","tsconfig.json","public/",".next/BUILD_ID",".next/server/",".next/static/",".next/required-server-files.json",".next/required-server-files.js",".next/routes-manifest.json",".next/prerender-manifest.json",".next/build-manifest.json",".next/app-path-routes-manifest.json",".next/package.json"],dependencies:{"@jiggai/kitchen-plugin-marketing":"^0.2.1","better-sqlite3":"^12.8.0","drizzle-kit":"^0.31.10","drizzle-orm":"^0.45.2",next:"16.1.6",react:"19.2.3","react-dom":"19.2.3","react-markdown":"^10.1.0","remark-gfm":"^4.0.1",yaml:"^2.8.2"},devDependencies:{"@tailwindcss/postcss":"^4","@testing-library/dom":"^10.4.1","@testing-library/react":"^16.3.2","@types/better-sqlite3":"^7.6.13","@types/node":"^20","@types/react":"^19","@types/react-dom":"^19","@vitejs/plugin-react":"^5.1.4","@vitest/coverage-v8":"^4.0.18",eslint:"^9","eslint-config-next":"16.1.6","eslint-plugin-sonarjs":"^4.0.0",husky:"^9.1.7",jscpd:"^4.0.8",jsdom:"^28.1.0","lint-staged":"^16.2.7",tailwindcss:"^4",typescript:"5.9.3","vite-tsconfig-paths":"^6.1.1",vitest:"^4.0.18"},"lint-staged":{"*.{ts,tsx}":"eslint --fix"}})},21133,a=>{"use strict";let b=String(a.i(4730).default.version??"");function c(){let a=b.trim();return a?`ClawKitchen (${a}-beta)`:"ClawKitchen"}a.s(["APP_VERSION",0,b,"getAppTitle",()=>c])},89578,a=>{a.v({className:"geist_a71539c9-module__T19VSG__className",variable:"geist_a71539c9-module__T19VSG__variable"})},35214,a=>{a.v({className:"geist_mono_8d43a2aa-module__8Li5zG__className",variable:"geist_mono_8d43a2aa-module__8Li5zG__variable"})},17917,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/components/AppShell.tsx <module evaluation>","AppShell")},43297,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/components/AppShell.tsx","AppShell")},56935,a=>{"use strict";a.i(17917);var b=a.i(43297);a.n(b)},27572,a=>{"use strict";var b=a.i(7997),c=a.i(21133),d=a.i(89578);let e={className:d.default.className,style:{fontFamily:"'Geist', 'Geist Fallback'",fontStyle:"normal"}};null!=d.default.variable&&(e.variable=d.default.variable);var f=a.i(35214);let g={className:f.default.className,style:{fontFamily:"'Geist Mono', 'Geist Mono Fallback'",fontStyle:"normal"}};null!=f.default.variable&&(g.variable=f.default.variable);var h=a.i(56935);async function i(){return{title:(0,c.getAppTitle)(),description:"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.",icons:{icon:[{url:"/favicon.ico",sizes:"any"},{url:"/favicon-16x16.png",sizes:"16x16",type:"image/png"},{url:"/favicon-32x32.png",sizes:"32x32",type:"image/png"}],apple:"/apple-touch-icon.png"}}}function j({children:a}){return(0,b.jsxs)("html",{lang:"en","data-theme":"dark",suppressHydrationWarning:!0,children:[(0,b.jsx)("head",{}),(0,b.jsx)("body",{suppressHydrationWarning:!0,className:`${e.variable} ${g.variable} antialiased`,children:(0,b.jsx)(h.AppShell,{children:a})})]})}a.s(["default",()=>j,"generateMetadata",()=>i],27572)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__3b880807._.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["turbopack:///[project]/package.json","../../../../src/lib/app-info.ts","turbopack:///[next]/internal/font/google/geist_a71539c9.module.css [app-rsc] (css module)","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-rsc] (css module)","../../../../src/components/AppShell.tsx/__nextjs-internal-proxy.mjs","../../../../src/app/layout.tsx","turbopack:///[next]/internal/font/google/geist_a71539c9.js","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.js"],"sourcesContent":["{\"name\":\"@jiggai/kitchen\",\"version\":\"0.3.48\",\"main\":\"openclaw/index.ts\",\"description\":\"ClawKitchen - Web-based dashboard for OpenClaw agent teams, workflows, and automation\",\"author\":\"@rjdjohnston · rjdjohnston\",\"license\":\"Apache-2.0\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/JIGGAI/clawkitchen.git\"},\"keywords\":[\"openclaw\",\"clawkitchen\",\"dashboard\",\"agents\",\"workflows\",\"plugin\"],\"openclaw\":{\"extensions\":[\"./openclaw/index.ts\"],\"compat\":{\"pluginApi\":\">=1.0.0\",\"pluginApiRange\":\">=2026.3\"},\"build\":{\"openclawVersion\":\"2026.3.28\"}},\"scripts\":{\"dev\":\"next dev\",\"build\":\"NODE_ENV=production next build\",\"postbuild\":\"node scripts/copy-standalone-static.mjs\",\"start\":\"next start\",\"lint\":\"eslint\",\"test\":\"vitest\",\"test:run\":\"vitest run\",\"coverage\":\"vitest run --coverage\",\"check\":\"npm run lint && npm run test:run\",\"dup:check\":\"jscpd src --min-tokens 50 --min-lines 10 --reporters html,console\",\"refactor:report\":\"node scripts/refactor-report.mjs\",\"smoke:goals\":\"node scripts/goals-smoke.mjs\",\"prepare\":\"husky || true\",\"prepack\":\"npm run -s sync:plugin-version && npm run -s check:plugin-version\",\"sync:plugin-version\":\"node scripts/sync-openclaw-plugin-version.mjs\",\"check:plugin-version\":\"node scripts/check-openclaw-plugin-version.mjs\",\"prepublishOnly\":\"npm run -s sync:plugin-version && npm run -s check:plugin-version\"},\"publishConfig\":{\"access\":\"public\"},\"files\":[\"openclaw/\",\"openclaw.plugin.json\",\"README.md\",\"LICENSE\",\"next.config.ts\",\"next-env.d.ts\",\"tsconfig.json\",\"public/\",\".next/BUILD_ID\",\".next/server/\",\".next/static/\",\".next/required-server-files.json\",\".next/required-server-files.js\",\".next/routes-manifest.json\",\".next/prerender-manifest.json\",\".next/build-manifest.json\",\".next/app-path-routes-manifest.json\",\".next/package.json\"],\"dependencies\":{\"@jiggai/kitchen-plugin-marketing\":\"^0.2.1\",\"better-sqlite3\":\"^12.8.0\",\"drizzle-kit\":\"^0.31.10\",\"drizzle-orm\":\"^0.45.2\",\"next\":\"16.1.6\",\"react\":\"19.2.3\",\"react-dom\":\"19.2.3\",\"react-markdown\":\"^10.1.0\",\"remark-gfm\":\"^4.0.1\",\"yaml\":\"^2.8.2\"},\"devDependencies\":{\"@tailwindcss/postcss\":\"^4\",\"@testing-library/dom\":\"^10.4.1\",\"@testing-library/react\":\"^16.3.2\",\"@types/better-sqlite3\":\"^7.6.13\",\"@types/node\":\"^20\",\"@types/react\":\"^19\",\"@types/react-dom\":\"^19\",\"@vitejs/plugin-react\":\"^5.1.4\",\"@vitest/coverage-v8\":\"^4.0.18\",\"eslint\":\"^9\",\"eslint-config-next\":\"16.1.6\",\"eslint-plugin-sonarjs\":\"^4.0.0\",\"husky\":\"^9.1.7\",\"jscpd\":\"^4.0.8\",\"jsdom\":\"^28.1.0\",\"lint-staged\":\"^16.2.7\",\"tailwindcss\":\"^4\",\"typescript\":\"5.9.3\",\"vite-tsconfig-paths\":\"^6.1.1\",\"vitest\":\"^4.0.18\"},\"lint-staged\":{\"*.{ts,tsx}\":\"eslint --fix\"}}","import pkg from \"../../package.json\";\n\n// Loaded once at module init (cached by Node/Next). Avoids per-render disk reads.\nexport const APP_VERSION = String((pkg as { version?: string }).version ?? \"\");\n\nexport function getAppTitle(): string {\n const v = APP_VERSION.trim();\n return v ? `ClawKitchen (${v}-beta)` : \"ClawKitchen\";\n}\n","__turbopack_context__.v({\n \"className\": \"geist_a71539c9-module__T19VSG__className\",\n \"variable\": \"geist_a71539c9-module__T19VSG__variable\",\n});\n","__turbopack_context__.v({\n \"className\": \"geist_mono_8d43a2aa-module__8Li5zG__className\",\n \"variable\": \"geist_mono_8d43a2aa-module__8Li5zG__variable\",\n});\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const AppShell = registerClientReference(\n function() { throw new Error(\"Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/src/components/AppShell.tsx\",\n \"AppShell\",\n);\n","import type { Metadata } from \"next\";\nimport { getAppTitle } from \"@/lib/app-info\";\nimport { Geist, Geist_Mono } from \"next/font/google\";\nimport \"./globals.css\";\nimport { AppShell } from \"@/components/AppShell\";\n\nconst geistSans = Geist({\n variable: \"--font-geist-sans\",\n subsets: [\"latin\"],\n});\n\nconst geistMono = Geist_Mono({\n variable: \"--font-geist-mono\",\n subsets: [\"latin\"],\n});\n\nexport async function generateMetadata(): Promise<Metadata> {\n return {\n title: getAppTitle(),\n description: \"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.\",\n icons: {\n icon: [\n { url: \"/favicon.ico\", sizes: \"any\" },\n { url: \"/favicon-16x16.png\", sizes: \"16x16\", type: \"image/png\" },\n { url: \"/favicon-32x32.png\", sizes: \"32x32\", type: \"image/png\" },\n ],\n apple: \"/apple-touch-icon.png\",\n },\n };\n}\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode;\n}>) {\n return (\n <html lang=\"en\" data-theme=\"dark\" suppressHydrationWarning>\n <head />\n <body\n suppressHydrationWarning\n className={`${geistSans.variable} ${geistMono.variable} antialiased`}\n >\n <AppShell>{children}</AppShell>\n </body>\n </html>\n );\n}\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist%22,%22arguments%22:[{%22variable%22:%22--font-geist-sans%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistSans%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist', 'Geist Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist_Mono%22,%22arguments%22:[{%22variable%22:%22--font-geist-mono%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistMono%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist Mono', 'Geist Mono Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n"],"names":[],"mappings":"yBAAA,EAAA,CAAA,CAAA,CAAA,KAAA,kBAAA,QAAA,SAAA,KAAA,oBAAA,YAAA,wFAAA,OAAA,6BAAA,QAAA,aAAA,WAAA,CAAA,KAAA,MAAA,IAAA,2CAAA,EAAA,SAAA,CAAA,WAAA,cAAA,YAAA,SAAA,YAAA,SAAA,CAAA,SAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,OAAA,CAAA,UAAA,UAAA,eAAA,UAAA,EAAA,MAAA,CAAA,gBAAA,WAAA,CAAA,EAAA,QAAA,CAAA,IAAA,WAAA,MAAA,iCAAA,UAAA,0CAAA,MAAA,aAAA,KAAA,SAAA,KAAA,SAAA,WAAA,aAAA,SAAA,wBAAA,MAAA,mCAAA,YAAA,oEAAA,kBAAA,mCAAA,cAAA,+BAAA,QAAA,gBAAA,QAAA,oEAAA,sBAAA,gDAAA,uBAAA,iDAAA,eAAA,mEAAA,EAAA,cAAA,CAAA,OAAA,QAAA,EAAA,MAAA,CAAA,YAAA,uBAAA,YAAA,UAAA,iBAAA,gBAAA,gBAAA,UAAA,iBAAA,gBAAA,gBAAA,mCAAA,iCAAA,6BAAA,gCAAA,4BAAA,sCAAA,qBAAA,CAAA,aAAA,CAAA,mCAAA,SAAA,iBAAA,UAAA,cAAA,WAAA,cAAA,UAAA,KAAA,SAAA,MAAA,SAAA,YAAA,SAAA,iBAAA,UAAA,aAAA,SAAA,KAAA,QAAA,EAAA,gBAAA,CAAA,uBAAA,KAAA,uBAAA,UAAA,yBAAA,UAAA,wBAAA,UAAA,cAAA,MAAA,eAAA,MAAA,mBAAA,MAAA,uBAAA,SAAA,sBAAA,UAAA,OAAA,KAAA,qBAAA,SAAA,wBAAA,SAAA,MAAA,SAAA,MAAA,SAAA,MAAA,UAAA,cAAA,UAAA,YAAA,KAAA,WAAA,QAAA,sBAAA,SAAA,OAAA,SAAA,EAAA,cAAA,CAAA,aAAA,cAAA,CAAA,E,yBCGO,IAAM,EAAc,OAH3B,AAGmC,EAHnC,CAAA,CAAA,MAGmC,OAAG,CAA0B,OAAO,EAAI,IAEpE,SAAS,IACd,IAAM,EAAI,EAAY,IAAI,GAC1B,OAAO,EAAI,CAAC,aAAa,EAAE,EAAE,MAAM,CAAC,CAAG,aACzC,yDCRA,EAAA,CAAA,CAAA,CACA,UAAA,2CACA,SAAA,yCACA,cCHA,EAAA,CAAA,CAAA,CACA,UAAA,gDACA,SAAA,8CACA,mDCDO,IAAM,EAAW,CAAA,EAAA,AADxB,EAAA,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAI,MAAM,8NAAgO,EAC7P,4DACA,4DAHG,IAAM,EAAW,CAAA,EADxB,AACwB,EADxB,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAI,MAAM,8NAAgO,EAC7P,wCACA,+GCJJ,EAAA,EAAA,CAAA,CAAA,OCDA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,4BACZ,UAAW,QAEf,CACJ,CAE0B,MAAM,CAA5B,EAAA,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,ECX1C,IAAA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,sCACZ,UAAW,QAEf,CACJ,CAE0B,MAAM,CAA5B,EAAA,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,EFP1C,IAAA,EAAA,EAAA,CAAA,CAAA,OAYO,eAAe,IACpB,MAAO,CACL,MAAO,CAAA,EAAA,EAAA,WAAA,AAAW,IAClB,YAAa,iFACb,MAAO,CACL,KAAM,CACJ,CAAE,IAAK,eAAgB,MAAO,KAAM,EACpC,CAAE,IAAK,qBAAsB,MAAO,QAAS,KAAM,WAAY,EAC/D,CAAE,IAAK,qBAAsB,MAAO,QAAS,KAAM,WAAY,EAChE,CACD,MAAO,uBACT,CACF,CACF,CAEe,SAAS,EAAW,UACjC,CAAQ,CAGR,EACA,MACE,CAAA,EAAA,EAAA,IAAA,EAAC,OAAA,CAAK,KAAK,KAAK,aAAW,OAAO,wBAAwB,CAAA,CAAA,YACxD,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CAAA,GACD,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CACC,wBAAwB,CAAA,CAAA,EACxB,UAAW,CAAA,EC3BJ,AD2BO,EAAU,QAAQ,CAAC,CAAC,EE3B3B,AF2B6B,EAAU,QAAQ,CAAC,YAAY,CAAC,UAEpE,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,QAAQ,CAAA,UAAE,QAInB","ignoreList":[2,3,4,6,7]}
1
+ {"version":3,"sources":["turbopack:///[project]/package.json","../../../../src/lib/app-info.ts","turbopack:///[next]/internal/font/google/geist_a71539c9.module.css [app-rsc] (css module)","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-rsc] (css module)","../../../../src/components/AppShell.tsx/__nextjs-internal-proxy.mjs","../../../../src/app/layout.tsx","turbopack:///[next]/internal/font/google/geist_a71539c9.js","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.js"],"sourcesContent":["{\"name\":\"@jiggai/kitchen\",\"version\":\"0.4.1\",\"main\":\"openclaw/index.ts\",\"description\":\"ClawKitchen - Web-based dashboard for OpenClaw agent teams, workflows, and automation\",\"author\":\"@rjdjohnston · rjdjohnston\",\"license\":\"Apache-2.0\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/JIGGAI/clawkitchen.git\"},\"keywords\":[\"openclaw\",\"clawkitchen\",\"dashboard\",\"agents\",\"workflows\",\"plugin\"],\"openclaw\":{\"extensions\":[\"./openclaw/index.ts\"],\"compat\":{\"pluginApi\":\">=1.0.0\",\"pluginApiRange\":\">=2026.3\"},\"build\":{\"openclawVersion\":\"2026.3.28\"}},\"scripts\":{\"dev\":\"next dev\",\"build\":\"NODE_ENV=production next build\",\"postbuild\":\"node scripts/copy-standalone-static.mjs\",\"start\":\"next start\",\"lint\":\"eslint\",\"test\":\"vitest\",\"test:run\":\"vitest run\",\"coverage\":\"vitest run --coverage\",\"check\":\"npm run lint && npm run test:run\",\"dup:check\":\"jscpd src --min-tokens 50 --min-lines 10 --reporters html,console\",\"refactor:report\":\"node scripts/refactor-report.mjs\",\"smoke:goals\":\"node scripts/goals-smoke.mjs\",\"prepare\":\"husky || true\",\"prepack\":\"npm run -s sync:plugin-version && npm run -s check:plugin-version\",\"sync:plugin-version\":\"node scripts/sync-openclaw-plugin-version.mjs\",\"check:plugin-version\":\"node scripts/check-openclaw-plugin-version.mjs\",\"prepublishOnly\":\"npm run -s sync:plugin-version && npm run -s check:plugin-version\"},\"publishConfig\":{\"access\":\"public\"},\"files\":[\"openclaw/\",\"openclaw.plugin.json\",\"README.md\",\"LICENSE\",\"next.config.ts\",\"next-env.d.ts\",\"tsconfig.json\",\"public/\",\".next/BUILD_ID\",\".next/server/\",\".next/static/\",\".next/required-server-files.json\",\".next/required-server-files.js\",\".next/routes-manifest.json\",\".next/prerender-manifest.json\",\".next/build-manifest.json\",\".next/app-path-routes-manifest.json\",\".next/package.json\"],\"dependencies\":{\"@jiggai/kitchen-plugin-marketing\":\"^0.2.1\",\"better-sqlite3\":\"^12.8.0\",\"drizzle-kit\":\"^0.31.10\",\"drizzle-orm\":\"^0.45.2\",\"next\":\"16.1.6\",\"react\":\"19.2.3\",\"react-dom\":\"19.2.3\",\"react-markdown\":\"^10.1.0\",\"remark-gfm\":\"^4.0.1\",\"yaml\":\"^2.8.2\"},\"devDependencies\":{\"@tailwindcss/postcss\":\"^4\",\"@testing-library/dom\":\"^10.4.1\",\"@testing-library/react\":\"^16.3.2\",\"@types/better-sqlite3\":\"^7.6.13\",\"@types/node\":\"^20\",\"@types/react\":\"^19\",\"@types/react-dom\":\"^19\",\"@vitejs/plugin-react\":\"^5.1.4\",\"@vitest/coverage-v8\":\"^4.0.18\",\"eslint\":\"^9\",\"eslint-config-next\":\"16.1.6\",\"eslint-plugin-sonarjs\":\"^4.0.0\",\"husky\":\"^9.1.7\",\"jscpd\":\"^4.0.8\",\"jsdom\":\"^28.1.0\",\"lint-staged\":\"^16.2.7\",\"tailwindcss\":\"^4\",\"typescript\":\"5.9.3\",\"vite-tsconfig-paths\":\"^6.1.1\",\"vitest\":\"^4.0.18\"},\"lint-staged\":{\"*.{ts,tsx}\":\"eslint --fix\"}}","import pkg from \"../../package.json\";\n\n// Loaded once at module init (cached by Node/Next). Avoids per-render disk reads.\nexport const APP_VERSION = String((pkg as { version?: string }).version ?? \"\");\n\nexport function getAppTitle(): string {\n const v = APP_VERSION.trim();\n return v ? `ClawKitchen (${v}-beta)` : \"ClawKitchen\";\n}\n","__turbopack_context__.v({\n \"className\": \"geist_a71539c9-module__T19VSG__className\",\n \"variable\": \"geist_a71539c9-module__T19VSG__variable\",\n});\n","__turbopack_context__.v({\n \"className\": \"geist_mono_8d43a2aa-module__8Li5zG__className\",\n \"variable\": \"geist_mono_8d43a2aa-module__8Li5zG__variable\",\n});\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const AppShell = registerClientReference(\n function() { throw new Error(\"Attempted to call AppShell() from the server but AppShell is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/src/components/AppShell.tsx\",\n \"AppShell\",\n);\n","import type { Metadata } from \"next\";\nimport { getAppTitle } from \"@/lib/app-info\";\nimport { Geist, Geist_Mono } from \"next/font/google\";\nimport \"./globals.css\";\nimport { AppShell } from \"@/components/AppShell\";\n\nconst geistSans = Geist({\n variable: \"--font-geist-sans\",\n subsets: [\"latin\"],\n});\n\nconst geistMono = Geist_Mono({\n variable: \"--font-geist-mono\",\n subsets: [\"latin\"],\n});\n\nexport async function generateMetadata(): Promise<Metadata> {\n return {\n title: getAppTitle(),\n description: \"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.\",\n icons: {\n icon: [\n { url: \"/favicon.ico\", sizes: \"any\" },\n { url: \"/favicon-16x16.png\", sizes: \"16x16\", type: \"image/png\" },\n { url: \"/favicon-32x32.png\", sizes: \"32x32\", type: \"image/png\" },\n ],\n apple: \"/apple-touch-icon.png\",\n },\n };\n}\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode;\n}>) {\n return (\n <html lang=\"en\" data-theme=\"dark\" suppressHydrationWarning>\n <head />\n <body\n suppressHydrationWarning\n className={`${geistSans.variable} ${geistMono.variable} antialiased`}\n >\n <AppShell>{children}</AppShell>\n </body>\n </html>\n );\n}\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist%22,%22arguments%22:[{%22variable%22:%22--font-geist-sans%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistSans%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist', 'Geist Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist_Mono%22,%22arguments%22:[{%22variable%22:%22--font-geist-mono%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistMono%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist Mono', 'Geist Mono Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n"],"names":[],"mappings":"yBAAA,EAAA,CAAA,CAAA,CAAA,KAAA,kBAAA,QAAA,QAAA,KAAA,oBAAA,YAAA,wFAAA,OAAA,6BAAA,QAAA,aAAA,WAAA,CAAA,KAAA,MAAA,IAAA,2CAAA,EAAA,SAAA,CAAA,WAAA,cAAA,YAAA,SAAA,YAAA,SAAA,CAAA,SAAA,CAAA,WAAA,CAAA,sBAAA,CAAA,OAAA,CAAA,UAAA,UAAA,eAAA,UAAA,EAAA,MAAA,CAAA,gBAAA,WAAA,CAAA,EAAA,QAAA,CAAA,IAAA,WAAA,MAAA,iCAAA,UAAA,0CAAA,MAAA,aAAA,KAAA,SAAA,KAAA,SAAA,WAAA,aAAA,SAAA,wBAAA,MAAA,mCAAA,YAAA,oEAAA,kBAAA,mCAAA,cAAA,+BAAA,QAAA,gBAAA,QAAA,oEAAA,sBAAA,gDAAA,uBAAA,iDAAA,eAAA,mEAAA,EAAA,cAAA,CAAA,OAAA,QAAA,EAAA,MAAA,CAAA,YAAA,uBAAA,YAAA,UAAA,iBAAA,gBAAA,gBAAA,UAAA,iBAAA,gBAAA,gBAAA,mCAAA,iCAAA,6BAAA,gCAAA,4BAAA,sCAAA,qBAAA,CAAA,aAAA,CAAA,mCAAA,SAAA,iBAAA,UAAA,cAAA,WAAA,cAAA,UAAA,KAAA,SAAA,MAAA,SAAA,YAAA,SAAA,iBAAA,UAAA,aAAA,SAAA,KAAA,QAAA,EAAA,gBAAA,CAAA,uBAAA,KAAA,uBAAA,UAAA,yBAAA,UAAA,wBAAA,UAAA,cAAA,MAAA,eAAA,MAAA,mBAAA,MAAA,uBAAA,SAAA,sBAAA,UAAA,OAAA,KAAA,qBAAA,SAAA,wBAAA,SAAA,MAAA,SAAA,MAAA,SAAA,MAAA,UAAA,cAAA,UAAA,YAAA,KAAA,WAAA,QAAA,sBAAA,SAAA,OAAA,SAAA,EAAA,cAAA,CAAA,aAAA,cAAA,CAAA,E,yBCGO,IAAM,EAAc,OAH3B,AAGmC,EAHnC,CAAA,CAAA,MAGmC,OAAG,CAA0B,OAAO,EAAI,IAEpE,SAAS,IACd,IAAM,EAAI,EAAY,IAAI,GAC1B,OAAO,EAAI,CAAC,aAAa,EAAE,EAAE,MAAM,CAAC,CAAG,aACzC,yDCRA,EAAA,CAAA,CAAA,CACA,UAAA,2CACA,SAAA,yCACA,cCHA,EAAA,CAAA,CAAA,CACA,UAAA,gDACA,SAAA,8CACA,mDCDO,IAAM,EAAW,CAAA,EAAA,AADxB,EAAA,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAI,MAAM,8NAAgO,EAC7P,4DACA,4DAHG,IAAM,EAAW,CAAA,EADxB,AACwB,EADxB,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAI,MAAM,8NAAgO,EAC7P,wCACA,+GCJJ,EAAA,EAAA,CAAA,CAAA,OCDA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,4BACZ,UAAW,QAEf,CACJ,CAE0B,MAAM,CAA5B,EAAA,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,ECX1C,IAAA,EAAA,EAAA,CAAA,CAAA,OACA,IAAM,EAAW,CACb,UAAW,EAAA,OAAS,CAAC,SAAS,CAC9B,MAAO,CACH,WAAY,sCACZ,UAAW,QAEf,CACJ,CAE0B,MAAM,CAA5B,EAAA,OAAS,CAAC,QAAQ,GAClB,EAAS,QAAQ,CAAG,EAAA,OAAS,CAAC,QAAA,AAAQ,EFP1C,IAAA,EAAA,EAAA,CAAA,CAAA,OAYO,eAAe,IACpB,MAAO,CACL,MAAO,CAAA,EAAA,EAAA,WAAA,AAAW,IAClB,YAAa,iFACb,MAAO,CACL,KAAM,CACJ,CAAE,IAAK,eAAgB,MAAO,KAAM,EACpC,CAAE,IAAK,qBAAsB,MAAO,QAAS,KAAM,WAAY,EAC/D,CAAE,IAAK,qBAAsB,MAAO,QAAS,KAAM,WAAY,EAChE,CACD,MAAO,uBACT,CACF,CACF,CAEe,SAAS,EAAW,UACjC,CAAQ,CAGR,EACA,MACE,CAAA,EAAA,EAAA,IAAA,EAAC,OAAA,CAAK,KAAK,KAAK,aAAW,OAAO,wBAAwB,CAAA,CAAA,YACxD,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CAAA,GACD,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CACC,wBAAwB,CAAA,CAAA,EACxB,UAAW,CAAA,EC3BJ,AD2BO,EAAU,QAAQ,CAAC,CAAC,EE3B3B,AF2B6B,EAAU,QAAQ,CAAC,YAAY,CAAC,UAEpE,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,QAAQ,CAAA,UAAE,QAInB","ignoreList":[2,3,4,6,7]}
@@ -1,3 +1,3 @@
1
- module.exports=[70406,(a,b,c)=>{b.exports=a.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},50640,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"InvariantError",{enumerable:!0,get:function(){return d}});class d extends Error{constructor(a,b){super(`Invariant: ${a.endsWith(".")?a:a+"."} This is a bug in Next.js.`,b),this.name="InvariantError"}}},24951,(a,b,c)=>{"use strict";b.exports=a.r(18622)},7997,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactJsxRuntime},11857,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactServerDOMTurbopackServer},717,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].React},64240,(a,b,c)=>{"use strict";function d(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(d=function(a){return a?c:b})(a)}c._=function(a,b){if(!b&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var c=d(b);if(c&&c.has(a))return c.get(a);var e={__proto__:null},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in a)if("default"!==g&&Object.prototype.hasOwnProperty.call(a,g)){var h=f?Object.getOwnPropertyDescriptor(a,g):null;h&&(h.get||h.set)?Object.defineProperty(e,g,h):e[g]=a[g]}return e.default=a,c&&c.set(a,e),e}},14747,(a,b,c)=>{b.exports=a.x("path",()=>require("path"))},4276,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>"))},82509,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/components/builtin/global-error.js"))},66114,a=>{"use strict";a.i(4276);var b=a.i(82509);a.n(b)}];
1
+ module.exports=[70406,(a,b,c)=>{b.exports=a.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},14747,(a,b,c)=>{b.exports=a.x("path",()=>require("path"))},50640,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"InvariantError",{enumerable:!0,get:function(){return d}});class d extends Error{constructor(a,b){super(`Invariant: ${a.endsWith(".")?a:a+"."} This is a bug in Next.js.`,b),this.name="InvariantError"}}},24951,(a,b,c)=>{"use strict";b.exports=a.r(18622)},7997,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactJsxRuntime},11857,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactServerDOMTurbopackServer},717,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].React},64240,(a,b,c)=>{"use strict";function d(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(d=function(a){return a?c:b})(a)}c._=function(a,b){if(!b&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var c=d(b);if(c&&c.has(a))return c.get(a);var e={__proto__:null},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in a)if("default"!==g&&Object.prototype.hasOwnProperty.call(a,g)){var h=f?Object.getOwnPropertyDescriptor(a,g):null;h&&(h.get||h.set)?Object.defineProperty(e,g,h):e[g]=a[g]}return e.default=a,c&&c.set(a,e),e}},4276,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>"))},82509,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/components/builtin/global-error.js"))},66114,a=>{"use strict";a.i(4276);var b=a.i(82509);a.n(b)}];
2
2
 
3
- //# sourceMappingURL=%5Broot-of-the-server%5D__7b8cdea5._.js.map
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__9f1e1504._.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../node_modules/next/src/shared/lib/invariant-error.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs","../../../../node_modules/next/dist/client/components/builtin/global-error.js/__nextjs-internal-proxy.cjs","../../../../node_modules/next/src/client/components/builtin/global-error.tsx"],"sourcesContent":["export class InvariantError extends Error {\n constructor(message: string, options?: ErrorOptions) {\n super(\n `Invariant: ${message.endsWith('.') ? message : message + '.'} This is a bug in Next.js.`,\n options\n )\n this.name = 'InvariantError'\n }\n}\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nconst { createClientModuleProxy } = require(\"react-server-dom-turbopack/server\");\n\n__turbopack_context__.n(createClientModuleProxy(\"[project]/node_modules/next/dist/client/components/builtin/global-error.js\"));\n","'use client'\n\nimport { HandleISRError } from '../handle-isr-error'\n\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n text: {\n fontSize: '14px',\n fontWeight: 400,\n lineHeight: '28px',\n margin: '0 8px',\n },\n} as const\n\nexport type GlobalErrorComponent = React.ComponentType<{\n error: any\n}>\nfunction DefaultGlobalError({ error }: { error: any }) {\n const digest: string | undefined = error?.digest\n return (\n <html id=\"__next_error__\">\n <head></head>\n <body>\n <HandleISRError error={error} />\n <div style={styles.error}>\n <div>\n <h2 style={styles.text}>\n Application error: a {digest ? 'server' : 'client'}-side exception\n has occurred while loading {window.location.hostname} (see the{' '}\n {digest ? 'server logs' : 'browser console'} for more\n information).\n </h2>\n {digest ? <p style={styles.text}>{`Digest: ${digest}`}</p> : null}\n </div>\n </div>\n </body>\n </html>\n )\n}\n\n// Exported so that the import signature in the loaders can be identical to user\n// supplied custom global error signatures.\nexport default DefaultGlobalError\n"],"names":["InvariantError","Error","constructor","message","options","endsWith","name","process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactJsxRuntime","ReactServerDOMTurbopackServer","React","styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","text","fontSize","fontWeight","lineHeight","margin","DefaultGlobalError","digest","html","id","head","body","HandleISRError","div","style","h2","window","location","hostname","p"],"mappings":"ixCAAaA,iBAAAA,qCAAAA,IAAN,OAAMA,UAAuBC,MAClCC,YAAYC,CAAe,CAAEC,CAAsB,CAAE,CACnD,KAAK,CACH,CAAC,WAAW,EAAED,EAAQE,QAAQ,CAAC,KAAOF,EAAUA,EAAU,IAAI,0BAA0B,CAAC,CACzFC,GAEF,IAAI,CAACE,IAAI,CAAG,gBACd,CACF,gCCkBQI,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,gCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,eAAe,+BCFxCP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,6BAA6B,6BCFtDR,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,+BCA9B,SAAS,EAAyB,CAAW,EACzC,GAAuB,YAAnB,OAAO,QAAwB,OAAO,KAE1C,IAAI,EAAoB,IAAI,QACxB,EAAmB,IAAI,QAE3B,MAAO,CAAC,EAA2B,SAAS,CAAW,EACnD,OAAO,EAAc,EAAmB,EAC5C,CAAC,CAAE,EACP,CA0BA,EAAQ,CAAC,CAzBT,EAyBY,OAzBH,AAA0B,CAAG,CAAE,CAAW,EAC/C,GAAI,CAAC,GAAe,GAAO,EAAI,UAAU,CAAE,OAAO,EAClD,GAAY,OAAR,GAA+B,UAAf,OAAO,GAAmC,YAAf,OAAO,EAAoB,MAAO,CAAE,QAAS,CAAI,EAEhG,IAAI,EAAQ,EAAyB,GAErC,GAAI,GAAS,EAAM,GAAG,CAAC,GAAM,OAAO,EAAM,GAAG,CAAC,GAE9C,IAAI,EAAS,CAAE,UAAW,IAAK,EAC3B,EAAwB,OAAO,cAAc,EAAI,OAAO,wBAAwB,CAEpF,IAAK,IAAI,KAAO,EACZ,EADiB,CACL,YAAR,GAAqB,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,EAAK,GAAM,CACrE,IAAI,EAAO,EAAwB,OAAO,wBAAwB,CAAC,EAAK,GAAO,KAC3E,IAAS,EAAK,EAAN,CAAS,EAAI,EAAK,GAAA,AAAG,EAAG,OAAO,cAAc,CAAC,EAAQ,EAAK,GAClE,CAAM,CAAC,EAAI,CAAG,CAAG,CAAC,EAAI,AAC/B,CAOJ,OAJA,EAAO,OAAO,CAAG,EAEb,GAAO,EAAM,GAAG,CAAC,EAAK,GAEnB,CACX,6ECnCA,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB,oHAFhD,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB","ignoreList":[0,1,2,3,4,5,6]}
1
+ {"version":3,"sources":["../../../../node_modules/next/src/shared/lib/invariant-error.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs","../../../../node_modules/next/dist/client/components/builtin/global-error.js/__nextjs-internal-proxy.cjs","../../../../node_modules/next/src/client/components/builtin/global-error.tsx"],"sourcesContent":["export class InvariantError extends Error {\n constructor(message: string, options?: ErrorOptions) {\n super(\n `Invariant: ${message.endsWith('.') ? message : message + '.'} This is a bug in Next.js.`,\n options\n )\n this.name = 'InvariantError'\n }\n}\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nconst { createClientModuleProxy } = require(\"react-server-dom-turbopack/server\");\n\n__turbopack_context__.n(createClientModuleProxy(\"[project]/node_modules/next/dist/client/components/builtin/global-error.js\"));\n","'use client'\n\nimport { HandleISRError } from '../handle-isr-error'\n\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n text: {\n fontSize: '14px',\n fontWeight: 400,\n lineHeight: '28px',\n margin: '0 8px',\n },\n} as const\n\nexport type GlobalErrorComponent = React.ComponentType<{\n error: any\n}>\nfunction DefaultGlobalError({ error }: { error: any }) {\n const digest: string | undefined = error?.digest\n return (\n <html id=\"__next_error__\">\n <head></head>\n <body>\n <HandleISRError error={error} />\n <div style={styles.error}>\n <div>\n <h2 style={styles.text}>\n Application error: a {digest ? 'server' : 'client'}-side exception\n has occurred while loading {window.location.hostname} (see the{' '}\n {digest ? 'server logs' : 'browser console'} for more\n information).\n </h2>\n {digest ? <p style={styles.text}>{`Digest: ${digest}`}</p> : null}\n </div>\n </div>\n </body>\n </html>\n )\n}\n\n// Exported so that the import signature in the loaders can be identical to user\n// supplied custom global error signatures.\nexport default DefaultGlobalError\n"],"names":["InvariantError","Error","constructor","message","options","endsWith","name","process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactJsxRuntime","ReactServerDOMTurbopackServer","React","styles","error","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","text","fontSize","fontWeight","lineHeight","margin","DefaultGlobalError","digest","html","id","head","body","HandleISRError","div","style","h2","window","location","hostname","p"],"mappings":"40CAAaA,iBAAAA,qCAAAA,IAAN,OAAMA,UAAuBC,MAClCC,YAAYC,CAAe,CAAEC,CAAsB,CAAE,CACnD,KAAK,CACH,CAAC,WAAW,EAAED,EAAQE,QAAQ,CAAC,KAAOF,EAAUA,EAAU,IAAI,0BAA0B,CAAC,CACzFC,GAEF,IAAI,CAACE,IAAI,CAAG,gBACd,CACF,gCCkBQI,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,gCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,eAAe,+BCFxCP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,6BAA6B,6BCFtDR,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,+BCA9B,SAAS,EAAyB,CAAW,EACzC,GAAuB,YAAnB,OAAO,QAAwB,OAAO,KAE1C,IAAI,EAAoB,IAAI,QACxB,EAAmB,IAAI,QAE3B,MAAO,CAAC,EAA2B,SAAS,CAAW,EACnD,OAAO,EAAc,EAAmB,EAC5C,CAAC,CAAE,EACP,CA0BA,EAAQ,CAAC,CAzBT,EAyBY,OAzBH,AAA0B,CAAG,CAAE,CAAW,EAC/C,GAAI,CAAC,GAAe,GAAO,EAAI,UAAU,CAAE,OAAO,EAClD,GAAY,OAAR,GAA+B,UAAf,OAAO,GAAmC,YAAf,OAAO,EAAoB,MAAO,CAAE,QAAS,CAAI,EAEhG,IAAI,EAAQ,EAAyB,GAErC,GAAI,GAAS,EAAM,GAAG,CAAC,GAAM,OAAO,EAAM,GAAG,CAAC,GAE9C,IAAI,EAAS,CAAE,UAAW,IAAK,EAC3B,EAAwB,OAAO,cAAc,EAAI,OAAO,wBAAwB,CAEpF,IAAK,IAAI,KAAO,EACZ,EADiB,CACL,YAAR,GAAqB,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,EAAK,GAAM,CACrE,IAAI,EAAO,EAAwB,OAAO,wBAAwB,CAAC,EAAK,GAAO,KAC3E,IAAS,EAAK,EAAN,CAAS,EAAI,EAAK,GAAA,AAAG,EAAG,OAAO,cAAc,CAAC,EAAQ,EAAK,GAClE,CAAM,CAAC,EAAI,CAAG,CAAG,CAAC,EAAI,AAC/B,CAOJ,OAJA,EAAO,OAAO,CAAG,EAEb,GAAO,EAAM,GAAG,CAAC,EAAK,GAEnB,CACX,kBCnCA,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB,oHAFhD,GAAM,yBAAE,CAAuB,CAAE,CAAA,EAAA,CAAA,CAAA,OAEjC,EAAsB,CAAC,CAAC,EAAwB","ignoreList":[0,1,2,3,4,5,6]}
@@ -0,0 +1,3 @@
1
+ module.exports=[70406,(a,b,c)=>{b.exports=a.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},14747,(a,b,c)=>{b.exports=a.x("path",()=>require("path"))},50640,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"InvariantError",{enumerable:!0,get:function(){return d}});class d extends Error{constructor(a,b){super(`Invariant: ${a.endsWith(".")?a:a+"."} This is a bug in Next.js.`,b),this.name="InvariantError"}}},24951,(a,b,c)=>{"use strict";b.exports=a.r(18622)},7997,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactJsxRuntime},11857,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].ReactServerDOMTurbopackServer},717,(a,b,c)=>{"use strict";b.exports=a.r(24951).vendored["react-rsc"].React},64240,(a,b,c)=>{"use strict";function d(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(d=function(a){return a?c:b})(a)}c._=function(a,b){if(!b&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var c=d(b);if(c&&c.has(a))return c.get(a);var e={__proto__:null},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in a)if("default"!==g&&Object.prototype.hasOwnProperty.call(a,g)){var h=f?Object.getOwnPropertyDescriptor(a,g):null;h&&(h.get||h.set)?Object.defineProperty(e,g,h):e[g]=a[g]}return e.default=a,c&&c.set(a,e),e}}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__ac3862d0._.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../node_modules/next/src/shared/lib/invariant-error.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs"],"sourcesContent":["export class InvariantError extends Error {\n constructor(message: string, options?: ErrorOptions) {\n super(\n `Invariant: ${message.endsWith('.') ? message : message + '.'} This is a bug in Next.js.`,\n options\n )\n this.name = 'InvariantError'\n }\n}\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n"],"names":["InvariantError","Error","constructor","message","options","endsWith","name","process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactJsxRuntime","ReactServerDOMTurbopackServer","React"],"mappings":"ixCAAaA,iBAAAA,qCAAAA,IAAN,OAAMA,UAAuBC,MAClCC,YAAYC,CAAe,CAAEC,CAAsB,CAAE,CACnD,KAAK,CACH,CAAC,WAAW,EAAED,EAAQE,QAAQ,CAAC,KAAOF,EAAUA,EAAU,IAAI,0BAA0B,CAAC,CACzFC,GAEF,IAAI,CAACE,IAAI,CAAG,gBACd,CACF,gCCkBQI,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,gCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,eAAe,+BCFxCP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,6BAA6B,4BCFtDR,GAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,+BCA9B,SAAS,EAAyB,CAAW,EACzC,GAAuB,YAAnB,OAAO,QAAwB,OAAO,KAE1C,IAAI,EAAoB,IAAI,QACxB,EAAmB,IAAI,QAE3B,MAAO,CAAC,EAA2B,SAAS,CAAW,EACnD,OAAO,EAAc,EAAmB,EAC5C,CAAC,CAAE,EACP,CA0BA,EAAQ,CAAC,CAzBT,EAyBY,OAzBH,AAA0B,CAAG,CAAE,CAAW,EAC/C,GAAI,CAAC,GAAe,GAAO,EAAI,UAAU,CAAE,OAAO,EAClD,GAAY,OAAR,GAA+B,UAAf,OAAO,GAAmC,YAAf,OAAO,EAAoB,MAAO,CAAE,QAAS,CAAI,EAEhG,IAAI,EAAQ,EAAyB,GAErC,GAAI,GAAS,EAAM,GAAG,CAAC,GAAM,OAAO,EAAM,GAAG,CAAC,GAE9C,IAAI,EAAS,CAAE,UAAW,IAAK,EAC3B,EAAwB,OAAO,cAAc,EAAI,OAAO,wBAAwB,CAEpF,IAAK,IAAI,KAAO,EACZ,EADiB,CACL,YAAR,GAAqB,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,EAAK,GAAM,CACrE,IAAI,EAAO,EAAwB,OAAO,wBAAwB,CAAC,EAAK,GAAO,IAC3E,KAAS,EAAK,CAAN,EAAS,EAAI,EAAK,GAAA,AAAG,EAAG,OAAO,cAAc,CAAC,EAAQ,EAAK,GAClE,CAAM,CAAC,EAAI,CAAG,CAAG,CAAC,EAAI,AAC/B,CAOJ,OAJA,EAAO,OAAO,CAAG,EAEb,GAAO,EAAM,GAAG,CAAC,EAAK,GAEnB,CACX","ignoreList":[0,1,2,3,4,5]}
1
+ {"version":3,"sources":["../../../../node_modules/next/src/shared/lib/invariant-error.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/rsc/react.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs"],"sourcesContent":["export class InvariantError extends Error {\n constructor(message: string, options?: ErrorOptions) {\n super(\n `Invariant: ${message.endsWith('.') ? message : message + '.'} This is a bug in Next.js.`,\n options\n )\n this.name = 'InvariantError'\n }\n}\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactServerDOMTurbopackServer\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.React\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n"],"names":["InvariantError","Error","constructor","message","options","endsWith","name","process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactJsxRuntime","ReactServerDOMTurbopackServer","React"],"mappings":"40CAAaA,iBAAAA,qCAAAA,IAAN,OAAMA,UAAuBC,MAClCC,YAAYC,CAAe,CAAEC,CAAsB,CAAE,CACnD,KAAK,CACH,CAAC,WAAW,EAAED,EAAQE,QAAQ,CAAC,KAAOF,EAAUA,EAAU,IAAI,0BAA0B,CAAC,CACzFC,GAEF,IAAI,CAACE,IAAI,CAAG,gBACd,CACF,gCCkBQI,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,gCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,eAAe,+BCFxCP,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEE,6BAA6B,6BCFtDR,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEG,KAAK,+BCA9B,SAAS,EAAyB,CAAW,EACzC,GAAuB,YAAnB,OAAO,QAAwB,OAAO,KAE1C,IAAI,EAAoB,IAAI,QACxB,EAAmB,IAAI,QAE3B,MAAO,CAAC,EAA2B,SAAS,CAAW,EACnD,OAAO,EAAc,EAAmB,EAC5C,CAAC,CAAE,EACP,CA0BA,EAAQ,CAAC,CAzBT,EAyBY,OAzBH,AAA0B,CAAG,CAAE,CAAW,EAC/C,GAAI,CAAC,GAAe,GAAO,EAAI,UAAU,CAAE,OAAO,EAClD,GAAY,OAAR,GAA+B,UAAf,OAAO,GAAmC,YAAf,OAAO,EAAoB,MAAO,CAAE,QAAS,CAAI,EAEhG,IAAI,EAAQ,EAAyB,GAErC,GAAI,GAAS,EAAM,GAAG,CAAC,GAAM,OAAO,EAAM,GAAG,CAAC,GAE9C,IAAI,EAAS,CAAE,UAAW,IAAK,EAC3B,EAAwB,OAAO,cAAc,EAAI,OAAO,wBAAwB,CAEpF,IAAK,IAAI,KAAO,EACZ,EADiB,CACL,YAAR,GAAqB,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,EAAK,GAAM,CACrE,IAAI,EAAO,EAAwB,OAAO,wBAAwB,CAAC,EAAK,GAAO,KAC3E,IAAS,EAAK,EAAN,CAAS,EAAI,EAAK,GAAA,AAAG,EAAG,OAAO,cAAc,CAAC,EAAQ,EAAK,GAClE,CAAM,CAAC,EAAI,CAAG,CAAG,CAAC,EAAI,AAC/B,CAOJ,OAJA,EAAO,OAAO,CAAG,EAEb,GAAO,EAAM,GAAG,CAAC,EAAK,GAEnB,CACX","ignoreList":[0,1,2,3,4,5]}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--bTCL_c1_1vqxgA_ZN8TUy--><html lang="en" data-theme="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/fb008837ba324b34.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/8acd42df55d57556.js"/><script src="/_next/static/chunks/68a088aa49e6124a.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/8aac543d98940eb3.js" async=""></script><script src="/_next/static/chunks/turbopack-bdd9478663f034d6.js" async=""></script><script src="/_next/static/chunks/f7f157ba542e1ae5.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><script src="/_next/static/chunks/9c627cb11f73ac4c.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>ClawKitchen (0.3.48-beta)</title><meta name="description" content="Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-dvh w-dvw overflow-hidden"><aside class="flex shrink-0 flex-col border-r border-[color:var(--ck-border-subtle)] bg-[color:var(--ck-bg-soft)]/95 backdrop-blur-[var(--ck-glass-blur)] w-62"><div class="flex h-14 items-center border-b border-[color:var(--ck-border-subtle)] justify-between gap-2 px-3"><a class="text-sm font-semibold tracking-tight" title="Home" href="/">Claw Kitchen</a><button class="grid h-9 w-9 place-items-center rounded-lg text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/10 hover:text-[color:var(--ck-text-primary)]" title="Collapse sidebar"><svg viewBox="0 0 24 24" class="h-5 w-5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="3"></rect><path d="M9 3v18"></path><path d="M14 14l-2-2 2-2"></path></svg></button></div><div class="border-b border-[color:var(--ck-border-subtle)] p-2"><div class="flex flex-col gap-1"><div class="px-2 pt-1 text-xs font-semibold uppercase tracking-wide text-[color:var(--ck-text-tertiary)]">Team</div><select class="w-full rounded-lg border border-white/10 bg-white/5 px-2 py-2 text-sm text-[color:var(--ck-text-primary)]"><option value="" selected="">All teams</option></select></div></div><nav class="min-h-0 flex-1 overflow-auto p-2"><div class="mt-2 px-2 pb-2 pt-2"></div><a title="Agents" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 11l9-8 9 8"></path><path d="M5 10v10h14V10"></path></svg></span></span><span>Agents</span></a><a title="Recipes" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/recipes"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 4h12v16H6z"></path><path d="M9 8h6"></path><path d="M9 12h6"></path></svg></span></span><span>Recipes</span></a><a title="Tickets" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/tickets"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 7h16v4a2 2 0 0 1 0 4v4H4v-4a2 2 0 0 0 0-4z"></path></svg></span></span><span>Tickets</span></a><a title="Channels" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/channels"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 6h16"></path><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M7 9h0"></path></svg></span></span><span>Channels</span></a><a title="Goals" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/goals"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v5l3 3"></path></svg></span></span><span>Goals</span></a><a title="Cron jobs" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/cron-jobs"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v5"></path></svg></span></span><span>Cron jobs</span></a><a title="Runs" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/runs"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19h16"></path><path d="M6 16l4-4 3 3 5-7"></path><circle cx="10" cy="12" r="1"></circle><circle cx="13" cy="15" r="1"></circle><circle cx="18" cy="8" r="1"></circle></svg></span></span><span>Runs</span></a><a title="Settings" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/settings"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z"></path><path d="M19.4 15a7.9 7.9 0 0 0 .1-1l2-1.5-2-3.5-2.4.5a7.8 7.8 0 0 0-1.7-1L13.5 3h-4L8.6 6.5a7.8 7.8 0 0 0-1.7 1L4.5 7l-2 3.5 2 1.5a7.9 7.9 0 0 0 .1 1l-2 1.5 2 3.5 2.4-.5a7.8 7.8 0 0 0 1.7 1L10.5 21h4l.9-3.5a7.8 7.8 0 0 0 1.7-1l2.4.5 2-3.5-2-1.5Z"></path></svg></span></span><span>Settings</span></a></nav><div class="flex items-center justify-between gap-2 border-t border-[color:var(--ck-border-subtle)] p-2"><a href="https://docs.clawkitchen.ai" target="_blank" rel="noreferrer" class="rounded-lg px-3 py-2 text-sm font-medium text-[color:var(--ck-text-secondary)] hover:bg-white/5 hover:text-[color:var(--ck-text-primary)]" title="Docs">Docs</a></div></aside><div class="min-w-0 flex-1"><main class="h-full overflow-auto px-6 py-5 lg:px-10"><div class="mx-auto max-w-2xl px-6 py-12"><h1 class="text-xl font-semibold">Page not found</h1><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">The page you requested does not exist.</p></div><!--$--><!--/$--></main></div></div><div aria-live="assertive" class="pointer-events-none fixed inset-0 z-[100] flex items-end px-4 py-6 sm:p-6"><div class="flex w-full flex-col items-start space-y-4"></div></div><script src="/_next/static/chunks/8acd42df55d57556.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[49830,[\"/_next/static/chunks/f7f157ba542e1ae5.js\"],\"AppShell\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nc:I[63491,[\"/_next/static/chunks/9c627cb11f73ac4c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/fb008837ba324b34.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"bTCL-c1-1vqxgA-ZN8TUy\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/fb008837ba324b34.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/f7f157ba542e1ae5.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{}],[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-2xl px-6 py-12\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"The page you requested does not exist.\"}]]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-2xl px-6 py-12\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"The page you requested does not exist.\"}]]}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"ClawKitchen (0.3.48-beta)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"7\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$Ld\",\"8\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--cMqW97KjOZ0ZwAgd9qZL0--><html lang="en" data-theme="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/fb008837ba324b34.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/8acd42df55d57556.js"/><script src="/_next/static/chunks/68a088aa49e6124a.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/8aac543d98940eb3.js" async=""></script><script src="/_next/static/chunks/turbopack-bdd9478663f034d6.js" async=""></script><script src="/_next/static/chunks/f7f157ba542e1ae5.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><script src="/_next/static/chunks/9c627cb11f73ac4c.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>ClawKitchen (0.4.1-beta)</title><meta name="description" content="Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-dvh w-dvw overflow-hidden"><aside class="flex shrink-0 flex-col border-r border-[color:var(--ck-border-subtle)] bg-[color:var(--ck-bg-soft)]/95 backdrop-blur-[var(--ck-glass-blur)] w-62"><div class="flex h-14 items-center border-b border-[color:var(--ck-border-subtle)] justify-between gap-2 px-3"><a class="text-sm font-semibold tracking-tight" title="Home" href="/">Claw Kitchen</a><button class="grid h-9 w-9 place-items-center rounded-lg text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/10 hover:text-[color:var(--ck-text-primary)]" title="Collapse sidebar"><svg viewBox="0 0 24 24" class="h-5 w-5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="3"></rect><path d="M9 3v18"></path><path d="M14 14l-2-2 2-2"></path></svg></button></div><div class="border-b border-[color:var(--ck-border-subtle)] p-2"><div class="flex flex-col gap-1"><div class="px-2 pt-1 text-xs font-semibold uppercase tracking-wide text-[color:var(--ck-text-tertiary)]">Team</div><select class="w-full rounded-lg border border-white/10 bg-white/5 px-2 py-2 text-sm text-[color:var(--ck-text-primary)]"><option value="" selected="">All teams</option></select></div></div><nav class="min-h-0 flex-1 overflow-auto p-2"><div class="mt-2 px-2 pb-2 pt-2"></div><a title="Agents" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 11l9-8 9 8"></path><path d="M5 10v10h14V10"></path></svg></span></span><span>Agents</span></a><a title="Recipes" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/recipes"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 4h12v16H6z"></path><path d="M9 8h6"></path><path d="M9 12h6"></path></svg></span></span><span>Recipes</span></a><a title="Tickets" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/tickets"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 7h16v4a2 2 0 0 1 0 4v4H4v-4a2 2 0 0 0 0-4z"></path></svg></span></span><span>Tickets</span></a><a title="Channels" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/channels"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 6h16"></path><path d="M4 12h16"></path><path d="M4 18h16"></path><path d="M7 9h0"></path></svg></span></span><span>Channels</span></a><a title="Goals" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/goals"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v5l3 3"></path></svg></span></span><span>Goals</span></a><a title="Cron jobs" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/cron-jobs"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v5"></path></svg></span></span><span>Cron jobs</span></a><a title="Runs" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/runs"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19h16"></path><path d="M6 16l4-4 3 3 5-7"></path><circle cx="10" cy="12" r="1"></circle><circle cx="13" cy="15" r="1"></circle><circle cx="18" cy="8" r="1"></circle></svg></span></span><span>Runs</span></a><a title="Settings" class="flex items-center rounded-lg text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:bg-white/5 hover:text-[color:var(--ck-text-primary)] gap-4 px-4 py-3" href="/settings"><span aria-hidden="true"><span class="grid size-7 place-items-center text-[color:var(--ck-text-secondary)]" aria-hidden="true"><svg viewBox="0 0 24 24" class="h-6 w-6" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z"></path><path d="M19.4 15a7.9 7.9 0 0 0 .1-1l2-1.5-2-3.5-2.4.5a7.8 7.8 0 0 0-1.7-1L13.5 3h-4L8.6 6.5a7.8 7.8 0 0 0-1.7 1L4.5 7l-2 3.5 2 1.5a7.9 7.9 0 0 0 .1 1l-2 1.5 2 3.5 2.4-.5a7.8 7.8 0 0 0 1.7 1L10.5 21h4l.9-3.5a7.8 7.8 0 0 0 1.7-1l2.4.5 2-3.5-2-1.5Z"></path></svg></span></span><span>Settings</span></a></nav><div class="flex items-center justify-between gap-2 border-t border-[color:var(--ck-border-subtle)] p-2"><a href="https://docs.clawkitchen.ai" target="_blank" rel="noreferrer" class="rounded-lg px-3 py-2 text-sm font-medium text-[color:var(--ck-text-secondary)] hover:bg-white/5 hover:text-[color:var(--ck-text-primary)]" title="Docs">Docs</a></div></aside><div class="min-w-0 flex-1"><main class="h-full overflow-auto px-6 py-5 lg:px-10"><div class="mx-auto max-w-2xl px-6 py-12"><h1 class="text-xl font-semibold">Page not found</h1><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">The page you requested does not exist.</p></div><!--$--><!--/$--></main></div></div><div aria-live="assertive" class="pointer-events-none fixed inset-0 z-[100] flex items-end px-4 py-6 sm:p-6"><div class="flex w-full flex-col items-start space-y-4"></div></div><script src="/_next/static/chunks/8acd42df55d57556.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[49830,[\"/_next/static/chunks/f7f157ba542e1ae5.js\"],\"AppShell\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nc:I[63491,[\"/_next/static/chunks/9c627cb11f73ac4c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/fb008837ba324b34.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cMqW97KjOZ0ZwAgd9qZL0\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/fb008837ba324b34.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/f7f157ba542e1ae5.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{}],[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-2xl px-6 py-12\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"The page you requested does not exist.\"}]]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-2xl px-6 py-12\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-xl font-semibold\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"The page you requested does not exist.\"}]]}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"ClawKitchen (0.4.1-beta)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"7\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$Ld\",\"8\",{}]]\n"])</script></body></html>
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--bTCL_c1_1vqxgA_ZN8TUy--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/8acd42df55d57556.js"/><script src="/_next/static/chunks/68a088aa49e6124a.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/8aac543d98940eb3.js" async=""></script><script src="/_next/static/chunks/turbopack-bdd9478663f034d6.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/8acd42df55d57556.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"bTCL-c1-1vqxgA-ZN8TUy\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"2\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--cMqW97KjOZ0ZwAgd9qZL0--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/8acd42df55d57556.js"/><script src="/_next/static/chunks/68a088aa49e6124a.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/8aac543d98940eb3.js" async=""></script><script src="/_next/static/chunks/turbopack-bdd9478663f034d6.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/8acd42df55d57556.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cMqW97KjOZ0ZwAgd9qZL0\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n6:null\na:[[\"$\",\"link\",\"0\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"2\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"U+g40fQTC6pblWF4XVX9BFkdkrmReKACS55uabnBDDY=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"aoDwTzTZzLqPW2S0WjGyld+N7pMgy7Lc3OMFFFaWByw=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "U+g40fQTC6pblWF4XVX9BFkdkrmReKACS55uabnBDDY="
4
+ "encryptionKey": "aoDwTzTZzLqPW2S0WjGyld+N7pMgy7Lc3OMFFFaWByw="
5
5
  }