@jiggai/kitchen 0.5.11 → 0.5.12

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 (186) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/prerender-manifest.json +3 -3
  4. package/.next/server/app/_global-error.html +2 -2
  5. package/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/server/app/_not-found.html +1 -1
  12. package/.next/server/app/_not-found.rsc +2 -2
  13. package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  14. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  17. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  18. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  19. package/.next/server/app/api/cron/add/route.js +1 -1
  20. package/.next/server/app/api/cron/add/route.js.nft.json +1 -1
  21. package/.next/server/app/api/cron/bulk/route.js +1 -1
  22. package/.next/server/app/api/cron/bulk/route.js.nft.json +1 -1
  23. package/.next/server/app/api/cron/delete/route.js +1 -1
  24. package/.next/server/app/api/cron/delete/route.js.nft.json +1 -1
  25. package/.next/server/app/api/cron/edit/route.js +1 -1
  26. package/.next/server/app/api/cron/edit/route.js.nft.json +1 -1
  27. package/.next/server/app/api/cron/job/route.js +1 -1
  28. package/.next/server/app/api/cron/job/route.js.nft.json +1 -1
  29. package/.next/server/app/api/cron/jobs/route.js +1 -1
  30. package/.next/server/app/api/cron/jobs/route.js.nft.json +1 -1
  31. package/.next/server/app/api/cron/recipe-installed/route.js +1 -1
  32. package/.next/server/app/api/cron/recipe-installed/route.js.nft.json +1 -1
  33. package/.next/server/app/api/cron/worker/route.js +1 -1
  34. package/.next/server/app/api/cron/worker/route.js.nft.json +1 -1
  35. package/.next/server/app/api/goals/[id]/promote/route.js.nft.json +1 -1
  36. package/.next/server/app/api/goals/[id]/route.js.nft.json +1 -1
  37. package/.next/server/app/api/goals/route.js.nft.json +1 -1
  38. package/.next/server/app/api/plugins/[pluginId]/[...path]/route.js.nft.json +1 -1
  39. package/.next/server/app/api/plugins/[pluginId]/tabs/[tabId]/route.js.nft.json +1 -1
  40. package/.next/server/app/api/plugins/route.js.nft.json +1 -1
  41. package/.next/server/app/api/plugins/test/route.js.nft.json +1 -1
  42. package/.next/server/app/api/recipes/[id]/route.js +1 -1
  43. package/.next/server/app/api/recipes/[id]/route.js.nft.json +1 -1
  44. package/.next/server/app/api/recipes/delete/route.js +1 -1
  45. package/.next/server/app/api/recipes/delete/route.js.nft.json +1 -1
  46. package/.next/server/app/api/teams/[teamId]/tickets/assign/route.js.nft.json +1 -1
  47. package/.next/server/app/api/teams/[teamId]/tickets/comment/route.js.nft.json +1 -1
  48. package/.next/server/app/api/teams/[teamId]/tickets/delete/route.js.nft.json +1 -1
  49. package/.next/server/app/api/teams/[teamId]/tickets/move/route.js.nft.json +1 -1
  50. package/.next/server/app/api/teams/[teamId]/tickets/move-to-goals/route.js.nft.json +1 -1
  51. package/.next/server/app/api/teams/orchestrator/route.js.nft.json +1 -1
  52. package/.next/server/app/api/teams/plugins/route.js.nft.json +1 -1
  53. package/.next/server/app/api/teams/remove-team/route.js +1 -1
  54. package/.next/server/app/api/teams/remove-team/route.js.nft.json +1 -1
  55. package/.next/server/app/api/tickets/assign/route.js.nft.json +1 -1
  56. package/.next/server/app/api/tickets/assignees/route.js.nft.json +1 -1
  57. package/.next/server/app/api/tickets/move/route.js.nft.json +1 -1
  58. package/.next/server/app/channels.html +2 -2
  59. package/.next/server/app/channels.rsc +2 -2
  60. package/.next/server/app/channels.segments/_full.segment.rsc +2 -2
  61. package/.next/server/app/channels.segments/_head.segment.rsc +1 -1
  62. package/.next/server/app/channels.segments/_index.segment.rsc +1 -1
  63. package/.next/server/app/channels.segments/_tree.segment.rsc +1 -1
  64. package/.next/server/app/channels.segments/channels/__PAGE__.segment.rsc +1 -1
  65. package/.next/server/app/channels.segments/channels.segment.rsc +1 -1
  66. package/.next/server/app/goals/new.html +2 -2
  67. package/.next/server/app/goals/new.rsc +2 -2
  68. package/.next/server/app/goals/new.segments/_full.segment.rsc +2 -2
  69. package/.next/server/app/goals/new.segments/_head.segment.rsc +1 -1
  70. package/.next/server/app/goals/new.segments/_index.segment.rsc +1 -1
  71. package/.next/server/app/goals/new.segments/_tree.segment.rsc +1 -1
  72. package/.next/server/app/goals/new.segments/goals/new/__PAGE__.segment.rsc +1 -1
  73. package/.next/server/app/goals/new.segments/goals/new.segment.rsc +1 -1
  74. package/.next/server/app/goals/new.segments/goals.segment.rsc +1 -1
  75. package/.next/server/app/goals.html +1 -1
  76. package/.next/server/app/goals.rsc +2 -2
  77. package/.next/server/app/goals.segments/_full.segment.rsc +2 -2
  78. package/.next/server/app/goals.segments/_head.segment.rsc +1 -1
  79. package/.next/server/app/goals.segments/_index.segment.rsc +1 -1
  80. package/.next/server/app/goals.segments/_tree.segment.rsc +1 -1
  81. package/.next/server/app/goals.segments/goals/__PAGE__.segment.rsc +1 -1
  82. package/.next/server/app/goals.segments/goals.segment.rsc +1 -1
  83. package/.next/server/app/page.js +3 -3
  84. package/.next/server/app/page.js.nft.json +1 -1
  85. package/.next/server/app/recipes/[id]/page.js +1 -1
  86. package/.next/server/app/recipes/[id]/page.js.nft.json +1 -1
  87. package/.next/server/app/settings.html +1 -1
  88. package/.next/server/app/settings.rsc +2 -2
  89. package/.next/server/app/settings.segments/_full.segment.rsc +2 -2
  90. package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  91. package/.next/server/app/settings.segments/_index.segment.rsc +1 -1
  92. package/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  93. package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
  94. package/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  95. package/.next/server/app/teams/[teamId]/deliverables/page.js +2 -2
  96. package/.next/server/app/teams/[teamId]/deliverables/page.js.nft.json +1 -1
  97. package/.next/server/app/teams/[teamId]/runs/[workflowId]/[runId]/page.js +2 -2
  98. package/.next/server/app/teams/[teamId]/runs/[workflowId]/[runId]/page.js.nft.json +1 -1
  99. package/.next/server/app/teams/[teamId]/tickets/[ticket]/page.js.nft.json +1 -1
  100. package/.next/server/app/teams/[teamId]/tickets/page.js.nft.json +1 -1
  101. package/.next/server/app/teams/[teamId]/workflows/[workflowId]/page.js +1 -1
  102. package/.next/server/app/teams/[teamId]/workflows/[workflowId]/page.js.nft.json +1 -1
  103. package/.next/server/app/teams/[teamId]/workflows/page.js +3 -3
  104. package/.next/server/app/teams/[teamId]/workflows/page.js.nft.json +1 -1
  105. package/.next/server/app/tickets/[ticket]/page.js.nft.json +1 -1
  106. package/.next/server/app/tickets/page.js.nft.json +1 -1
  107. package/.next/server/chunks/[root-of-the-server]__1331482c._.js +3 -0
  108. package/.next/server/chunks/[root-of-the-server]__1331482c._.js.map +1 -0
  109. package/.next/server/chunks/[root-of-the-server]__24d25a8c._.js +3 -0
  110. package/.next/server/chunks/[root-of-the-server]__24d25a8c._.js.map +1 -0
  111. package/.next/server/chunks/[root-of-the-server]__3d9c4025._.js +3 -0
  112. package/.next/server/chunks/[root-of-the-server]__3d9c4025._.js.map +1 -0
  113. package/.next/server/chunks/[root-of-the-server]__83753ef0._.js +3 -0
  114. package/.next/server/chunks/[root-of-the-server]__83753ef0._.js.map +1 -0
  115. package/.next/server/chunks/[root-of-the-server]__8799df50._.js +3 -0
  116. package/.next/server/chunks/[root-of-the-server]__8799df50._.js.map +1 -0
  117. package/.next/server/chunks/[root-of-the-server]__a90f7cdc._.js +3 -0
  118. package/.next/server/chunks/[root-of-the-server]__a90f7cdc._.js.map +1 -0
  119. package/.next/server/chunks/[root-of-the-server]__afde9f7c._.js +3 -0
  120. package/.next/server/chunks/[root-of-the-server]__afde9f7c._.js.map +1 -0
  121. package/.next/server/chunks/[root-of-the-server]__e3431817._.js +3 -0
  122. package/.next/server/chunks/[root-of-the-server]__e3431817._.js.map +1 -0
  123. package/.next/server/chunks/[root-of-the-server]__e6ecca08._.js +3 -0
  124. package/.next/server/chunks/[root-of-the-server]__e6ecca08._.js.map +1 -0
  125. package/.next/server/chunks/{[root-of-the-server]__d0634ad4._.js → [root-of-the-server]__fc511c8f._.js} +2 -2
  126. package/.next/server/chunks/[root-of-the-server]__fc511c8f._.js.map +1 -0
  127. package/.next/server/chunks/[root-of-the-server]__fcde644b._.js +3 -0
  128. package/.next/server/chunks/[root-of-the-server]__fcde644b._.js.map +1 -0
  129. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_cb6ddb24.js +2 -2
  130. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_cb6ddb24.js.map +1 -1
  131. package/.next/server/chunks/ssr/{[root-of-the-server]__becf14db._.js → [root-of-the-server]__0a8db855._.js} +2 -2
  132. package/.next/server/chunks/ssr/[root-of-the-server]__0a8db855._.js.map +1 -0
  133. package/.next/server/chunks/ssr/{[root-of-the-server]__4d24c088._.js → [root-of-the-server]__18154c9e._.js} +2 -2
  134. package/.next/server/chunks/ssr/[root-of-the-server]__18154c9e._.js.map +1 -0
  135. package/.next/server/chunks/ssr/[root-of-the-server]__3b880807._.js +1 -1
  136. package/.next/server/chunks/ssr/[root-of-the-server]__3b880807._.js.map +1 -1
  137. package/.next/server/chunks/ssr/[root-of-the-server]__52cb8e0e._.js +3 -0
  138. package/.next/server/chunks/ssr/[root-of-the-server]__52cb8e0e._.js.map +1 -0
  139. package/.next/server/chunks/ssr/[root-of-the-server]__7c14561e._.js +3 -0
  140. package/.next/server/chunks/ssr/[root-of-the-server]__7c14561e._.js.map +1 -0
  141. package/.next/server/chunks/ssr/[root-of-the-server]__c97fe9e9._.js +3 -0
  142. package/.next/server/chunks/ssr/[root-of-the-server]__c97fe9e9._.js.map +1 -0
  143. package/.next/server/chunks/ssr/[root-of-the-server]__e9faef37._.js +3 -0
  144. package/.next/server/chunks/ssr/[root-of-the-server]__e9faef37._.js.map +1 -0
  145. package/.next/server/chunks/ssr/_018dfe6b._.js +1 -1
  146. package/.next/server/chunks/ssr/_018dfe6b._.js.map +1 -1
  147. package/.next/server/pages/404.html +1 -1
  148. package/.next/server/pages/500.html +2 -2
  149. package/.next/server/server-reference-manifest.js +1 -1
  150. package/.next/server/server-reference-manifest.json +1 -1
  151. package/openclaw.plugin.json +1 -1
  152. package/package.json +1 -1
  153. package/.next/server/chunks/[root-of-the-server]__2705b289._.js +0 -3
  154. package/.next/server/chunks/[root-of-the-server]__2705b289._.js.map +0 -1
  155. package/.next/server/chunks/[root-of-the-server]__28a2e162._.js +0 -3
  156. package/.next/server/chunks/[root-of-the-server]__28a2e162._.js.map +0 -1
  157. package/.next/server/chunks/[root-of-the-server]__30cd38e9._.js +0 -3
  158. package/.next/server/chunks/[root-of-the-server]__30cd38e9._.js.map +0 -1
  159. package/.next/server/chunks/[root-of-the-server]__55defc7c._.js +0 -3
  160. package/.next/server/chunks/[root-of-the-server]__55defc7c._.js.map +0 -1
  161. package/.next/server/chunks/[root-of-the-server]__69c065ce._.js +0 -3
  162. package/.next/server/chunks/[root-of-the-server]__69c065ce._.js.map +0 -1
  163. package/.next/server/chunks/[root-of-the-server]__6b759340._.js +0 -3
  164. package/.next/server/chunks/[root-of-the-server]__6b759340._.js.map +0 -1
  165. package/.next/server/chunks/[root-of-the-server]__70a062f7._.js +0 -3
  166. package/.next/server/chunks/[root-of-the-server]__70a062f7._.js.map +0 -1
  167. package/.next/server/chunks/[root-of-the-server]__783b6b5b._.js +0 -3
  168. package/.next/server/chunks/[root-of-the-server]__783b6b5b._.js.map +0 -1
  169. package/.next/server/chunks/[root-of-the-server]__9f73c31b._.js +0 -3
  170. package/.next/server/chunks/[root-of-the-server]__9f73c31b._.js.map +0 -1
  171. package/.next/server/chunks/[root-of-the-server]__d0634ad4._.js.map +0 -1
  172. package/.next/server/chunks/[root-of-the-server]__f3e3dd8e._.js +0 -3
  173. package/.next/server/chunks/[root-of-the-server]__f3e3dd8e._.js.map +0 -1
  174. package/.next/server/chunks/ssr/[root-of-the-server]__3f55f975._.js +0 -3
  175. package/.next/server/chunks/ssr/[root-of-the-server]__3f55f975._.js.map +0 -1
  176. package/.next/server/chunks/ssr/[root-of-the-server]__4d24c088._.js.map +0 -1
  177. package/.next/server/chunks/ssr/[root-of-the-server]__6390ce9c._.js +0 -3
  178. package/.next/server/chunks/ssr/[root-of-the-server]__6390ce9c._.js.map +0 -1
  179. package/.next/server/chunks/ssr/[root-of-the-server]__a2e3966f._.js +0 -3
  180. package/.next/server/chunks/ssr/[root-of-the-server]__a2e3966f._.js.map +0 -1
  181. package/.next/server/chunks/ssr/[root-of-the-server]__becf14db._.js.map +0 -1
  182. package/.next/server/chunks/ssr/[root-of-the-server]__f59c3144._.js +0 -3
  183. package/.next/server/chunks/ssr/[root-of-the-server]__f59c3144._.js.map +0 -1
  184. /package/.next/static/{LRt6kweldrLHTF1HgLgu2 → p8YaBY0FwA86zQelkOQ-m}/_buildManifest.js +0 -0
  185. /package/.next/static/{LRt6kweldrLHTF1HgLgu2 → p8YaBY0FwA86zQelkOQ-m}/_clientMiddlewareManifest.json +0 -0
  186. /package/.next/static/{LRt6kweldrLHTF1HgLgu2 → p8YaBY0FwA86zQelkOQ-m}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><!--LRt6kweldrLHTF1HgLgu2--><html lang="en" data-theme="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/a683f58aaf4f41e9.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/e0984ec981f01c0d.js" async=""></script><script src="/_next/static/chunks/9c627cb11f73ac4c.js" async=""></script><meta name="next-size-adjust" content=""/><title>ClawKitchen (0.5.11-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 bg-white/10 text-sm font-medium 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="w-full"><h1 class="text-2xl font-semibold tracking-tight">Settings</h1><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">Configuration that affects scaffold behavior and automation.</p><div class="mt-8"><h2 class="text-lg font-semibold tracking-tight">Cron installation</h2><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.<span class="mt-2 block text-[color:var(--ck-text-tertiary)]">Safety note: jobs can send messages / run automatically. Default should remain conservative.</span></p><div class="mt-4"><div class="space-y-3"><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 "><div class="flex items-baseline justify-between gap-3"><div class="font-medium">Off</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Never install or reconcile recipe-defined cron jobs.</div></button><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 border-[color:var(--ck-accent-red)]"><div class="flex items-baseline justify-between gap-3"><div class="font-medium">Prompt (default)</div><div class="text-xs font-medium text-[color:var(--ck-accent-red)]">Selected</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Ask at scaffold time. Default answer should be No; jobs are installed disabled unless you opt in.</div></button><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 "><div class="flex items-baseline justify-between gap-3"><div class="font-medium">On</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Install/reconcile jobs during scaffold (enabledByDefault controls new jobs).</div></button></div></div></div></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[39905,[\"/_next/static/chunks/f7f157ba542e1ae5.js\",\"/_next/static/chunks/e0984ec981f01c0d.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nd:I[63491,[\"/_next/static/chunks/9c627cb11f73ac4c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/a683f58aaf4f41e9.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"LRt6kweldrLHTF1HgLgu2\",\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/a683f58aaf4f41e9.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\":\"w-full\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-semibold tracking-tight\",\"children\":\"Settings\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"Configuration that affects scaffold behavior and automation.\"}],[\"$\",\"div\",null,{\"className\":\"mt-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold tracking-tight\",\"children\":\"Cron installation\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":[\"Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.\",[\"$\",\"span\",null,{\"className\":\"mt-2 block text-[color:var(--ck-text-tertiary)]\",\"children\":\"Safety note: jobs can send messages / run automatically. Default should remain conservative.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4\",\"children\":[\"$\",\"$L5\",null,{}]}]]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e0984ec981f01c0d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n8:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"ClawKitchen (0.5.11-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\"}],[\"$\",\"$Le\",\"8\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--p8YaBY0FwA86zQelkOQ_m--><html lang="en" data-theme="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/a683f58aaf4f41e9.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/e0984ec981f01c0d.js" async=""></script><script src="/_next/static/chunks/9c627cb11f73ac4c.js" async=""></script><meta name="next-size-adjust" content=""/><title>ClawKitchen (0.5.12-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 bg-white/10 text-sm font-medium 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="w-full"><h1 class="text-2xl font-semibold tracking-tight">Settings</h1><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">Configuration that affects scaffold behavior and automation.</p><div class="mt-8"><h2 class="text-lg font-semibold tracking-tight">Cron installation</h2><p class="mt-2 text-sm text-[color:var(--ck-text-secondary)]">Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.<span class="mt-2 block text-[color:var(--ck-text-tertiary)]">Safety note: jobs can send messages / run automatically. Default should remain conservative.</span></p><div class="mt-4"><div class="space-y-3"><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 "><div class="flex items-baseline justify-between gap-3"><div class="font-medium">Off</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Never install or reconcile recipe-defined cron jobs.</div></button><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 border-[color:var(--ck-accent-red)]"><div class="flex items-baseline justify-between gap-3"><div class="font-medium">Prompt (default)</div><div class="text-xs font-medium text-[color:var(--ck-accent-red)]">Selected</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Ask at scaffold time. Default answer should be No; jobs are installed disabled unless you opt in.</div></button><button type="button" disabled="" class="ck-glass w-full text-left px-4 py-3 transition-colors hover:bg-white/10 "><div class="flex items-baseline justify-between gap-3"><div class="font-medium">On</div></div><div class="mt-1 text-sm text-[color:var(--ck-text-secondary)]">Install/reconcile jobs during scaffold (enabledByDefault controls new jobs).</div></button></div></div></div></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[39905,[\"/_next/static/chunks/f7f157ba542e1ae5.js\",\"/_next/static/chunks/e0984ec981f01c0d.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nd:I[63491,[\"/_next/static/chunks/9c627cb11f73ac4c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/a683f58aaf4f41e9.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"p8YaBY0FwA86zQelkOQ-m\",\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/a683f58aaf4f41e9.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\":\"w-full\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-semibold tracking-tight\",\"children\":\"Settings\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":\"Configuration that affects scaffold behavior and automation.\"}],[\"$\",\"div\",null,{\"className\":\"mt-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold tracking-tight\",\"children\":\"Cron installation\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\",\"children\":[\"Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.\",[\"$\",\"span\",null,{\"className\":\"mt-2 block text-[color:var(--ck-text-tertiary)]\",\"children\":\"Safety note: jobs can send messages / run automatically. Default should remain conservative.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4\",\"children\":[\"$\",\"$L5\",null,{}]}]]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e0984ec981f01c0d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"IconMark\"]\n8:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"ClawKitchen (0.5.12-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\"}],[\"$\",\"$Le\",\"8\",{}]]\n"])</script></body></html>
@@ -11,8 +11,8 @@ d:I[63491,["/_next/static/chunks/9c627cb11f73ac4c.js"],"default"]
11
11
  :HL["/_next/static/chunks/a683f58aaf4f41e9.css","style"]
12
12
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
- 0:{"P":null,"b":"LRt6kweldrLHTF1HgLgu2","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.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":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L5",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
14
+ 0:{"P":null,"b":"p8YaBY0FwA86zQelkOQ-m","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.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":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L5",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
15
15
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
16
  e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"IconMark"]
17
17
  8:null
18
- c:[["$","title","0",{"children":"ClawKitchen (0.5.11-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"}],["$","$Le","8",{}]]
18
+ c:[["$","title","0",{"children":"ClawKitchen (0.5.12-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"}],["$","$Le","8",{}]]
@@ -11,8 +11,8 @@ d:I[63491,["/_next/static/chunks/9c627cb11f73ac4c.js"],"default"]
11
11
  :HL["/_next/static/chunks/a683f58aaf4f41e9.css","style"]
12
12
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
- 0:{"P":null,"b":"LRt6kweldrLHTF1HgLgu2","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.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":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L5",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
14
+ 0:{"P":null,"b":"p8YaBY0FwA86zQelkOQ-m","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.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":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L5",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
15
15
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
16
  e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"IconMark"]
17
17
  8:null
18
- c:[["$","title","0",{"children":"ClawKitchen (0.5.11-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"}],["$","$Le","8",{}]]
18
+ c:[["$","title","0",{"children":"ClawKitchen (0.5.12-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"}],["$","$Le","8",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"IconMark"]
6
- 0:{"buildId":"LRt6kweldrLHTF1HgLgu2","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"ClawKitchen (0.5.11-beta)"}],["$","meta","1",{"name":"description","content":"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","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"}],["$","$L5","8",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"p8YaBY0FwA86zQelkOQ-m","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"ClawKitchen (0.5.12-beta)"}],["$","meta","1",{"name":"description","content":"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","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"}],["$","$L5","8",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -3,4 +3,4 @@
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"default"]
5
5
  :HL["/_next/static/chunks/a683f58aaf4f41e9.css","style"]
6
- 0:{"buildId":"LRt6kweldrLHTF1HgLgu2","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/f7f157ba542e1ae5.js","async":true}]],["$","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","template":["$","$L4",null,{}],"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."}]]}],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"p8YaBY0FwA86zQelkOQ-m","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a683f58aaf4f41e9.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/f7f157ba542e1ae5.js","async":true}]],["$","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","template":["$","$L4",null,{}],"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."}]]}],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  :HL["/_next/static/chunks/a683f58aaf4f41e9.css","style"]
2
2
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
- 0:{"buildId":"LRt6kweldrLHTF1HgLgu2","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
4
+ 0:{"buildId":"p8YaBY0FwA86zQelkOQ-m","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -2,5 +2,5 @@
2
2
  2:I[39905,["/_next/static/chunks/f7f157ba542e1ae5.js","/_next/static/chunks/e0984ec981f01c0d.js"],"default"]
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"OutletBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"LRt6kweldrLHTF1HgLgu2","rsc":["$","$1","c",{"children":[["$","div",null,{"className":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L2",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"p8YaBY0FwA86zQelkOQ-m","rsc":["$","$1","c",{"children":[["$","div",null,{"className":"w-full","children":[["$","h1",null,{"className":"text-2xl font-semibold tracking-tight","children":"Settings"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":"Configuration that affects scaffold behavior and automation."}],["$","div",null,{"className":"mt-8","children":[["$","h2",null,{"className":"text-lg font-semibold tracking-tight","children":"Cron installation"}],["$","p",null,{"className":"mt-2 text-sm text-[color:var(--ck-text-secondary)]","children":["Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.",["$","span",null,{"className":"mt-2 block text-[color:var(--ck-text-tertiary)]","children":"Safety note: jobs can send messages / run automatically. Default should remain conservative."}]]}],["$","div",null,{"className":"mt-4","children":["$","$L2",null,{}]}]]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/e0984ec981f01c0d.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
6
6
  5:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/0bd6498bda341889.js"],"default"]
4
- 0:{"buildId":"LRt6kweldrLHTF1HgLgu2","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"p8YaBY0FwA86zQelkOQ-m","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,9 +1,9 @@
1
1
  var R=require("../../../../chunks/ssr/[turbopack]_runtime.js")("server/app/teams/[teamId]/deliverables/page.js")
2
- R.c("server/chunks/ssr/[root-of-the-server]__3f55f975._.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__52cb8e0e._.js")
3
3
  R.c("server/chunks/ssr/_ec0b0b83._.js")
4
4
  R.c("server/chunks/ssr/node_modules_next_dist_981dc6eb._.js")
5
- R.c("server/chunks/ssr/_0efddc1b._.js")
6
5
  R.c("server/chunks/ssr/node_modules_next_10fb6ad9._.js")
6
+ R.c("server/chunks/ssr/_0efddc1b._.js")
7
7
  R.c("server/chunks/ssr/_018dfe6b._.js")
8
8
  R.c("server/chunks/ssr/[root-of-the-server]__ac3862d0._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_22f8d72f._.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../CODE_QUALITY_REVIEW.md","../../../../../../README.md","../../../../../../docs/AGENTS.md","../../../../../../docs/CHANNELS.md","../../../../../../docs/CRON_JOBS.md","../../../../../../docs/EXAMPLES.md","../../../../../../docs/GOALS.md","../../../../../../docs/INSTALL_AND_ACCESS.md","../../../../../../docs/MEDIA_GENERATION.md","../../../../../../docs/ORCHESTRATOR.md","../../../../../../docs/PRODUCT_TOUR.md","../../../../../../docs/QA_AUTH.md","../../../../../../docs/README.md","../../../../../../docs/RECIPES_AND_SCAFFOLDING.md","../../../../../../docs/RUNS.md","../../../../../../docs/SETTINGS.md","../../../../../../docs/TEAMS.md","../../../../../../docs/TEAM_MEMORY.md","../../../../../../docs/TICKETS.md","../../../../../../docs/TROUBLESHOOTING.md","../../../../../../docs/WORKFLOWS.md","../../../../../../docs/WORKFLOWS_OLD.md","../../../../../../docs/WORKFLOW_VISUAL_EDITOR.md","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../src/app/api/goals/[id]/promote/route.ts","../../../../../../src/app/api/goals/[id]/route.ts","../../../../../../src/app/api/goals/route.ts","../../../../../../src/app/api/marketplace/recipes/[slug]/route.ts","../../../../../../src/app/api/marketplace/recipes/route.ts","../../../../../../src/app/api/recipes/[id]/route.ts","../../../../../../src/app/api/recipes/clone/route.ts","../../../../../../src/app/api/recipes/custom-team/route.ts","../../../../../../src/app/api/recipes/delete/helpers.ts","../../../../../../src/app/api/recipes/delete/route.ts","../../../../../../src/app/api/recipes/local-agent-catalog/route.ts","../../../../../../src/app/api/recipes/route.ts","../../../../../../src/app/api/recipes/team-agents/helpers.ts","../../../../../../src/app/api/recipes/team-agents/route.ts","../../../../../../src/app/api/teams/[teamId]/tickets/move-to-goals/route.ts","../../../../../../src/app/goals/[id]/goal-editor.tsx","../../../../../../src/app/goals/[id]/page.tsx","../../../../../../src/app/goals/goals-client.tsx","../../../../../../src/app/goals/new/page.tsx","../../../../../../src/app/goals/page.tsx","../../../../../../src/app/recipes/CreateAgentModal.tsx","../../../../../../src/app/recipes/CreateCustomTeamModal.tsx","../../../../../../src/app/recipes/CreateModalShell.tsx","../../../../../../src/app/recipes/CreateTeamModal.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorCreateModal.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorPanel.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/index.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/recipe-editor-utils.ts","../../../../../../src/app/recipes/[id]/RecipeEditor/types.ts","../../../../../../src/app/recipes/[id]/page.tsx","../../../../../../src/app/recipes/page.tsx","../../../../../../src/app/recipes/recipes-client.tsx","../../../../../../src/lib/workflows/README.md","../../../../chunks/ssr/[root-of-the-server]__0d4cb2ba._.js","../../../../chunks/ssr/[root-of-the-server]__3b880807._.js","../../../../chunks/ssr/[root-of-the-server]__3f55f975._.js","../../../../chunks/ssr/[root-of-the-server]__471bc2e7._.js","../../../../chunks/ssr/[root-of-the-server]__8e8f535b._.js","../../../../chunks/ssr/[root-of-the-server]__9e1ab064._.js","../../../../chunks/ssr/[root-of-the-server]__ac3862d0._.js","../../../../chunks/ssr/[turbopack]_runtime.js","../../../../chunks/ssr/_018dfe6b._.js","../../../../chunks/ssr/_0efddc1b._.js","../../../../chunks/ssr/_2ab986a4._.js","../../../../chunks/ssr/_641f29bc._.js","../../../../chunks/ssr/_ec0b0b83._.js","../../../../chunks/ssr/_next-internal_server_app_teams_[teamId]_deliverables_page_actions_f44ae7c7.js","../../../../chunks/ssr/node_modules_ea845e5f._.js","../../../../chunks/ssr/node_modules_next_10fb6ad9._.js","../../../../chunks/ssr/node_modules_next_920e7746._.js","../../../../chunks/ssr/node_modules_next_dist_22f8d72f._.js","../../../../chunks/ssr/node_modules_next_dist_25a30daf._.js","../../../../chunks/ssr/node_modules_next_dist_981dc6eb._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_2fffaa3a._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../../../chunks/ssr/node_modules_next_dist_compiled_bc6b8ddf._.js","../../../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../../../chunks/ssr/src_app_5b2047f8._.js","../../../../chunks/ssr/src_app_global-error_tsx_aa661ba4._.js","../../../../chunks/ssr/src_app_not-found_tsx_3f23d179._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../CODE_QUALITY_REVIEW.md","../../../../../../README.md","../../../../../../docs/AGENTS.md","../../../../../../docs/CHANNELS.md","../../../../../../docs/CRON_JOBS.md","../../../../../../docs/EXAMPLES.md","../../../../../../docs/GOALS.md","../../../../../../docs/INSTALL_AND_ACCESS.md","../../../../../../docs/MEDIA_GENERATION.md","../../../../../../docs/ORCHESTRATOR.md","../../../../../../docs/PRODUCT_TOUR.md","../../../../../../docs/QA_AUTH.md","../../../../../../docs/README.md","../../../../../../docs/RECIPES_AND_SCAFFOLDING.md","../../../../../../docs/RUNS.md","../../../../../../docs/SETTINGS.md","../../../../../../docs/TEAMS.md","../../../../../../docs/TEAM_MEMORY.md","../../../../../../docs/TICKETS.md","../../../../../../docs/TROUBLESHOOTING.md","../../../../../../docs/WORKFLOWS.md","../../../../../../docs/WORKFLOWS_OLD.md","../../../../../../docs/WORKFLOW_VISUAL_EDITOR.md","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../src/app/api/goals/[id]/promote/route.ts","../../../../../../src/app/api/goals/[id]/route.ts","../../../../../../src/app/api/goals/route.ts","../../../../../../src/app/api/marketplace/recipes/[slug]/route.ts","../../../../../../src/app/api/marketplace/recipes/route.ts","../../../../../../src/app/api/recipes/[id]/route.ts","../../../../../../src/app/api/recipes/clone/route.ts","../../../../../../src/app/api/recipes/custom-team/route.ts","../../../../../../src/app/api/recipes/delete/helpers.ts","../../../../../../src/app/api/recipes/delete/route.ts","../../../../../../src/app/api/recipes/local-agent-catalog/route.ts","../../../../../../src/app/api/recipes/route.ts","../../../../../../src/app/api/recipes/team-agents/helpers.ts","../../../../../../src/app/api/recipes/team-agents/route.ts","../../../../../../src/app/api/teams/[teamId]/tickets/move-to-goals/route.ts","../../../../../../src/app/goals/[id]/goal-editor.tsx","../../../../../../src/app/goals/[id]/page.tsx","../../../../../../src/app/goals/goals-client.tsx","../../../../../../src/app/goals/new/page.tsx","../../../../../../src/app/goals/page.tsx","../../../../../../src/app/recipes/CreateAgentModal.tsx","../../../../../../src/app/recipes/CreateCustomTeamModal.tsx","../../../../../../src/app/recipes/CreateModalShell.tsx","../../../../../../src/app/recipes/CreateTeamModal.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorCreateModal.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorPanel.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/index.tsx","../../../../../../src/app/recipes/[id]/RecipeEditor/recipe-editor-utils.ts","../../../../../../src/app/recipes/[id]/RecipeEditor/types.ts","../../../../../../src/app/recipes/[id]/page.tsx","../../../../../../src/app/recipes/page.tsx","../../../../../../src/app/recipes/recipes-client.tsx","../../../../../../src/lib/workflows/README.md","../../../../chunks/ssr/[root-of-the-server]__0d4cb2ba._.js","../../../../chunks/ssr/[root-of-the-server]__3b880807._.js","../../../../chunks/ssr/[root-of-the-server]__471bc2e7._.js","../../../../chunks/ssr/[root-of-the-server]__52cb8e0e._.js","../../../../chunks/ssr/[root-of-the-server]__8e8f535b._.js","../../../../chunks/ssr/[root-of-the-server]__9e1ab064._.js","../../../../chunks/ssr/[root-of-the-server]__ac3862d0._.js","../../../../chunks/ssr/[turbopack]_runtime.js","../../../../chunks/ssr/_018dfe6b._.js","../../../../chunks/ssr/_0efddc1b._.js","../../../../chunks/ssr/_2ab986a4._.js","../../../../chunks/ssr/_641f29bc._.js","../../../../chunks/ssr/_ec0b0b83._.js","../../../../chunks/ssr/_next-internal_server_app_teams_[teamId]_deliverables_page_actions_f44ae7c7.js","../../../../chunks/ssr/node_modules_ea845e5f._.js","../../../../chunks/ssr/node_modules_next_10fb6ad9._.js","../../../../chunks/ssr/node_modules_next_920e7746._.js","../../../../chunks/ssr/node_modules_next_dist_22f8d72f._.js","../../../../chunks/ssr/node_modules_next_dist_25a30daf._.js","../../../../chunks/ssr/node_modules_next_dist_981dc6eb._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_2fffaa3a._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../../../chunks/ssr/node_modules_next_dist_compiled_bc6b8ddf._.js","../../../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../../../chunks/ssr/src_app_5b2047f8._.js","../../../../chunks/ssr/src_app_global-error_tsx_aa661ba4._.js","../../../../chunks/ssr/src_app_not-found_tsx_3f23d179._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,9 +1,9 @@
1
1
  var R=require("../../../../../../chunks/ssr/[turbopack]_runtime.js")("server/app/teams/[teamId]/runs/[workflowId]/[runId]/page.js")
2
- R.c("server/chunks/ssr/[root-of-the-server]__a2e3966f._.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__7c14561e._.js")
3
3
  R.c("server/chunks/ssr/_33404bcf._.js")
4
4
  R.c("server/chunks/ssr/node_modules_next_dist_981dc6eb._.js")
5
- R.c("server/chunks/ssr/_018dfe6b._.js")
6
5
  R.c("server/chunks/ssr/node_modules_next_10fb6ad9._.js")
6
+ R.c("server/chunks/ssr/_018dfe6b._.js")
7
7
  R.c("server/chunks/ssr/_0efddc1b._.js")
8
8
  R.c("server/chunks/ssr/[root-of-the-server]__ac3862d0._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_22f8d72f._.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../../../CODE_QUALITY_REVIEW.md","../../../../../../../../README.md","../../../../../../../../docs/AGENTS.md","../../../../../../../../docs/CHANNELS.md","../../../../../../../../docs/CRON_JOBS.md","../../../../../../../../docs/EXAMPLES.md","../../../../../../../../docs/GOALS.md","../../../../../../../../docs/INSTALL_AND_ACCESS.md","../../../../../../../../docs/MEDIA_GENERATION.md","../../../../../../../../docs/ORCHESTRATOR.md","../../../../../../../../docs/PRODUCT_TOUR.md","../../../../../../../../docs/QA_AUTH.md","../../../../../../../../docs/README.md","../../../../../../../../docs/RECIPES_AND_SCAFFOLDING.md","../../../../../../../../docs/RUNS.md","../../../../../../../../docs/SETTINGS.md","../../../../../../../../docs/TEAMS.md","../../../../../../../../docs/TEAM_MEMORY.md","../../../../../../../../docs/TICKETS.md","../../../../../../../../docs/TROUBLESHOOTING.md","../../../../../../../../docs/WORKFLOWS.md","../../../../../../../../docs/WORKFLOWS_OLD.md","../../../../../../../../docs/WORKFLOW_VISUAL_EDITOR.md","../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/next/package.json","../../../../../../../../src/app/api/goals/[id]/promote/route.ts","../../../../../../../../src/app/api/goals/[id]/route.ts","../../../../../../../../src/app/api/goals/route.ts","../../../../../../../../src/app/api/marketplace/recipes/[slug]/route.ts","../../../../../../../../src/app/api/marketplace/recipes/route.ts","../../../../../../../../src/app/api/recipes/[id]/route.ts","../../../../../../../../src/app/api/recipes/clone/route.ts","../../../../../../../../src/app/api/recipes/custom-team/route.ts","../../../../../../../../src/app/api/recipes/delete/helpers.ts","../../../../../../../../src/app/api/recipes/delete/route.ts","../../../../../../../../src/app/api/recipes/local-agent-catalog/route.ts","../../../../../../../../src/app/api/recipes/route.ts","../../../../../../../../src/app/api/recipes/team-agents/helpers.ts","../../../../../../../../src/app/api/recipes/team-agents/route.ts","../../../../../../../../src/app/api/teams/[teamId]/tickets/move-to-goals/route.ts","../../../../../../../../src/app/goals/[id]/goal-editor.tsx","../../../../../../../../src/app/goals/[id]/page.tsx","../../../../../../../../src/app/goals/goals-client.tsx","../../../../../../../../src/app/goals/new/page.tsx","../../../../../../../../src/app/goals/page.tsx","../../../../../../../../src/app/recipes/CreateAgentModal.tsx","../../../../../../../../src/app/recipes/CreateCustomTeamModal.tsx","../../../../../../../../src/app/recipes/CreateModalShell.tsx","../../../../../../../../src/app/recipes/CreateTeamModal.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorCreateModal.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorPanel.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/index.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/recipe-editor-utils.ts","../../../../../../../../src/app/recipes/[id]/RecipeEditor/types.ts","../../../../../../../../src/app/recipes/[id]/page.tsx","../../../../../../../../src/app/recipes/page.tsx","../../../../../../../../src/app/recipes/recipes-client.tsx","../../../../../../../../src/lib/workflows/README.md","../../../../../../chunks/ssr/[root-of-the-server]__0d4cb2ba._.js","../../../../../../chunks/ssr/[root-of-the-server]__3b880807._.js","../../../../../../chunks/ssr/[root-of-the-server]__471bc2e7._.js","../../../../../../chunks/ssr/[root-of-the-server]__8e8f535b._.js","../../../../../../chunks/ssr/[root-of-the-server]__9e1ab064._.js","../../../../../../chunks/ssr/[root-of-the-server]__a2e3966f._.js","../../../../../../chunks/ssr/[root-of-the-server]__ac3862d0._.js","../../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../../chunks/ssr/_018dfe6b._.js","../../../../../../chunks/ssr/_0efddc1b._.js","../../../../../../chunks/ssr/_1ee3bd7b._.js","../../../../../../chunks/ssr/_2ab986a4._.js","../../../../../../chunks/ssr/_33404bcf._.js","../../../../../../chunks/ssr/ce889_server_app_teams_[teamId]_runs_[workflowId]_[runId]_page_actions_7b3eeaee.js","../../../../../../chunks/ssr/node_modules_ea845e5f._.js","../../../../../../chunks/ssr/node_modules_next_10fb6ad9._.js","../../../../../../chunks/ssr/node_modules_next_920e7746._.js","../../../../../../chunks/ssr/node_modules_next_dist_22f8d72f._.js","../../../../../../chunks/ssr/node_modules_next_dist_25a30daf._.js","../../../../../../chunks/ssr/node_modules_next_dist_981dc6eb._.js","../../../../../../chunks/ssr/node_modules_next_dist_client_components_2fffaa3a._.js","../../../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../../../../../chunks/ssr/node_modules_next_dist_compiled_bc6b8ddf._.js","../../../../../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../../../../../chunks/ssr/src_app_5b2047f8._.js","../../../../../../chunks/ssr/src_app_global-error_tsx_aa661ba4._.js","../../../../../../chunks/ssr/src_app_not-found_tsx_3f23d179._.js","../../../../../../chunks/ssr/src_app_teams_[teamId]_runs_[workflowId]_[runId]_run-detail-client_tsx_56f0cbd7._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../../../CODE_QUALITY_REVIEW.md","../../../../../../../../README.md","../../../../../../../../docs/AGENTS.md","../../../../../../../../docs/CHANNELS.md","../../../../../../../../docs/CRON_JOBS.md","../../../../../../../../docs/EXAMPLES.md","../../../../../../../../docs/GOALS.md","../../../../../../../../docs/INSTALL_AND_ACCESS.md","../../../../../../../../docs/MEDIA_GENERATION.md","../../../../../../../../docs/ORCHESTRATOR.md","../../../../../../../../docs/PRODUCT_TOUR.md","../../../../../../../../docs/QA_AUTH.md","../../../../../../../../docs/README.md","../../../../../../../../docs/RECIPES_AND_SCAFFOLDING.md","../../../../../../../../docs/RUNS.md","../../../../../../../../docs/SETTINGS.md","../../../../../../../../docs/TEAMS.md","../../../../../../../../docs/TEAM_MEMORY.md","../../../../../../../../docs/TICKETS.md","../../../../../../../../docs/TROUBLESHOOTING.md","../../../../../../../../docs/WORKFLOWS.md","../../../../../../../../docs/WORKFLOWS_OLD.md","../../../../../../../../docs/WORKFLOW_VISUAL_EDITOR.md","../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/next/package.json","../../../../../../../../src/app/api/goals/[id]/promote/route.ts","../../../../../../../../src/app/api/goals/[id]/route.ts","../../../../../../../../src/app/api/goals/route.ts","../../../../../../../../src/app/api/marketplace/recipes/[slug]/route.ts","../../../../../../../../src/app/api/marketplace/recipes/route.ts","../../../../../../../../src/app/api/recipes/[id]/route.ts","../../../../../../../../src/app/api/recipes/clone/route.ts","../../../../../../../../src/app/api/recipes/custom-team/route.ts","../../../../../../../../src/app/api/recipes/delete/helpers.ts","../../../../../../../../src/app/api/recipes/delete/route.ts","../../../../../../../../src/app/api/recipes/local-agent-catalog/route.ts","../../../../../../../../src/app/api/recipes/route.ts","../../../../../../../../src/app/api/recipes/team-agents/helpers.ts","../../../../../../../../src/app/api/recipes/team-agents/route.ts","../../../../../../../../src/app/api/teams/[teamId]/tickets/move-to-goals/route.ts","../../../../../../../../src/app/goals/[id]/goal-editor.tsx","../../../../../../../../src/app/goals/[id]/page.tsx","../../../../../../../../src/app/goals/goals-client.tsx","../../../../../../../../src/app/goals/new/page.tsx","../../../../../../../../src/app/goals/page.tsx","../../../../../../../../src/app/recipes/CreateAgentModal.tsx","../../../../../../../../src/app/recipes/CreateCustomTeamModal.tsx","../../../../../../../../src/app/recipes/CreateModalShell.tsx","../../../../../../../../src/app/recipes/CreateTeamModal.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorCreateModal.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/RecipeEditorPanel.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/index.tsx","../../../../../../../../src/app/recipes/[id]/RecipeEditor/recipe-editor-utils.ts","../../../../../../../../src/app/recipes/[id]/RecipeEditor/types.ts","../../../../../../../../src/app/recipes/[id]/page.tsx","../../../../../../../../src/app/recipes/page.tsx","../../../../../../../../src/app/recipes/recipes-client.tsx","../../../../../../../../src/lib/workflows/README.md","../../../../../../chunks/ssr/[root-of-the-server]__0d4cb2ba._.js","../../../../../../chunks/ssr/[root-of-the-server]__3b880807._.js","../../../../../../chunks/ssr/[root-of-the-server]__471bc2e7._.js","../../../../../../chunks/ssr/[root-of-the-server]__7c14561e._.js","../../../../../../chunks/ssr/[root-of-the-server]__8e8f535b._.js","../../../../../../chunks/ssr/[root-of-the-server]__9e1ab064._.js","../../../../../../chunks/ssr/[root-of-the-server]__ac3862d0._.js","../../../../../../chunks/ssr/[turbopack]_runtime.js","../../../../../../chunks/ssr/_018dfe6b._.js","../../../../../../chunks/ssr/_0efddc1b._.js","../../../../../../chunks/ssr/_1ee3bd7b._.js","../../../../../../chunks/ssr/_2ab986a4._.js","../../../../../../chunks/ssr/_33404bcf._.js","../../../../../../chunks/ssr/ce889_server_app_teams_[teamId]_runs_[workflowId]_[runId]_page_actions_7b3eeaee.js","../../../../../../chunks/ssr/node_modules_ea845e5f._.js","../../../../../../chunks/ssr/node_modules_next_10fb6ad9._.js","../../../../../../chunks/ssr/node_modules_next_920e7746._.js","../../../../../../chunks/ssr/node_modules_next_dist_22f8d72f._.js","../../../../../../chunks/ssr/node_modules_next_dist_25a30daf._.js","../../../../../../chunks/ssr/node_modules_next_dist_981dc6eb._.js","../../../../../../chunks/ssr/node_modules_next_dist_client_components_2fffaa3a._.js","../../../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../../../../../chunks/ssr/node_modules_next_dist_compiled_bc6b8ddf._.js","../../../../../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../../../../../chunks/ssr/src_app_5b2047f8._.js","../../../../../../chunks/ssr/src_app_global-error_tsx_aa661ba4._.js","../../../../../../chunks/ssr/src_app_not-found_tsx_3f23d179._.js","../../../../../../chunks/ssr/src_app_teams_[teamId]_runs_[workflowId]_[runId]_run-detail-client_tsx_56f0cbd7._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}