@jiggai/kitchen 0.1.8 → 0.1.10-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +5 -0
- package/.next/build-manifest.json +6 -6
- package/.next/prerender-manifest.json +3 -27
- package/.next/required-server-files.js +4 -4
- package/.next/required-server-files.json +4 -4
- package/.next/routes-manifest.json +30 -0
- package/.next/server/app/_global-error/page/build-manifest.json +4 -4
- package/.next/server/app/_global-error/page.js +2 -2
- package/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +2 -2
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page/build-manifest.json +4 -4
- package/.next/server/app/_not-found/page.js +10 -9
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +4 -4
- package/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/agents/[agentId]/page/build-manifest.json +4 -4
- package/.next/server/app/agents/[agentId]/page.js +7 -7
- package/.next/server/app/agents/[agentId]/page.js.nft.json +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/add/route.js +1 -1
- package/.next/server/app/api/agents/add/route.js.nft.json +1 -1
- package/.next/server/app/api/agents/files/route.js.nft.json +1 -1
- package/.next/server/app/api/agents/identity/route.js +1 -1
- package/.next/server/app/api/agents/identity/route.js.nft.json +1 -1
- package/.next/server/app/api/agents/route.js +1 -1
- package/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/.next/server/app/api/gateway/restart/route.js +1 -1
- package/.next/server/app/api/gateway/restart/route.js.nft.json +1 -1
- package/.next/server/app/api/goals/[id]/promote/route.js.nft.json +1 -1
- package/.next/server/app/api/goals/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/goals/route.js.nft.json +1 -1
- package/.next/server/app/api/recipes/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/recipes/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/recipes/delete/route.js.nft.json +1 -1
- package/.next/server/app/api/recipes/route.js +1 -1
- package/.next/server/app/api/recipes/route.js.nft.json +1 -1
- package/.next/server/app/api/recipes/team-agents/route.js.nft.json +1 -1
- package/.next/server/app/api/scaffold/route.js.nft.json +1 -1
- package/.next/server/app/api/swarms/start/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/swarms/start/route/build-manifest.json +11 -0
- package/.next/server/app/api/swarms/start/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/swarms/start/route.js +6 -0
- package/.next/server/app/api/swarms/start/route.js.map +5 -0
- package/.next/server/app/api/swarms/start/route.js.nft.json +1 -0
- package/.next/server/app/api/swarms/start/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/swarms/status/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/swarms/status/route/build-manifest.json +11 -0
- package/.next/server/app/api/swarms/status/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/swarms/status/route.js +6 -0
- package/.next/server/app/api/swarms/status/route.js.map +5 -0
- package/.next/server/app/api/swarms/status/route.js.nft.json +1 -0
- package/.next/server/app/api/swarms/status/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/teams/orchestrator/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/teams/orchestrator/route/build-manifest.json +11 -0
- package/.next/server/app/api/teams/orchestrator/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/teams/orchestrator/route.js +6 -0
- package/.next/server/app/api/teams/orchestrator/route.js.map +5 -0
- package/.next/server/app/api/teams/orchestrator/route.js.nft.json +1 -0
- package/.next/server/app/api/teams/orchestrator/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/teams/remove-team/route.js +1 -1
- package/.next/server/app/api/teams/remove-team/route.js.nft.json +1 -1
- package/.next/server/app/api/teams/skills/install/route.js +1 -1
- package/.next/server/app/api/teams/skills/install/route.js.nft.json +1 -1
- package/.next/server/app/api/teams/workflow-runs/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/teams/workflow-runs/route/build-manifest.json +11 -0
- package/.next/server/app/api/teams/workflow-runs/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/teams/workflow-runs/route.js +7 -0
- package/.next/server/app/api/teams/workflow-runs/route.js.map +5 -0
- package/.next/server/app/api/teams/workflow-runs/route.js.nft.json +1 -0
- package/.next/server/app/api/teams/workflow-runs/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/teams/workflows/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/teams/workflows/route/build-manifest.json +11 -0
- package/.next/server/app/api/teams/workflows/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/teams/workflows/route.js +6 -0
- package/.next/server/app/api/teams/workflows/route.js.map +5 -0
- package/.next/server/app/api/teams/workflows/route.js.nft.json +1 -0
- package/.next/server/app/api/teams/workflows/route_client-reference-manifest.js +2 -0
- package/.next/server/app/api/tickets/move/route.js +1 -1
- package/.next/server/app/api/tickets/move/route.js.nft.json +1 -1
- package/.next/server/app/channels/page/build-manifest.json +4 -4
- package/.next/server/app/channels/page.js +7 -7
- package/.next/server/app/channels/page.js.nft.json +1 -1
- package/.next/server/app/channels/page_client-reference-manifest.js +1 -1
- package/.next/server/app/channels.html +2 -2
- package/.next/server/app/channels.rsc +5 -5
- package/.next/server/app/channels.segments/_full.segment.rsc +5 -5
- package/.next/server/app/channels.segments/_head.segment.rsc +1 -1
- package/.next/server/app/channels.segments/_index.segment.rsc +3 -3
- package/.next/server/app/channels.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/channels.segments/channels/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/channels.segments/channels.segment.rsc +1 -1
- package/.next/server/app/cron-jobs/page/build-manifest.json +4 -4
- package/.next/server/app/cron-jobs/page.js +7 -7
- package/.next/server/app/cron-jobs/page.js.nft.json +1 -1
- package/.next/server/app/cron-jobs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/cron-jobs.html +1 -1
- package/.next/server/app/cron-jobs.rsc +6 -6
- package/.next/server/app/cron-jobs.segments/_full.segment.rsc +6 -6
- package/.next/server/app/cron-jobs.segments/_head.segment.rsc +1 -1
- package/.next/server/app/cron-jobs.segments/_index.segment.rsc +3 -3
- package/.next/server/app/cron-jobs.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/cron-jobs.segments/cron-jobs/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/cron-jobs.segments/cron-jobs.segment.rsc +1 -1
- package/.next/server/app/goals/[id]/page/build-manifest.json +4 -4
- package/.next/server/app/goals/[id]/page.js +7 -7
- package/.next/server/app/goals/[id]/page.js.nft.json +1 -1
- package/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/goals/new/page/build-manifest.json +4 -4
- package/.next/server/app/goals/new/page.js +7 -7
- package/.next/server/app/goals/new/page.js.nft.json +1 -1
- package/.next/server/app/goals/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/goals/new.html +2 -2
- package/.next/server/app/goals/new.rsc +5 -5
- package/.next/server/app/goals/new.segments/_full.segment.rsc +5 -5
- package/.next/server/app/goals/new.segments/_head.segment.rsc +1 -1
- package/.next/server/app/goals/new.segments/_index.segment.rsc +3 -3
- package/.next/server/app/goals/new.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/goals/new.segments/goals/new/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/goals/new.segments/goals/new.segment.rsc +1 -1
- package/.next/server/app/goals/new.segments/goals.segment.rsc +1 -1
- package/.next/server/app/goals/page/build-manifest.json +4 -4
- package/.next/server/app/goals/page.js +7 -7
- package/.next/server/app/goals/page.js.nft.json +1 -1
- package/.next/server/app/goals/page_client-reference-manifest.js +1 -1
- package/.next/server/app/goals.html +1 -1
- package/.next/server/app/goals.rsc +5 -5
- package/.next/server/app/goals.segments/_full.segment.rsc +5 -5
- package/.next/server/app/goals.segments/_head.segment.rsc +1 -1
- package/.next/server/app/goals.segments/_index.segment.rsc +3 -3
- package/.next/server/app/goals.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/goals.segments/goals/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/goals.segments/goals.segment.rsc +1 -1
- package/.next/server/app/page/build-manifest.json +4 -4
- package/.next/server/app/page.js +7 -7
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/recipes/[id]/page/build-manifest.json +4 -4
- package/.next/server/app/recipes/[id]/page.js +8 -8
- package/.next/server/app/recipes/[id]/page.js.nft.json +1 -1
- package/.next/server/app/recipes/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/recipes/page/build-manifest.json +4 -4
- package/.next/server/app/recipes/page.js +8 -8
- package/.next/server/app/recipes/page.js.nft.json +1 -1
- package/.next/server/app/recipes/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page/build-manifest.json +4 -4
- package/.next/server/app/settings/page.js +7 -7
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings.html +1 -1
- package/.next/server/app/settings.rsc +5 -5
- package/.next/server/app/settings.segments/_full.segment.rsc +5 -5
- package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings.segments/_index.segment.rsc +3 -3
- package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/.next/server/app/teams/[teamId]/page/build-manifest.json +4 -4
- package/.next/server/app/teams/[teamId]/page.js +8 -8
- package/.next/server/app/teams/[teamId]/page.js.nft.json +1 -1
- package/.next/server/app/teams/[teamId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/tickets/[ticket]/page/build-manifest.json +4 -4
- package/.next/server/app/tickets/[ticket]/page.js +7 -7
- package/.next/server/app/tickets/[ticket]/page.js.nft.json +1 -1
- package/.next/server/app/tickets/[ticket]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/tickets/page/build-manifest.json +4 -4
- package/.next/server/app/tickets/page.js +7 -7
- package/.next/server/app/tickets/page.js.nft.json +1 -1
- package/.next/server/app/tickets/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +5 -0
- package/.next/server/chunks/[root-of-the-server]__065a27a4._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__065a27a4._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__94d68aa3._.js → [root-of-the-server]__1989d64f._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__94d68aa3._.js.map → [root-of-the-server]__1989d64f._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__c4ffbb03._.js → [root-of-the-server]__21b72903._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__c4ffbb03._.js.map → [root-of-the-server]__21b72903._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__0c01c5c7._.js → [root-of-the-server]__262d8a6e._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__0c01c5c7._.js.map → [root-of-the-server]__262d8a6e._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__b11231a9._.js → [root-of-the-server]__2f2c799d._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__b11231a9._.js.map → [root-of-the-server]__2f2c799d._.js.map} +1 -1
- package/.next/server/chunks/[root-of-the-server]__6f85770b._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__6f85770b._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__7cf49621._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__7cf49621._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__a27f8405._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__a27f8405._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__a5226713._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__a5226713._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__c7f92fce._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__c7f92fce._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__d737ca42._.js → [root-of-the-server]__e8bfeaba._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__d737ca42._.js.map → [root-of-the-server]__e8bfeaba._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__4eda99a9._.js → [root-of-the-server]__ebaa0038._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__4eda99a9._.js.map → [root-of-the-server]__ebaa0038._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__b59b3cdd._.js → [root-of-the-server]__f5546a39._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__b59b3cdd._.js.map → [root-of-the-server]__f5546a39._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__e6184ba3._.js → [root-of-the-server]__fdda9176._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__e6184ba3._.js.map → [root-of-the-server]__fdda9176._.js.map} +1 -1
- package/.next/server/chunks/_next-internal_server_app_api_swarms_start_route_actions_b79e9029.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_swarms_start_route_actions_b79e9029.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_swarms_status_route_actions_54826df0.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_swarms_status_route_actions_54826df0.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_orchestrator_route_actions_1949c463.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_orchestrator_route_actions_1949c463.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_workflow-runs_route_actions_8327ac7d.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_workflow-runs_route_actions_8327ac7d.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_workflows_route_actions_43dd6e07.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_teams_workflows_route_actions_43dd6e07.js.map +1 -0
- package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_1fe98a49.js +14 -0
- package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_1fe98a49.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0d4cb2ba._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0fd02d84._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__4393e897._.js.map → [root-of-the-server]__0fd02d84._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__285ae6b7._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__46e08d44._.js.map → [root-of-the-server]__285ae6b7._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__2bef6884._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__15600e29._.js.map → [root-of-the-server]__2bef6884._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__3efd25c4._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__2a6f1e3e._.js.map → [root-of-the-server]__3efd25c4._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__491e06fa._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__491e06fa._.js.map +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__550d78f8._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__bc3b27b0._.js.map → [root-of-the-server]__550d78f8._.js.map} +1 -1
- package/.next/server/chunks/ssr/{[root-of-the-server]__e2e52c6e._.js → [root-of-the-server]__78cdd31e._.js} +2 -2
- package/.next/server/chunks/ssr/[root-of-the-server]__8ecc89e4._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__507d2fc9._.js.map → [root-of-the-server]__8ecc89e4._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__92524828._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__247198dc._.js.map → [root-of-the-server]__92524828._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__9e1ab064._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__9e1ab064._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__a36a058d._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__8d24c9c3._.js.map → [root-of-the-server]__a36a058d._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__a8eca9e1._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__82ce3aee._.js.map → [root-of-the-server]__a8eca9e1._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__aa8e2649._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__f75a61bf._.js.map → [root-of-the-server]__aa8e2649._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__b2617fbf._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__fd669584._.js.map → [root-of-the-server]__b2617fbf._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__b5f65083._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__b5f65083._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__e5d416d5._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__3ad3e5b1._.js.map → [root-of-the-server]__e5d416d5._.js.map} +1 -1
- package/.next/server/chunks/ssr/{[root-of-the-server]__b9356576._.js → [root-of-the-server]__f62d412e._.js} +2 -2
- package/.next/server/chunks/ssr/{[root-of-the-server]__b9356576._.js.map → [root-of-the-server]__f62d412e._.js.map} +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__fbe5ff69._.js +3 -0
- package/.next/server/chunks/ssr/{[root-of-the-server]__3575e6da._.js.map → [root-of-the-server]__fbe5ff69._.js.map} +1 -1
- package/.next/server/chunks/ssr/{_8c45edba._.js → _0bdae23a._.js} +3 -3
- package/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_68c68167.js.map → _0bdae23a._.js.map} +1 -1
- package/.next/server/chunks/ssr/{_0808c2b9._.js → _347e2d56._.js} +3 -3
- package/.next/server/chunks/ssr/_347e2d56._.js.map +1 -0
- package/.next/server/chunks/ssr/{_68793c1f._.js → _49fb12c2._.js} +3 -3
- package/.next/server/chunks/ssr/_49fb12c2._.js.map +1 -0
- package/.next/server/chunks/ssr/{_3c8b2df6._.js → _536983a4._.js} +3 -3
- package/.next/server/chunks/ssr/_536983a4._.js.map +1 -0
- package/.next/server/chunks/ssr/{_cd23c5af._.js → _5b282394._.js} +3 -3
- package/.next/server/chunks/ssr/_5b282394._.js.map +1 -0
- package/.next/server/chunks/ssr/{_6e70b5a4._.js → _5cc24343._.js} +3 -3
- package/.next/server/chunks/ssr/_5cc24343._.js.map +1 -0
- package/.next/server/chunks/ssr/{_92140ca3._.js → _7eac37fb._.js} +3 -3
- package/.next/server/chunks/ssr/_7eac37fb._.js.map +1 -0
- package/.next/server/chunks/ssr/{_8c8207c1._.js → _8062e992._.js} +3 -3
- package/.next/server/chunks/ssr/_8062e992._.js.map +1 -0
- package/.next/server/chunks/ssr/{_25e6aab8._.js → _99994c05._.js} +3 -3
- package/.next/server/chunks/ssr/_99994c05._.js.map +1 -0
- package/.next/server/chunks/ssr/{_b5e9afcc._.js → _aafc99aa._.js} +3 -3
- package/.next/server/chunks/ssr/_aafc99aa._.js.map +1 -0
- package/.next/server/chunks/ssr/{_39e6e769._.js → _b7f3caf7._.js} +3 -3
- package/.next/server/chunks/ssr/_b7f3caf7._.js.map +1 -0
- package/.next/server/chunks/ssr/_c2041f88._.js +4 -0
- package/.next/server/chunks/ssr/_c2041f88._.js.map +1 -0
- package/.next/server/chunks/ssr/{_3158c108._.js → _f4d8af3b._.js} +3 -3
- package/.next/server/chunks/ssr/_f4d8af3b._.js.map +1 -0
- package/.next/server/chunks/ssr/{node_modules_next_dist_12287b3d._.js → node_modules_next_dist_8a37abed._.js} +2 -2
- package/.next/server/chunks/ssr/{node_modules_next_dist_12287b3d._.js.map → node_modules_next_dist_8a37abed._.js.map} +1 -1
- package/.next/server/chunks/ssr/{node_modules_next_dist_client_components_9774470f._.js → node_modules_next_dist_client_components_2fffaa3a._.js} +2 -2
- package/.next/server/chunks/ssr/{node_modules_next_dist_client_components_9774470f._.js.map → node_modules_next_dist_client_components_2fffaa3a._.js.map} +1 -1
- package/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_68c68167.js → node_modules_next_dist_esm_build_templates_app-page_b5ef32b4.js} +3 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_b5ef32b4.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_HomeClient_tsx_f9f7568d._.js +1 -1
- package/.next/server/chunks/ssr/src_app_HomeClient_tsx_f9f7568d._.js.map +1 -1
- package/.next/server/chunks/ssr/src_app_global-error_tsx_aa661ba4._.js +3 -0
- package/.next/server/chunks/ssr/src_app_global-error_tsx_aa661ba4._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_not-found_tsx_3f23d179._.js +3 -0
- package/.next/server/chunks/ssr/src_app_not-found_tsx_3f23d179._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_teams_[teamId]_team-editor_tsx_2900b91d._.js +2 -2
- package/.next/server/chunks/ssr/src_app_teams_[teamId]_team-editor_tsx_2900b91d._.js.map +1 -1
- package/.next/server/middleware-build-manifest.js +4 -4
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +2 -2
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/{40f7fde35327d214.js → 423ca3a7f09c1470.js} +1 -1
- package/.next/static/chunks/{82abf2d65f5428ae.js → 68a088aa49e6124a.js} +3 -3
- package/.next/static/chunks/96b0d0ef92ef0eca.css +3 -0
- package/.next/static/chunks/a92e9d0c91b71b55.js +1 -0
- package/.next/static/chunks/bd3fcd39d918f9b4.js +10 -0
- package/.next/static/chunks/c84580993f22c17a.js +1 -0
- package/.next/static/chunks/f3e3461eda4a8d62.js +1 -0
- package/.next/static/chunks/{turbopack-ae1340e658f67df8.js → turbopack-6c658f991a22d28a.js} +1 -1
- package/package.json +2 -2
- package/public/android-chrome-192x192.png +0 -0
- package/public/android-chrome-512x512.png +0 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/chef.jpg +0 -0
- package/public/favicon-16x16.png +0 -0
- package/public/favicon-32x32.png +0 -0
- package/public/favicon.ico +0 -0
- package/src/app/HomeClient.tsx +1 -1
- package/src/app/api/cron/jobs/route.ts +12 -4
- package/src/app/api/swarms/start/route.ts +118 -0
- package/src/app/api/swarms/status/route.ts +50 -0
- package/src/app/api/teams/orchestrator/route.ts +218 -0
- package/src/app/api/teams/workflow-runs/route.ts +431 -0
- package/src/app/api/teams/workflows/route.ts +88 -0
- package/src/app/cron-jobs/page.tsx +1 -1
- package/src/app/global-error.tsx +50 -0
- package/src/app/not-found.tsx +8 -0
- package/src/app/recipes/page.tsx +1 -1
- package/src/app/settings/page.tsx +1 -1
- package/src/app/teams/[teamId]/OrchestratorPanel.tsx +228 -0
- package/src/app/teams/[teamId]/page.tsx +25 -29
- package/src/app/teams/[teamId]/team-editor.tsx +1656 -8
- package/src/app/tickets/[ticket]/page.tsx +3 -0
- package/src/app/tickets/page.tsx +3 -0
- package/src/components/AppShell.tsx +245 -31
- package/src/lib/workflows/README.md +11 -0
- package/src/lib/workflows/runs-storage.ts +71 -0
- package/src/lib/workflows/runs-types.ts +32 -0
- package/src/lib/workflows/storage.ts +82 -0
- package/src/lib/workflows/types.ts +50 -0
- package/src/lib/workflows/validate.ts +70 -0
- package/.next/server/app/tickets.html +0 -1
- package/.next/server/app/tickets.meta +0 -15
- package/.next/server/app/tickets.rsc +0 -19
- package/.next/server/app/tickets.segments/_full.segment.rsc +0 -19
- package/.next/server/app/tickets.segments/_head.segment.rsc +0 -6
- package/.next/server/app/tickets.segments/_index.segment.rsc +0 -6
- package/.next/server/app/tickets.segments/_tree.segment.rsc +0 -4
- package/.next/server/app/tickets.segments/tickets/__PAGE__.segment.rsc +0 -8
- package/.next/server/app/tickets.segments/tickets.segment.rsc +0 -4
- package/.next/server/chunks/ssr/[root-of-the-server]__15600e29._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__247198dc._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__2a6f1e3e._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__346f79e5._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__346f79e5._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__3575e6da._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__3ad3e5b1._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__3bc7ad0a._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__4393e897._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__46e08d44._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__507d2fc9._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__82ce3aee._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__8d24c9c3._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__bc3b27b0._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__f75a61bf._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__fd669584._.js +0 -3
- package/.next/server/chunks/ssr/_0808c2b9._.js.map +0 -1
- package/.next/server/chunks/ssr/_25e6aab8._.js.map +0 -1
- package/.next/server/chunks/ssr/_3158c108._.js.map +0 -1
- package/.next/server/chunks/ssr/_39e6e769._.js.map +0 -1
- package/.next/server/chunks/ssr/_3c8b2df6._.js.map +0 -1
- package/.next/server/chunks/ssr/_68793c1f._.js.map +0 -1
- package/.next/server/chunks/ssr/_6e70b5a4._.js.map +0 -1
- package/.next/server/chunks/ssr/_8c45edba._.js.map +0 -1
- package/.next/server/chunks/ssr/_8c8207c1._.js.map +0 -1
- package/.next/server/chunks/ssr/_92140ca3._.js.map +0 -1
- package/.next/server/chunks/ssr/_b5e9afcc._.js.map +0 -1
- package/.next/server/chunks/ssr/_cd23c5af._.js.map +0 -1
- package/.next/server/chunks/ssr/_d27483a1._.js +0 -4
- package/.next/server/chunks/ssr/_d27483a1._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js.map +0 -1
- package/.next/static/chunks/8484c54dc9a377e8.js +0 -10
- package/.next/static/chunks/8662fcc3cdff66f3.js +0 -1
- package/.next/static/chunks/a4e69b85b74277a7.css +0 -3
- package/.next/static/chunks/a9ed074e89b16a5e.js +0 -1
- /package/.next/server/chunks/ssr/{[root-of-the-server]__3bc7ad0a._.js.map → [root-of-the-server]__0d4cb2ba._.js.map} +0 -0
- /package/.next/server/chunks/ssr/{[root-of-the-server]__e2e52c6e._.js.map → [root-of-the-server]__78cdd31e._.js.map} +0 -0
- /package/.next/static/{2hgbnJUmLMe9COlc5rJd3 → LkBl31uBDAuYl-0TzH69D}/_buildManifest.js +0 -0
- /package/.next/static/{2hgbnJUmLMe9COlc5rJd3 → LkBl31uBDAuYl-0TzH69D}/_clientMiddlewareManifest.json +0 -0
- /package/.next/static/{2hgbnJUmLMe9COlc5rJd3 → LkBl31uBDAuYl-0TzH69D}/_ssgManifest.js +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[49830,["/_next/static/chunks/40f7fde35327d214.js"],"AppShell"]
|
|
3
|
-
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
4
|
-
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
5
|
-
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
|
6
|
-
7:"$Sreact.suspense"
|
|
7
|
-
9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
|
8
|
-
b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
|
9
|
-
d:I[68027,[],"default"]
|
|
10
|
-
:HL["/_next/static/chunks/a4e69b85b74277a7.css","style"]
|
|
11
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
12
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
-
0:{"P":null,"b":"2hgbnJUmLMe9COlc5rJd3","c":["","tickets"],"q":"","i":false,"f":[[["",{"children":["tickets",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a4e69b85b74277a7.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/40f7fde35327d214.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('ck-theme');var theme=(t==='light')?'light':'dark';document.documentElement.dataset.theme=theme;}catch(e){document.documentElement.dataset.theme='dark';}})();"}}]}],["$","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":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"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":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/de9e30e86ef31e72.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
|
-
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
15
|
-
e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
|
16
|
-
8:null
|
|
17
|
-
c:[["$","title","0",{"children":"Claw Kitchen"}],["$","meta","1",{"name":"description","content":"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Le","3",{}]]
|
|
18
|
-
f:I[57915,["/_next/static/chunks/40f7fde35327d214.js","/_next/static/chunks/de9e30e86ef31e72.js"],"TicketsBoardClient"]
|
|
19
|
-
5:["$","$Lf",null,{"tickets":[{"number":0,"id":"0000-example-ticket.testing-verified","title":"verification — 0000-example-ticket","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0000-example-ticket.testing-verified.md","updatedAt":"2026-02-11T14:04:42.617Z","ageHours":294.53064213161895},{"number":1,"id":"0001-claw-kitchen-ui-update-design-to-match-mission-control-style","title":"Claw Kitchen UI Update Design To Match Mission Control Style","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0001-claw-kitchen-ui-update-design-to-match-mission-control-style.md","updatedAt":"2026-02-12T22:03:10.186Z","ageHours":262.5563174534777},{"number":1,"id":"0001-completion-report","title":"0001 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0001-completion-report.md","updatedAt":"2026-02-10T17:32:43.000Z","ageHours":315.0638691666667},{"number":2,"id":"0002-p1-push-clawcipes-repo-tags-to-github-and-publish-latest-ver","title":"P1 Push Clawcipes Repo Tags To Github And Publish Latest Ver","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0002-p1-push-clawcipes-repo-tags-to-github-and-publish-latest-ver.md","updatedAt":"2026-02-10T17:37:50.000Z","ageHours":314.9785913888889},{"number":3,"id":"0003-completion-report","title":"— completion report (docs consistency)","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0003-completion-report.md","updatedAt":"2026-02-11T12:09:35.808Z","ageHours":296.4492001392958},{"number":3,"id":"0003-p1-docs-consistency-pass-ensure-docs-reflect-testing-stage-d","title":"P1 Docs Consistency Pass Ensure Docs Reflect Testing Stage D","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0003-p1-docs-consistency-pass-ensure-docs-reflect-testing-stage-d.md","updatedAt":"2026-02-11T12:09:21.480Z","ageHours":296.45318039272735},{"number":4,"id":"0004-completion-report","title":"0004 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0004-completion-report.md","updatedAt":"2026-02-11T00:41:13.000Z","ageHours":307.9222025},{"number":4,"id":"0004-p1-scaffold-sanity-verify-generated-team-md-and-tickets-md-m","title":"P1 Scaffold Sanity Verify Generated Team MD And Tickets MD M","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0004-p1-scaffold-sanity-verify-generated-team-md-and-tickets-md-m.md","updatedAt":"2026-02-11T01:07:17.000Z","ageHours":307.48775805555556},{"number":5,"id":"0005-p2-add-handoff-command-move-ticket-to-testing-assign-to-test","title":"P2 Add Handoff Command Move Ticket To Testing Assign To Test","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0005-p2-add-handoff-command-move-ticket-to-testing-assign-to-test.md","updatedAt":"2026-02-11T12:37:19.211Z","ageHours":295.98714428290475},{"number":6,"id":"0006-p2-add-automated-tests-for-recipes-plugin-core-behaviors-age","title":"P2 Add Automated Tests For Recipes Plugin Core Behaviors Age","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0006-p2-add-automated-tests-for-recipes-plugin-core-behaviors-age.md","updatedAt":"2026-02-11T13:09:39.453Z","ageHours":295.4481880263943},{"number":7,"id":"0007-p2-hardening-better-errors-ensure-work-testing-is-created-mi","title":"P2 Hardening Better Errors Ensure Work Testing Is Created Mi","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0007-p2-hardening-better-errors-ensure-work-testing-is-created-mi.md","updatedAt":"2026-02-11T13:41:04.958Z","ageHours":294.924436777615},{"number":8,"id":"0008-completion-report","title":"— completion report (QA checklist + verification workflow)","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0008-completion-report.md","updatedAt":"2026-02-11T14:04:00.364Z","ageHours":294.5423795585124},{"number":8,"id":"0008-p1-qa-checklist-template-for-tester-define-verification-step","title":"P1 Qa Checklist Template For Tester Define Verification Step","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0008-p1-qa-checklist-template-for-tester-define-verification-step.md","updatedAt":"2026-02-11T14:03:46.156Z","ageHours":294.5463262005615},{"number":9,"id":"0009-completion-report","title":"0009 — Completion Report (Option A: recipe-defined cron jobs)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-completion-report.md","updatedAt":"2026-02-10T20:26:16.000Z","ageHours":312.17136944444445},{"number":9,"id":"0009-implement-recipe-defined-cron-jobs-option-a-requirements-rec","title":"Implement Recipe Defined Cron Jobs Option A Requirements Rec","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-implement-recipe-defined-cron-jobs-option-a-requirements-rec.md","updatedAt":"2026-02-10T19:48:28.000Z","ageHours":312.80136944444445},{"number":9,"id":"0009-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-pr-body.md","updatedAt":"2026-02-10T19:10:48.000Z","ageHours":313.42914722222224},{"number":10,"id":"0010-implement-shared-context-best-practices-across-team-agents-w","title":"Implement Shared Context Best Practices Across Team Agents W","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-implement-shared-context-best-practices-across-team-agents-w.md","updatedAt":"2026-02-11T00:35:17.000Z","ageHours":308.0210916666667},{"number":10,"id":"0010-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-pr-body.md","updatedAt":"2026-02-11T01:31:44.000Z","ageHours":307.08025833333335},{"number":10,"id":"0010-testing-verified","title":"Implement Shared Context Best Practices Across Team Agents W","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-testing-verified.md","updatedAt":"2026-02-11T01:07:17.000Z","ageHours":307.48775861111113},{"number":11,"id":"0011-add-cron-jobs-management-to-kitchen-ui-context-we-re-adding-","title":"Add Cron Jobs Management To Kitchen UI Context We Re Adding","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-add-cron-jobs-management-to-kitchen-ui-context-we-re-adding-.md","updatedAt":"2026-02-11T02:41:27.000Z","ageHours":305.9183141666667},{"number":11,"id":"0011-completion-report","title":"#0011 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-completion-report.md","updatedAt":"2026-02-11T02:41:34.000Z","ageHours":305.9163697222222},{"number":11,"id":"0011-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-pr-body.md","updatedAt":"2026-02-11T02:38:19.000Z","ageHours":305.9705363888889},{"number":12,"id":"0012-add-lightweight-automated-scaffold-output-regression-test-fo","title":"Add Lightweight Automated Scaffold Output Regression Test Fo","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0012-add-lightweight-automated-scaffold-output-regression-test-fo.md","updatedAt":"2026-02-11T12:06:05.022Z","ageHours":296.50775255784777},{"number":12,"id":"0012-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0012-pr-body.md","updatedAt":"2026-02-11T12:05:26.648Z","ageHours":296.5184119365099},{"number":13,"id":"0013-add-proper-test-harness-vitest-jest-for-clawcipes-recipes-co","title":"Add Proper Test Harness Vitest Jest For Clawcipes Recipes Co","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0013-add-proper-test-harness-vitest-jest-for-clawcipes-recipes-co.md","updatedAt":"2026-02-11T14:37:41.152Z","ageHours":293.9810496670871},{"number":14,"id":"0014-completion-report","title":"0014 — Completion Report (P0)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0014-completion-report.md","updatedAt":"2026-02-11T04:05:04.000Z","ageHours":304.52470305555556},{"number":14,"id":"0014-fix-kitchen-settings-and-plugin-schema","title":"— Fix Kitchen Settings Page + Plugin Schema","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0014-fix-kitchen-settings-and-plugin-schema.md","updatedAt":"2026-02-11T04:05:14.000Z","ageHours":304.52192527777777},{"number":15,"id":"0015-add-automatic-cleanup-for-scaffold-test-workspaces-we-accumu","title":"Add Automatic Cleanup For Scaffold Test Workspaces We Accumu","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0015-add-automatic-cleanup-for-scaffold-test-workspaces-we-accumu.md","updatedAt":"2026-02-11T17:44:51.366Z","ageHours":290.8615457026503},{"number":16,"id":"0016-add-tasks-to-update-the-other-builtin-team-recipes-product-t","title":"Add Tasks To Update The Other Builtin Team Recipes Product T","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0016-add-tasks-to-update-the-other-builtin-team-recipes-product-t.md","updatedAt":"2026-02-11T18:31:30.386Z","ageHours":290.084040173272},{"number":16,"id":"0016-completion-report","title":"— completion report (breakdown + inventory)","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0016-completion-report.md","updatedAt":"2026-02-11T18:06:05.741Z","ageHours":290.50755305725096},{"number":17,"id":"0017-p2-parity-baseline-add-cronjobs-frontmatter-to-built-in-team-recipes","title":"P2 Parity Baseline Add Cronjobs Frontmatter To Built In Team Recipes","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0017-p2-parity-baseline-add-cronjobs-frontmatter-to-built-in-team-recipes.md","updatedAt":"2026-02-11T22:07:53.117Z","ageHours":286.477726277398},{"number":18,"id":"0018-p2-update-product-team-recipe-parity-status-cron-role-templates","title":"P2 Update Product Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0018-p2-update-product-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T22:31:50.629Z","ageHours":286.07841736450195},{"number":19,"id":"0019-p2-update-research-team-recipe-parity-status-cron-role-templates","title":"P2 Update Research Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0019-p2-update-research-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T22:32:53.164Z","ageHours":286.0610466364882},{"number":20,"id":"0020-p2-update-writing-team-recipe-parity-status-cron-role-templates","title":"P2 Update Writing Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0020-p2-update-writing-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T23:02:15.923Z","ageHours":285.57139135898166},{"number":21,"id":"0021-p2-update-social-team-recipe-parity-status-cron-role-templates","title":"P2 Update Social Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0021-p2-update-social-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T23:32:35.506Z","ageHours":285.06595167304147},{"number":22,"id":"0022-p2-update-customer-support-team-recipe-parity-status-cron-role-templates","title":"P2 Update Customer Support Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0022-p2-update-customer-support-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-12T00:05:15.352Z","ageHours":284.521549982978},{"number":23,"id":"0023-move-g-009-into-backlog-build-clawcipes-public-website-marke","title":"Move G 009 Into Backlog Build Clawcipes Public Website Marke","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0023-move-g-009-into-backlog-build-clawcipes-public-website-marke.md","updatedAt":"2026-02-13T03:37:22.043Z","ageHours":256.9863584544542},{"number":24,"id":"0024-clawkitchen-ui-update-layout-to-resemble-mission-control-top","title":"Clawkitchen UI Update Layout To Resemble Mission Control Top","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0024-clawkitchen-ui-update-layout-to-resemble-mission-control-top.md","updatedAt":"2026-02-12T22:37:39.721Z","ageHours":261.98144779547795},{"number":26,"id":"0026-add-openclaw-recipes-remove-team-uninstall-cleanup","title":"Add Openclaw Recipes Remove Team Uninstall Cleanup","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0026-add-openclaw-recipes-remove-team-uninstall-cleanup.md","updatedAt":"2026-02-13T03:41:13.146Z","ageHours":256.92216301038957},{"number":27,"id":"0027-build-clawcipes-marketplace-backend-registry-search-install","title":"Build Clawcipes Marketplace Backend Registry Search Install","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0027-build-clawcipes-marketplace-backend-registry-search-install.md","updatedAt":"2026-02-13T01:04:35.458Z","ageHours":259.5326320275201},{"number":28,"id":"0028-kitchen-board-move-test","title":"Kitchen Board Move Test","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0028-kitchen-board-move-test.md","updatedAt":"2026-02-13T01:34:04.270Z","ageHours":259.0412952091471},{"number":29,"id":"0029-update-documentation-ui-copy-to-replace-clawcipes-branding-w","title":"Update Documentation UI Copy To Replace Clawcipes Branding W","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0029-update-documentation-ui-copy-to-replace-clawcipes-branding-w.md","updatedAt":"2026-02-13T04:34:21.431Z","ageHours":256.0365282889133},{"number":30,"id":"0030-clawkitchen-v2-requirements-1-home-page-remove-middle-pill-m","title":"Clawkitchen V2 Requirements 1 Home Page Remove Middle Pill M","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0030-clawkitchen-v2-requirements-1-home-page-remove-middle-pill-m.md","updatedAt":"2026-02-14T04:38:30.630Z","ageHours":231.96730652377659},{"number":31,"id":"0031-release-push-ship-remove-team-clawrecipes-rebrand-steps-merg","title":"Release Push Ship Remove Team Clawrecipes Rebrand Steps Merg","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0031-release-push-ship-remove-team-clawrecipes-rebrand-steps-merg.md","updatedAt":"2026-02-13T12:39:32.240Z","ageHours":247.95019252061633},{"number":32,"id":"0032-fix-recipes-clawrecipes-plugin-to-avoid-openclaw-dangerous-c","title":"Fix Recipes Clawrecipes Plugin To Avoid Openclaw Dangerous C","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0032-fix-recipes-clawrecipes-plugin-to-avoid-openclaw-dangerous-c.md","updatedAt":"2026-02-13T19:34:27.517Z","ageHours":241.03483789008246},{"number":33,"id":"0033-publish-no-warning-package-name-jiggai-recipes-for-clawrecip","title":"Publish No Warning Package Name Jiggai Recipes For Clawrecip","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0033-publish-no-warning-package-name-jiggai-recipes-for-clawrecip.md","updatedAt":"2026-02-14T04:43:41.501Z","ageHours":231.88095341247558},{"number":34,"id":"0034-fix-openclaw-install-warning-plugin-recipes-has-suspicious-c","title":"Fix Openclaw Install Warning Plugin Recipes Has Suspicious C","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0034-fix-openclaw-install-warning-plugin-recipes-has-suspicious-c.md","updatedAt":"2026-02-14T04:49:43.975Z","ageHours":231.7802662173123},{"number":35,"id":"0035-finish-g-008-clawrecipes-close-remaining-gaps-ensure-missing","title":"Finish G 008 Clawrecipes Close Remaining Gaps Ensure Missing","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0035-finish-g-008-clawrecipes-close-remaining-gaps-ensure-missing.md","updatedAt":"2026-02-14T04:05:56.098Z","ageHours":232.51023229051378},{"number":36,"id":"0036-clawkitchen-team-editor-save-semantics-bugs-clarify-and-fix-","title":"Clawkitchen Team Editor Save Semantics Bugs Clarify And Fix","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0036-clawkitchen-team-editor-save-semantics-bugs-clarify-and-fix-.md","updatedAt":"2026-02-14T12:08:12.549Z","ageHours":224.4723291111925},{"number":37,"id":"0037-clawkitchen-lock-builtin-source-team-recipes-in-team-editor-","title":"Clawkitchen Lock Builtin Source Team Recipes In Team Editor","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0037-clawkitchen-lock-builtin-source-team-recipes-in-team-editor-.md","updatedAt":"2026-02-14T14:33:51.475Z","ageHours":222.04484978834364},{"number":38,"id":"0038-clawkitchen-files-tab-too-many-missing-files-shown-for-some-","title":"Clawkitchen Files Tab Too Many Missing Files Shown For Some","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0038-clawkitchen-files-tab-too-many-missing-files-shown-for-some-.md","updatedAt":"2026-02-14T13:03:58.817Z","ageHours":223.5428103089057},{"number":39,"id":"0039-completion-report","title":"Completion Report","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0039-completion-report.md","updatedAt":"2026-02-14T12:35:11.929Z","ageHours":224.0225013547092},{"number":40,"id":"0040-clawkitchen-ui-polish-show-team-agent-display-names-identity","title":"Clawkitchen UI Polish Show Team Agent Display Names Identity","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0040-clawkitchen-ui-polish-show-team-agent-display-names-identity.md","updatedAt":"2026-02-14T15:02:41.805Z","ageHours":221.56420241319444},{"number":41,"id":"0041-clawkitchen-ui-align-team-recipe-agent-editing-home-page-beh","title":"Clawkitchen UI Align Team Recipe Agent Editing Home Page Beh","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0041-clawkitchen-ui-align-team-recipe-agent-editing-home-page-beh.md","updatedAt":"2026-02-14T18:03:27.193Z","ageHours":218.55159483235678},{"number":42,"id":"0042-clawkitchen-persist-team-provenance-parent-recipe-and-lock-i","title":"Clawkitchen Persist Team Provenance Parent Recipe And Lock I","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0042-clawkitchen-persist-team-provenance-parent-recipe-and-lock-i.md","updatedAt":"2026-02-14T20:35:41.025Z","ageHours":216.0144192017958},{"number":43,"id":"0043-root-cause-fix-scaffold-team-must-persist-team-provenance-pa","title":"Root Cause Fix Scaffold Team Must Persist Team Provenance Pa","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0043-root-cause-fix-scaffold-team-must-persist-team-provenance-pa.md","updatedAt":"2026-02-14T20:03:08.642Z","ageHours":216.55674768473307},{"number":44,"id":"0044-implement-new-scaffold-team-behavior-create-workspace-recipe","title":"Implement New Scaffold Team Behavior Create Workspace Recipe","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0044-implement-new-scaffold-team-behavior-create-workspace-recipe.md","updatedAt":"2026-02-15T02:05:28.542Z","ageHours":210.5178865833876},{"number":45,"id":"0045-clawmarket-get-started-page-add-real-screenshots-of-user-pro","title":"Clawmarket Get Started Page Add Real Screenshots Of User Pro","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0045-clawmarket-get-started-page-add-real-screenshots-of-user-pro.md","updatedAt":"2026-02-15T20:33:07.943Z","ageHours":192.056942081231},{"number":46,"id":"0046-extend-recipes-scaffold-single-agent-to-also-create-a-worksp","title":"Extend Recipes Scaffold Single Agent To Also Create A Worksp","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0046-extend-recipes-scaffold-single-agent-to-also-create-a-worksp.md","updatedAt":"2026-02-15T20:04:33.329Z","ageHours":192.53322373562284},{"number":47,"id":"0047-overnight-propose-15-20-specialty-agents-business-focused-us","title":"Overnight Propose 15 20 Specialty Agents Business Focused Us","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0047-overnight-propose-15-20-specialty-agents-business-focused-us.md","updatedAt":"2026-02-15T21:11:10.265Z","ageHours":191.42296374342178},{"number":48,"id":"0048-expand-specialty-agent-catalog-beyond-generic-business-creat","title":"Expand Specialty Agent Catalog Beyond Generic Business Creat","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0048-expand-specialty-agent-catalog-beyond-generic-business-creat.md","updatedAt":"2026-02-15T22:34:15.032Z","ageHours":190.03830651116266},{"number":49,"id":"0049-marketplace-add-login-auth-to-clawkitchen-ai-marketplace-cla","title":"Marketplace Add Login Auth To Clawkitchen Ai Marketplace Cla","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0049-marketplace-add-login-auth-to-clawkitchen-ai-marketplace-cla.md","updatedAt":"2026-02-17T22:21:54.459Z","ageHours":142.24402109076607},{"number":50,"id":"0050-marketplace-add-recipe-submissions-ugc-flow-to-clawkitchen-a","title":"Marketplace Add Recipe Submissions Ugc Flow To Clawkitchen A","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0050-marketplace-add-recipe-submissions-ugc-flow-to-clawkitchen-a.md","updatedAt":"2026-02-23T00:42:42.790Z","ageHours":19.897262508680555},{"number":51,"id":"0051-clawkitchen-add-goals-feature-scope-ui-page-route-for-goals-","title":"Clawkitchen Add Goals Feature Scope UI Page Route For Goals","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0051-clawkitchen-add-goals-feature-scope-ui-page-route-for-goals-.md","updatedAt":"2026-02-17T02:09:16.383Z","ageHours":162.45459777574328},{"number":52,"id":"0052-create-a-new-bundled-team-recipe-marketing-team-add-5-roles-","title":"Create A New Bundled Team Recipe Marketing Team Add 5 Roles","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0052-create-a-new-bundled-team-recipe-marketing-team-add-5-roles-.md","updatedAt":"2026-02-16T23:30:56.819Z","ageHours":165.0933656382921},{"number":53,"id":"0053-expand-social-marketing-team-recipe-add-roles-for-1-social-m","title":"Expand Social Marketing Team Recipe Add Roles For 1 Social M","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0053-expand-social-marketing-team-recipe-add-roles-for-1-social-m.md","updatedAt":"2026-02-16T23:36:50.412Z","ageHours":164.99514519680446},{"number":54,"id":"0054-implement-team-recipe-template-standardization-across-bundle","title":"Implement Team Recipe Template Standardization Across Bundle","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0054-implement-team-recipe-template-standardization-across-bundle.md","updatedAt":"2026-02-16T23:36:50.418Z","ageHours":164.9951435301378},{"number":55,"id":"0055-ship-reliable-lead-wake-up-after-dispatch-enable-triage-auto","title":"Ship Reliable Lead Wake Up After Dispatch Enable Triage Auto","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0055-ship-reliable-lead-wake-up-after-dispatch-enable-triage-auto.md","updatedAt":"2026-02-17T02:09:18.105Z","ageHours":162.4541194462755},{"number":56,"id":"0056-publish-or-sync-the-jiggai-recipes-extension-so-openclaw-rec","title":"Publish Or Sync The Jiggai Recipes Extension So Openclaw Rec","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0056-publish-or-sync-the-jiggai-recipes-extension-so-openclaw-rec.md","updatedAt":"2026-02-16T23:36:50.423Z","ageHours":164.99514214124892},{"number":57,"id":"0057-publish-jiggai-recipes-bump-version-and-revert-local-link","title":"Publish Jiggai Recipes Bump Version And Revert Local Link","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0057-publish-jiggai-recipes-bump-version-and-revert-local-link.md","updatedAt":"2026-02-17T10:05:22.639Z","ageHours":154.51952669318305},{"number":58,"id":"0058-clawkitchen-add-channels-section-for-channel-bindings-crud","title":"Clawkitchen Add Channels Section For Channel Bindings Crud","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0058-clawkitchen-add-channels-section-for-channel-bindings-crud.md","updatedAt":"2026-02-17T06:07:01.696Z","ageHours":158.4920109125434},{"number":63,"id":"0063-clawkitchen-clone-should-scaffold-or-copy-workspace-files","title":"Clawkitchen Clone Should Scaffold Or Copy Workspace Files","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0063-clawkitchen-clone-should-scaffold-or-copy-workspace-files.md","updatedAt":"2026-02-23T05:34:13.905Z","ageHours":15.038619379136827},{"number":64,"id":"0064-clawmarket-recipe-detail-page-defaults-ugc","title":"Clawmarket Recipe Detail Page Defaults Ugc","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0064-clawmarket-recipe-detail-page-defaults-ugc.md","updatedAt":"2026-02-23T00:43:00.621Z","ageHours":19.892309764065214},{"number":65,"id":"0065-working-ticket-deep-review-clawrecipes-pr-35-after-fixes-rol","title":"Working Ticket Deep Review Clawrecipes PR 35 After Fixes Rol","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0065-working-ticket-deep-review-clawrecipes-pr-35-after-fixes-rol.md","updatedAt":"2026-02-23T06:32:10.609Z","ageHours":14.07286874098036},{"number":66,"id":"0066-marketplace-ugc-submissions-ui-moderation-followup","title":"Marketplace Ugc Submissions UI Moderation Followup","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0066-marketplace-ugc-submissions-ui-moderation-followup.md","updatedAt":"2026-02-23T16:49:26.479Z","ageHours":3.7851270166015625},{"number":67,"id":"0067-rj-update-2026-02-18-1-mailgun-url-env-added-2-captcha-site-","title":"Rj Update 2026 02 18 1 Mailgun Url Env Added 2 Captcha Site","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0067-rj-update-2026-02-18-1-mailgun-url-env-added-2-captcha-site-.md","updatedAt":"2026-02-23T06:04:04.301Z","ageHours":14.541287561102973},{"number":77,"id":"0077-archive-assignment-stubs-on-ticket-completion","title":"Archive Assignment Stubs On Ticket Completion","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0077-archive-assignment-stubs-on-ticket-completion.md","updatedAt":"2026-02-23T00:08:45.774Z","ageHours":20.463100671454537},{"number":78,"id":"0078-assignment-archive-smoke","title":"Assignment Archive Smoke","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0078-assignment-archive-smoke.md","updatedAt":"2026-02-23T00:13:09.415Z","ageHours":20.38986704820421},{"number":79,"id":"0079-add-two-new-top-level-menu-items-in-clawkitchen-ui-clawkitch","title":"Add Two New Top Level Menu Items In Clawkitchen UI Clawkitch","owner":"lead","stage":"in-progress","file":"/home/control/.openclaw/workspace-development-team/work/in-progress/0079-add-two-new-top-level-menu-items-in-clawkitchen-ui-clawkitch.md","updatedAt":"2026-02-23T20:32:16.794Z","ageHours":0.07114826775444878},{"number":80,"id":"0080-enhance-clawmarket-recipe-detail-pages-marketplace-recipes-s","title":"Enhance Clawmarket Recipe Detail Pages Marketplace Recipes S","owner":"lead","stage":"backlog","file":"/home/control/.openclaw/workspace-development-team/work/backlog/0080-enhance-clawmarket-recipe-detail-pages-marketplace-recipes-s.md","updatedAt":"2026-02-23T19:48:28.355Z","ageHours":0.8012698964436848}]}]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
|
3
|
-
3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
|
6
|
-
0:{"buildId":"2hgbnJUmLMe9COlc5rJd3","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":"Claw Kitchen"}],["$","meta","1",{"name":"description","content":"Local-first UI for authoring ClawRecipes recipes and scaffolding agents/teams."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[49830,["/_next/static/chunks/40f7fde35327d214.js"],"AppShell"]
|
|
3
|
-
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
4
|
-
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
5
|
-
:HL["/_next/static/chunks/a4e69b85b74277a7.css","style"]
|
|
6
|
-
0:{"buildId":"2hgbnJUmLMe9COlc5rJd3","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a4e69b85b74277a7.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/40f7fde35327d214.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('ck-theme');var theme=(t==='light')?'light':'dark';document.documentElement.dataset.theme=theme;}catch(e){document.documentElement.dataset.theme='dark';}})();"}}]}],["$","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":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/a4e69b85b74277a7.css","style"]
|
|
2
|
-
:HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
|
-
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
|
-
0:{"buildId":"2hgbnJUmLMe9COlc5rJd3","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"tickets","paramType":null,"paramKey":"tickets","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[57915,["/_next/static/chunks/40f7fde35327d214.js","/_next/static/chunks/de9e30e86ef31e72.js"],"TicketsBoardClient"]
|
|
3
|
-
5:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
|
4
|
-
6:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"2hgbnJUmLMe9COlc5rJd3","rsc":["$","$1","c",{"children":[["$","$L2",null,{"tickets":[{"number":0,"id":"0000-example-ticket.testing-verified","title":"verification — 0000-example-ticket","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0000-example-ticket.testing-verified.md","updatedAt":"2026-02-11T14:04:42.617Z","ageHours":294.53064213161895},{"number":1,"id":"0001-claw-kitchen-ui-update-design-to-match-mission-control-style","title":"Claw Kitchen UI Update Design To Match Mission Control Style","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0001-claw-kitchen-ui-update-design-to-match-mission-control-style.md","updatedAt":"2026-02-12T22:03:10.186Z","ageHours":262.5563174534777},{"number":1,"id":"0001-completion-report","title":"0001 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0001-completion-report.md","updatedAt":"2026-02-10T17:32:43.000Z","ageHours":315.0638691666667},{"number":2,"id":"0002-p1-push-clawcipes-repo-tags-to-github-and-publish-latest-ver","title":"P1 Push Clawcipes Repo Tags To Github And Publish Latest Ver","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0002-p1-push-clawcipes-repo-tags-to-github-and-publish-latest-ver.md","updatedAt":"2026-02-10T17:37:50.000Z","ageHours":314.9785913888889},{"number":3,"id":"0003-completion-report","title":"— completion report (docs consistency)","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0003-completion-report.md","updatedAt":"2026-02-11T12:09:35.808Z","ageHours":296.4492001392958},{"number":3,"id":"0003-p1-docs-consistency-pass-ensure-docs-reflect-testing-stage-d","title":"P1 Docs Consistency Pass Ensure Docs Reflect Testing Stage D","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0003-p1-docs-consistency-pass-ensure-docs-reflect-testing-stage-d.md","updatedAt":"2026-02-11T12:09:21.480Z","ageHours":296.45318039272735},{"number":4,"id":"0004-completion-report","title":"0004 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0004-completion-report.md","updatedAt":"2026-02-11T00:41:13.000Z","ageHours":307.9222025},{"number":4,"id":"0004-p1-scaffold-sanity-verify-generated-team-md-and-tickets-md-m","title":"P1 Scaffold Sanity Verify Generated Team MD And Tickets MD M","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0004-p1-scaffold-sanity-verify-generated-team-md-and-tickets-md-m.md","updatedAt":"2026-02-11T01:07:17.000Z","ageHours":307.48775805555556},{"number":5,"id":"0005-p2-add-handoff-command-move-ticket-to-testing-assign-to-test","title":"P2 Add Handoff Command Move Ticket To Testing Assign To Test","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0005-p2-add-handoff-command-move-ticket-to-testing-assign-to-test.md","updatedAt":"2026-02-11T12:37:19.211Z","ageHours":295.98714428290475},{"number":6,"id":"0006-p2-add-automated-tests-for-recipes-plugin-core-behaviors-age","title":"P2 Add Automated Tests For Recipes Plugin Core Behaviors Age","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0006-p2-add-automated-tests-for-recipes-plugin-core-behaviors-age.md","updatedAt":"2026-02-11T13:09:39.453Z","ageHours":295.4481880263943},{"number":7,"id":"0007-p2-hardening-better-errors-ensure-work-testing-is-created-mi","title":"P2 Hardening Better Errors Ensure Work Testing Is Created Mi","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0007-p2-hardening-better-errors-ensure-work-testing-is-created-mi.md","updatedAt":"2026-02-11T13:41:04.958Z","ageHours":294.924436777615},{"number":8,"id":"0008-completion-report","title":"— completion report (QA checklist + verification workflow)","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0008-completion-report.md","updatedAt":"2026-02-11T14:04:00.364Z","ageHours":294.5423795585124},{"number":8,"id":"0008-p1-qa-checklist-template-for-tester-define-verification-step","title":"P1 Qa Checklist Template For Tester Define Verification Step","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0008-p1-qa-checklist-template-for-tester-define-verification-step.md","updatedAt":"2026-02-11T14:03:46.156Z","ageHours":294.5463262005615},{"number":9,"id":"0009-completion-report","title":"0009 — Completion Report (Option A: recipe-defined cron jobs)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-completion-report.md","updatedAt":"2026-02-10T20:26:16.000Z","ageHours":312.17136944444445},{"number":9,"id":"0009-implement-recipe-defined-cron-jobs-option-a-requirements-rec","title":"Implement Recipe Defined Cron Jobs Option A Requirements Rec","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-implement-recipe-defined-cron-jobs-option-a-requirements-rec.md","updatedAt":"2026-02-10T19:48:28.000Z","ageHours":312.80136944444445},{"number":9,"id":"0009-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0009-pr-body.md","updatedAt":"2026-02-10T19:10:48.000Z","ageHours":313.42914722222224},{"number":10,"id":"0010-implement-shared-context-best-practices-across-team-agents-w","title":"Implement Shared Context Best Practices Across Team Agents W","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-implement-shared-context-best-practices-across-team-agents-w.md","updatedAt":"2026-02-11T00:35:17.000Z","ageHours":308.0210916666667},{"number":10,"id":"0010-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-pr-body.md","updatedAt":"2026-02-11T01:31:44.000Z","ageHours":307.08025833333335},{"number":10,"id":"0010-testing-verified","title":"Implement Shared Context Best Practices Across Team Agents W","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0010-testing-verified.md","updatedAt":"2026-02-11T01:07:17.000Z","ageHours":307.48775861111113},{"number":11,"id":"0011-add-cron-jobs-management-to-kitchen-ui-context-we-re-adding-","title":"Add Cron Jobs Management To Kitchen UI Context We Re Adding","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-add-cron-jobs-management-to-kitchen-ui-context-we-re-adding-.md","updatedAt":"2026-02-11T02:41:27.000Z","ageHours":305.9183141666667},{"number":11,"id":"0011-completion-report","title":"#0011 — Completion Report","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-completion-report.md","updatedAt":"2026-02-11T02:41:34.000Z","ageHours":305.9163697222222},{"number":11,"id":"0011-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0011-pr-body.md","updatedAt":"2026-02-11T02:38:19.000Z","ageHours":305.9705363888889},{"number":12,"id":"0012-add-lightweight-automated-scaffold-output-regression-test-fo","title":"Add Lightweight Automated Scaffold Output Regression Test Fo","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0012-add-lightweight-automated-scaffold-output-regression-test-fo.md","updatedAt":"2026-02-11T12:06:05.022Z","ageHours":296.50775255784777},{"number":12,"id":"0012-pr-body","title":"(untitled)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0012-pr-body.md","updatedAt":"2026-02-11T12:05:26.648Z","ageHours":296.5184119365099},{"number":13,"id":"0013-add-proper-test-harness-vitest-jest-for-clawcipes-recipes-co","title":"Add Proper Test Harness Vitest Jest For Clawcipes Recipes Co","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0013-add-proper-test-harness-vitest-jest-for-clawcipes-recipes-co.md","updatedAt":"2026-02-11T14:37:41.152Z","ageHours":293.9810496670871},{"number":14,"id":"0014-completion-report","title":"0014 — Completion Report (P0)","owner":null,"stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0014-completion-report.md","updatedAt":"2026-02-11T04:05:04.000Z","ageHours":304.52470305555556},{"number":14,"id":"0014-fix-kitchen-settings-and-plugin-schema","title":"— Fix Kitchen Settings Page + Plugin Schema","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0014-fix-kitchen-settings-and-plugin-schema.md","updatedAt":"2026-02-11T04:05:14.000Z","ageHours":304.52192527777777},{"number":15,"id":"0015-add-automatic-cleanup-for-scaffold-test-workspaces-we-accumu","title":"Add Automatic Cleanup For Scaffold Test Workspaces We Accumu","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0015-add-automatic-cleanup-for-scaffold-test-workspaces-we-accumu.md","updatedAt":"2026-02-11T17:44:51.366Z","ageHours":290.8615457026503},{"number":16,"id":"0016-add-tasks-to-update-the-other-builtin-team-recipes-product-t","title":"Add Tasks To Update The Other Builtin Team Recipes Product T","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0016-add-tasks-to-update-the-other-builtin-team-recipes-product-t.md","updatedAt":"2026-02-11T18:31:30.386Z","ageHours":290.084040173272},{"number":16,"id":"0016-completion-report","title":"— completion report (breakdown + inventory)","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0016-completion-report.md","updatedAt":"2026-02-11T18:06:05.741Z","ageHours":290.50755305725096},{"number":17,"id":"0017-p2-parity-baseline-add-cronjobs-frontmatter-to-built-in-team-recipes","title":"P2 Parity Baseline Add Cronjobs Frontmatter To Built In Team Recipes","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0017-p2-parity-baseline-add-cronjobs-frontmatter-to-built-in-team-recipes.md","updatedAt":"2026-02-11T22:07:53.117Z","ageHours":286.477726277398},{"number":18,"id":"0018-p2-update-product-team-recipe-parity-status-cron-role-templates","title":"P2 Update Product Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0018-p2-update-product-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T22:31:50.629Z","ageHours":286.07841736450195},{"number":19,"id":"0019-p2-update-research-team-recipe-parity-status-cron-role-templates","title":"P2 Update Research Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0019-p2-update-research-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T22:32:53.164Z","ageHours":286.0610466364882},{"number":20,"id":"0020-p2-update-writing-team-recipe-parity-status-cron-role-templates","title":"P2 Update Writing Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0020-p2-update-writing-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T23:02:15.923Z","ageHours":285.57139135898166},{"number":21,"id":"0021-p2-update-social-team-recipe-parity-status-cron-role-templates","title":"P2 Update Social Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0021-p2-update-social-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-11T23:32:35.506Z","ageHours":285.06595167304147},{"number":22,"id":"0022-p2-update-customer-support-team-recipe-parity-status-cron-role-templates","title":"P2 Update Customer Support Team Recipe Parity Status Cron Role Templates","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0022-p2-update-customer-support-team-recipe-parity-status-cron-role-templates.md","updatedAt":"2026-02-12T00:05:15.352Z","ageHours":284.521549982978},{"number":23,"id":"0023-move-g-009-into-backlog-build-clawcipes-public-website-marke","title":"Move G 009 Into Backlog Build Clawcipes Public Website Marke","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0023-move-g-009-into-backlog-build-clawcipes-public-website-marke.md","updatedAt":"2026-02-13T03:37:22.043Z","ageHours":256.9863584544542},{"number":24,"id":"0024-clawkitchen-ui-update-layout-to-resemble-mission-control-top","title":"Clawkitchen UI Update Layout To Resemble Mission Control Top","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0024-clawkitchen-ui-update-layout-to-resemble-mission-control-top.md","updatedAt":"2026-02-12T22:37:39.721Z","ageHours":261.98144779547795},{"number":26,"id":"0026-add-openclaw-recipes-remove-team-uninstall-cleanup","title":"Add Openclaw Recipes Remove Team Uninstall Cleanup","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0026-add-openclaw-recipes-remove-team-uninstall-cleanup.md","updatedAt":"2026-02-13T03:41:13.146Z","ageHours":256.92216301038957},{"number":27,"id":"0027-build-clawcipes-marketplace-backend-registry-search-install","title":"Build Clawcipes Marketplace Backend Registry Search Install","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0027-build-clawcipes-marketplace-backend-registry-search-install.md","updatedAt":"2026-02-13T01:04:35.458Z","ageHours":259.5326320275201},{"number":28,"id":"0028-kitchen-board-move-test","title":"Kitchen Board Move Test","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0028-kitchen-board-move-test.md","updatedAt":"2026-02-13T01:34:04.270Z","ageHours":259.0412952091471},{"number":29,"id":"0029-update-documentation-ui-copy-to-replace-clawcipes-branding-w","title":"Update Documentation UI Copy To Replace Clawcipes Branding W","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0029-update-documentation-ui-copy-to-replace-clawcipes-branding-w.md","updatedAt":"2026-02-13T04:34:21.431Z","ageHours":256.0365282889133},{"number":30,"id":"0030-clawkitchen-v2-requirements-1-home-page-remove-middle-pill-m","title":"Clawkitchen V2 Requirements 1 Home Page Remove Middle Pill M","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0030-clawkitchen-v2-requirements-1-home-page-remove-middle-pill-m.md","updatedAt":"2026-02-14T04:38:30.630Z","ageHours":231.96730652377659},{"number":31,"id":"0031-release-push-ship-remove-team-clawrecipes-rebrand-steps-merg","title":"Release Push Ship Remove Team Clawrecipes Rebrand Steps Merg","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0031-release-push-ship-remove-team-clawrecipes-rebrand-steps-merg.md","updatedAt":"2026-02-13T12:39:32.240Z","ageHours":247.95019252061633},{"number":32,"id":"0032-fix-recipes-clawrecipes-plugin-to-avoid-openclaw-dangerous-c","title":"Fix Recipes Clawrecipes Plugin To Avoid Openclaw Dangerous C","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0032-fix-recipes-clawrecipes-plugin-to-avoid-openclaw-dangerous-c.md","updatedAt":"2026-02-13T19:34:27.517Z","ageHours":241.03483789008246},{"number":33,"id":"0033-publish-no-warning-package-name-jiggai-recipes-for-clawrecip","title":"Publish No Warning Package Name Jiggai Recipes For Clawrecip","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0033-publish-no-warning-package-name-jiggai-recipes-for-clawrecip.md","updatedAt":"2026-02-14T04:43:41.501Z","ageHours":231.88095341247558},{"number":34,"id":"0034-fix-openclaw-install-warning-plugin-recipes-has-suspicious-c","title":"Fix Openclaw Install Warning Plugin Recipes Has Suspicious C","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0034-fix-openclaw-install-warning-plugin-recipes-has-suspicious-c.md","updatedAt":"2026-02-14T04:49:43.975Z","ageHours":231.7802662173123},{"number":35,"id":"0035-finish-g-008-clawrecipes-close-remaining-gaps-ensure-missing","title":"Finish G 008 Clawrecipes Close Remaining Gaps Ensure Missing","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0035-finish-g-008-clawrecipes-close-remaining-gaps-ensure-missing.md","updatedAt":"2026-02-14T04:05:56.098Z","ageHours":232.51023229051378},{"number":36,"id":"0036-clawkitchen-team-editor-save-semantics-bugs-clarify-and-fix-","title":"Clawkitchen Team Editor Save Semantics Bugs Clarify And Fix","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0036-clawkitchen-team-editor-save-semantics-bugs-clarify-and-fix-.md","updatedAt":"2026-02-14T12:08:12.549Z","ageHours":224.4723291111925},{"number":37,"id":"0037-clawkitchen-lock-builtin-source-team-recipes-in-team-editor-","title":"Clawkitchen Lock Builtin Source Team Recipes In Team Editor","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0037-clawkitchen-lock-builtin-source-team-recipes-in-team-editor-.md","updatedAt":"2026-02-14T14:33:51.475Z","ageHours":222.04484978834364},{"number":38,"id":"0038-clawkitchen-files-tab-too-many-missing-files-shown-for-some-","title":"Clawkitchen Files Tab Too Many Missing Files Shown For Some","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0038-clawkitchen-files-tab-too-many-missing-files-shown-for-some-.md","updatedAt":"2026-02-14T13:03:58.817Z","ageHours":223.5428103089057},{"number":39,"id":"0039-completion-report","title":"Completion Report","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0039-completion-report.md","updatedAt":"2026-02-14T12:35:11.929Z","ageHours":224.0225013547092},{"number":40,"id":"0040-clawkitchen-ui-polish-show-team-agent-display-names-identity","title":"Clawkitchen UI Polish Show Team Agent Display Names Identity","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0040-clawkitchen-ui-polish-show-team-agent-display-names-identity.md","updatedAt":"2026-02-14T15:02:41.805Z","ageHours":221.56420241319444},{"number":41,"id":"0041-clawkitchen-ui-align-team-recipe-agent-editing-home-page-beh","title":"Clawkitchen UI Align Team Recipe Agent Editing Home Page Beh","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0041-clawkitchen-ui-align-team-recipe-agent-editing-home-page-beh.md","updatedAt":"2026-02-14T18:03:27.193Z","ageHours":218.55159483235678},{"number":42,"id":"0042-clawkitchen-persist-team-provenance-parent-recipe-and-lock-i","title":"Clawkitchen Persist Team Provenance Parent Recipe And Lock I","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0042-clawkitchen-persist-team-provenance-parent-recipe-and-lock-i.md","updatedAt":"2026-02-14T20:35:41.025Z","ageHours":216.0144192017958},{"number":43,"id":"0043-root-cause-fix-scaffold-team-must-persist-team-provenance-pa","title":"Root Cause Fix Scaffold Team Must Persist Team Provenance Pa","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0043-root-cause-fix-scaffold-team-must-persist-team-provenance-pa.md","updatedAt":"2026-02-14T20:03:08.642Z","ageHours":216.55674768473307},{"number":44,"id":"0044-implement-new-scaffold-team-behavior-create-workspace-recipe","title":"Implement New Scaffold Team Behavior Create Workspace Recipe","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0044-implement-new-scaffold-team-behavior-create-workspace-recipe.md","updatedAt":"2026-02-15T02:05:28.542Z","ageHours":210.5178865833876},{"number":45,"id":"0045-clawmarket-get-started-page-add-real-screenshots-of-user-pro","title":"Clawmarket Get Started Page Add Real Screenshots Of User Pro","owner":"devops","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0045-clawmarket-get-started-page-add-real-screenshots-of-user-pro.md","updatedAt":"2026-02-15T20:33:07.943Z","ageHours":192.056942081231},{"number":46,"id":"0046-extend-recipes-scaffold-single-agent-to-also-create-a-worksp","title":"Extend Recipes Scaffold Single Agent To Also Create A Worksp","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0046-extend-recipes-scaffold-single-agent-to-also-create-a-worksp.md","updatedAt":"2026-02-15T20:04:33.329Z","ageHours":192.53322373562284},{"number":47,"id":"0047-overnight-propose-15-20-specialty-agents-business-focused-us","title":"Overnight Propose 15 20 Specialty Agents Business Focused Us","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0047-overnight-propose-15-20-specialty-agents-business-focused-us.md","updatedAt":"2026-02-15T21:11:10.265Z","ageHours":191.42296374342178},{"number":48,"id":"0048-expand-specialty-agent-catalog-beyond-generic-business-creat","title":"Expand Specialty Agent Catalog Beyond Generic Business Creat","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0048-expand-specialty-agent-catalog-beyond-generic-business-creat.md","updatedAt":"2026-02-15T22:34:15.032Z","ageHours":190.03830651116266},{"number":49,"id":"0049-marketplace-add-login-auth-to-clawkitchen-ai-marketplace-cla","title":"Marketplace Add Login Auth To Clawkitchen Ai Marketplace Cla","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0049-marketplace-add-login-auth-to-clawkitchen-ai-marketplace-cla.md","updatedAt":"2026-02-17T22:21:54.459Z","ageHours":142.24402109076607},{"number":50,"id":"0050-marketplace-add-recipe-submissions-ugc-flow-to-clawkitchen-a","title":"Marketplace Add Recipe Submissions Ugc Flow To Clawkitchen A","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0050-marketplace-add-recipe-submissions-ugc-flow-to-clawkitchen-a.md","updatedAt":"2026-02-23T00:42:42.790Z","ageHours":19.897262508680555},{"number":51,"id":"0051-clawkitchen-add-goals-feature-scope-ui-page-route-for-goals-","title":"Clawkitchen Add Goals Feature Scope UI Page Route For Goals","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0051-clawkitchen-add-goals-feature-scope-ui-page-route-for-goals-.md","updatedAt":"2026-02-17T02:09:16.383Z","ageHours":162.45459777574328},{"number":52,"id":"0052-create-a-new-bundled-team-recipe-marketing-team-add-5-roles-","title":"Create A New Bundled Team Recipe Marketing Team Add 5 Roles","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0052-create-a-new-bundled-team-recipe-marketing-team-add-5-roles-.md","updatedAt":"2026-02-16T23:30:56.819Z","ageHours":165.0933656382921},{"number":53,"id":"0053-expand-social-marketing-team-recipe-add-roles-for-1-social-m","title":"Expand Social Marketing Team Recipe Add Roles For 1 Social M","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0053-expand-social-marketing-team-recipe-add-roles-for-1-social-m.md","updatedAt":"2026-02-16T23:36:50.412Z","ageHours":164.99514519680446},{"number":54,"id":"0054-implement-team-recipe-template-standardization-across-bundle","title":"Implement Team Recipe Template Standardization Across Bundle","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0054-implement-team-recipe-template-standardization-across-bundle.md","updatedAt":"2026-02-16T23:36:50.418Z","ageHours":164.9951435301378},{"number":55,"id":"0055-ship-reliable-lead-wake-up-after-dispatch-enable-triage-auto","title":"Ship Reliable Lead Wake Up After Dispatch Enable Triage Auto","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0055-ship-reliable-lead-wake-up-after-dispatch-enable-triage-auto.md","updatedAt":"2026-02-17T02:09:18.105Z","ageHours":162.4541194462755},{"number":56,"id":"0056-publish-or-sync-the-jiggai-recipes-extension-so-openclaw-rec","title":"Publish Or Sync The Jiggai Recipes Extension So Openclaw Rec","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0056-publish-or-sync-the-jiggai-recipes-extension-so-openclaw-rec.md","updatedAt":"2026-02-16T23:36:50.423Z","ageHours":164.99514214124892},{"number":57,"id":"0057-publish-jiggai-recipes-bump-version-and-revert-local-link","title":"Publish Jiggai Recipes Bump Version And Revert Local Link","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0057-publish-jiggai-recipes-bump-version-and-revert-local-link.md","updatedAt":"2026-02-17T10:05:22.639Z","ageHours":154.51952669318305},{"number":58,"id":"0058-clawkitchen-add-channels-section-for-channel-bindings-crud","title":"Clawkitchen Add Channels Section For Channel Bindings Crud","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0058-clawkitchen-add-channels-section-for-channel-bindings-crud.md","updatedAt":"2026-02-17T06:07:01.696Z","ageHours":158.4920109125434},{"number":63,"id":"0063-clawkitchen-clone-should-scaffold-or-copy-workspace-files","title":"Clawkitchen Clone Should Scaffold Or Copy Workspace Files","owner":"test","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0063-clawkitchen-clone-should-scaffold-or-copy-workspace-files.md","updatedAt":"2026-02-23T05:34:13.905Z","ageHours":15.038619379136827},{"number":64,"id":"0064-clawmarket-recipe-detail-page-defaults-ugc","title":"Clawmarket Recipe Detail Page Defaults Ugc","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0064-clawmarket-recipe-detail-page-defaults-ugc.md","updatedAt":"2026-02-23T00:43:00.621Z","ageHours":19.892309764065214},{"number":65,"id":"0065-working-ticket-deep-review-clawrecipes-pr-35-after-fixes-rol","title":"Working Ticket Deep Review Clawrecipes PR 35 After Fixes Rol","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0065-working-ticket-deep-review-clawrecipes-pr-35-after-fixes-rol.md","updatedAt":"2026-02-23T06:32:10.609Z","ageHours":14.07286874098036},{"number":66,"id":"0066-marketplace-ugc-submissions-ui-moderation-followup","title":"Marketplace Ugc Submissions UI Moderation Followup","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0066-marketplace-ugc-submissions-ui-moderation-followup.md","updatedAt":"2026-02-23T16:49:26.479Z","ageHours":3.7851270166015625},{"number":67,"id":"0067-rj-update-2026-02-18-1-mailgun-url-env-added-2-captcha-site-","title":"Rj Update 2026 02 18 1 Mailgun Url Env Added 2 Captcha Site","owner":"lead","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0067-rj-update-2026-02-18-1-mailgun-url-env-added-2-captcha-site-.md","updatedAt":"2026-02-23T06:04:04.301Z","ageHours":14.541287561102973},{"number":77,"id":"0077-archive-assignment-stubs-on-ticket-completion","title":"Archive Assignment Stubs On Ticket Completion","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0077-archive-assignment-stubs-on-ticket-completion.md","updatedAt":"2026-02-23T00:08:45.774Z","ageHours":20.463100671454537},{"number":78,"id":"0078-assignment-archive-smoke","title":"Assignment Archive Smoke","owner":"dev","stage":"done","file":"/home/control/.openclaw/workspace-development-team/work/done/0078-assignment-archive-smoke.md","updatedAt":"2026-02-23T00:13:09.415Z","ageHours":20.38986704820421},{"number":79,"id":"0079-add-two-new-top-level-menu-items-in-clawkitchen-ui-clawkitch","title":"Add Two New Top Level Menu Items In Clawkitchen UI Clawkitch","owner":"lead","stage":"in-progress","file":"/home/control/.openclaw/workspace-development-team/work/in-progress/0079-add-two-new-top-level-menu-items-in-clawkitchen-ui-clawkitch.md","updatedAt":"2026-02-23T20:32:16.794Z","ageHours":0.07114826775444878},{"number":80,"id":"0080-enhance-clawmarket-recipe-detail-pages-marketplace-recipes-s","title":"Enhance Clawmarket Recipe Detail Pages Marketplace Recipes S","owner":"lead","stage":"backlog","file":"/home/control/.openclaw/workspace-development-team/work/backlog/0080-enhance-clawmarket-recipe-detail-pages-marketplace-recipes-s.md","updatedAt":"2026-02-23T19:48:28.355Z","ageHours":0.8012698964436848}]}],["$L3"],"$L4"]}],"loading":null,"isPartial":false}
|
|
6
|
-
3:["$","script","script-0",{"src":"/_next/static/chunks/de9e30e86ef31e72.js","async":true}]
|
|
7
|
-
4:["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]
|
|
8
|
-
7:null
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
3
|
-
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
|
4
|
-
0:{"buildId":"2hgbnJUmLMe9COlc5rJd3","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},69726,a=>{a.n(a.i(66114))},45518,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return f}});let d=a.r(7997),e=a.r(72421);function f(){return(0,d.jsx)(e.HTTPAccessErrorFallback,{status:401,message:"You're not authorized to access this page."})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__15600e29._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},70328,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/cron-jobs/cron-jobs-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/cron-jobs/cron-jobs-client.tsx <module evaluation>","default")},75740,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/cron-jobs/cron-jobs-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/cron-jobs/cron-jobs-client.tsx","default")},11625,a=>{"use strict";a.i(70328);var b=a.i(75740);a.n(b)},47868,a=>{"use strict";var b=a.i(7997),c=a.i(11625),d=a.i(95936);function e(){return(0,b.jsxs)("div",{className:"ck-glass mx-auto max-w-5xl p-6 sm:p-8",children:[(0,b.jsxs)("div",{className:"flex items-baseline justify-between gap-4",children:[(0,b.jsx)("h1",{className:"text-2xl font-semibold tracking-tight",children:"Cron Jobs (recipe-installed)"}),(0,b.jsxs)("div",{className:"flex gap-3",children:[(0,b.jsx)(d.default,{href:"/settings",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"Settings"}),(0,b.jsx)(d.default,{href:"/",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"Home"})]})]}),(0,b.jsxs)("p",{className:"mt-2 text-sm text-[color:var(--ck-text-secondary)]",children:["This page only shows cron jobs installed by recipes (based on the scaffold mapping file",(0,b.jsx)("code",{className:"ml-1",children:"notes/cron-jobs.json"})," in the team workspace)."]}),(0,b.jsx)("div",{className:"mt-6",children:(0,b.jsx)(c.default,{})})]})}a.s(["default",()=>e])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__247198dc._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},76431,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/[id]/goal-editor.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/[id]/goal-editor.tsx <module evaluation>","default")},4044,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/[id]/goal-editor.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/[id]/goal-editor.tsx","default")},60834,a=>{"use strict";a.i(76431);var b=a.i(4044);a.n(b)},61945,a=>{"use strict";var b=a.i(7997),c=a.i(60834);async function d({params:a}){let{id:d}=await a;return(0,b.jsx)(c.default,{goalId:d})}a.s(["default",()=>d])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__2a6f1e3e._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},49432,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/settings/settings-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/settings/settings-client.tsx <module evaluation>","default")},19618,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/settings/settings-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/settings/settings-client.tsx","default")},1955,a=>{"use strict";a.i(49432);var b=a.i(19618);a.n(b)},95411,a=>{"use strict";var b=a.i(7997),c=a.i(1955);function d(){return(0,b.jsxs)("div",{className:"ck-glass mx-auto max-w-3xl p-6 sm:p-8",children:[(0,b.jsx)("h1",{className:"text-2xl font-semibold tracking-tight",children:"Settings"}),(0,b.jsx)("p",{className:"mt-2 text-sm text-[color:var(--ck-text-secondary)]",children:"Configuration that affects scaffold behavior and automation."}),(0,b.jsxs)("div",{className:"mt-8",children:[(0,b.jsx)("h2",{className:"text-lg font-semibold tracking-tight",children:"Cron installation"}),(0,b.jsxs)("p",{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.",(0,b.jsx)("span",{className:"mt-2 block text-[color:var(--ck-text-tertiary)]",children:"Safety note: jobs can send messages / run automatically. Default should remain conservative."})]}),(0,b.jsx)("div",{className:"mt-4",children:(0,b.jsx)(c.default,{})})]})]})}a.s(["default",()=>d])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__346f79e5._.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/app/settings/settings-client.tsx/__nextjs-internal-proxy.mjs","../../../../src/app/settings/page.tsx"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport default registerClientReference(\n function() { throw new Error(\"Attempted to call the default export of [project]/src/app/settings/settings-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/src/app/settings/settings-client.tsx\",\n \"default\",\n);\n","import SettingsClient from \"./settings-client\";\n\nexport default function SettingsPage() {\n return (\n <div className=\"ck-glass mx-auto max-w-3xl p-6 sm:p-8\">\n <h1 className=\"text-2xl font-semibold tracking-tight\">Settings</h1>\n <p className=\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\">\n Configuration that affects scaffold behavior and automation.\n </p>\n\n <div className=\"mt-8\">\n <h2 className=\"text-lg font-semibold tracking-tight\">Cron installation</h2>\n <p className=\"mt-2 text-sm text-[color:var(--ck-text-secondary)]\">\n Recipes can declare cron jobs. This controls whether Kitchen installs/reconciles them during scaffold.\n <span className=\"mt-2 block text-[color:var(--ck-text-tertiary)]\">\n Safety note: jobs can send messages / run automatically. Default should remain conservative.\n </span>\n </p>\n\n <div className=\"mt-4\">\n <SettingsClient />\n </div>\n </div>\n </div>\n );\n}\n"],"names":[],"mappings":"kWAEe,CAAA,EAAA,AADf,EAAA,CAAA,CAAA,OACe,uBAAA,AAAuB,EAClC,WAAa,MAAM,AAAI,MAAM,sSAAwS,EACrU,qEACA,gEAHW,CAAA,EADf,AACe,EADf,CAAA,CAAA,OACe,uBAAuB,AAAvB,EACX,WAAa,MAAM,AAAI,MAAM,kRAAoR,EACjT,iDACA,6GCLJ,EAAA,EAAA,CAAA,CAAA,MAEe,SAAS,IACtB,MACE,CAAA,EAAA,EAAA,IAAA,EAAC,MAAA,CAAI,UAAU,kDACb,CAAA,EAAA,EAAA,GAAA,EAAC,KAAA,CAAG,UAAU,iDAAwC,aACtD,CAAA,EAAA,EAAA,GAAA,EAAC,IAAA,CAAE,UAAU,8DAAqD,iEAIlE,CAAA,EAAA,EAAA,IAAA,EAAC,MAAA,CAAI,UAAU,iBACb,CAAA,EAAA,EAAA,GAAA,EAAC,KAAA,CAAG,UAAU,gDAAuC,sBACrD,CAAA,EAAA,EAAA,IAAA,EAAC,IAAA,CAAE,UAAU,+DAAqD,yGAEhE,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CAAK,UAAU,2DAAkD,oGAKpE,CAAA,EAAA,EAAA,GAAA,EAAC,MAAA,CAAI,UAAU,gBACb,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,OAAc,CAAA,CAAA,UAKzB","ignoreList":[0]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},79374,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/goals-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/goals-client.tsx <module evaluation>","default")},82583,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/goals-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/goals-client.tsx","default")},83318,a=>{"use strict";a.i(79374);var b=a.i(82583);a.n(b)},84032,a=>{"use strict";var b=a.i(7997),c=a.i(717),d=a.i(83318);function e(){return(0,b.jsx)(c.Suspense,{fallback:(0,b.jsx)("div",{className:"ck-glass p-6 text-sm text-[color:var(--ck-text-secondary)]",children:"Loading goals…"}),children:(0,b.jsx)(d.default,{})})}a.s(["default",()=>e])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__3575e6da._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},50460,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/agents/[agentId]/agent-editor.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/agents/[agentId]/agent-editor.tsx <module evaluation>","default")},72125,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/agents/[agentId]/agent-editor.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/agents/[agentId]/agent-editor.tsx","default")},10135,a=>{"use strict";a.i(50460);var b=a.i(72125);a.n(b)},85252,a=>{"use strict";var b=a.i(7997),c=a.i(95936),d=a.i(10135);async function e({params:a,searchParams:e}){let{agentId:f}=await a,g=(await e??{}).returnTo,h=Array.isArray(g)?g[0]:g,i="string"==typeof h&&h.trim()?h:"/";return(0,b.jsxs)("main",{className:"min-h-screen p-8",children:[(0,b.jsxs)("div",{className:"mx-auto mb-4 flex max-w-6xl items-center justify-between gap-4",children:[(0,b.jsx)(c.default,{href:i,className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"← Back"}),(0,b.jsxs)("div",{className:"text-xs text-[color:var(--ck-text-tertiary)]",children:["Agent: ",f]})]}),(0,b.jsx)(d.default,{agentId:f,returnTo:"string"==typeof h?h:void 0})]})}a.s(["default",()=>e])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__3ad3e5b1._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},72131,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].React},9270,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.AppRouterContext},38783,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactServerDOMTurbopackClient},36313,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.HooksClientContext},18341,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.ServerInsertedHtml},35112,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactDOM}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__3bc7ad0a._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},61222,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/recipes/recipes-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/recipes/recipes-client.tsx <module evaluation>","default")},56745,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/recipes/recipes-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/recipes/recipes-client.tsx","default")},32342,a=>{"use strict";a.i(61222);var b=a.i(56745);a.n(b)},27449,a=>{"use strict";var b=a.i(7997),c=a.i(95936),d=a.i(18558),e=a.i(83643),f=a.i(32342);async function g(){let a=await (0,e.runOpenClaw)(["recipes","list"]);if(!a.ok)return{recipes:[],error:a.stderr.trim()||`openclaw recipes list failed (exit=${a.exitCode})`};try{return{recipes:JSON.parse(a.stdout),error:null}}catch{return{recipes:[],error:"Failed to parse openclaw recipes list output"}}}async function h(){let a=await (0,e.runOpenClaw)(["agents","list","--json"]);if(!a.ok)return{agentIds:[],error:a.stderr.trim()||`openclaw agents list failed (exit=${a.exitCode})`};try{let b=JSON.parse(a.stdout);return{agentIds:Array.isArray(b)?b.map(a=>String(a.id??"")).filter(Boolean):[],error:null}}catch{return{agentIds:[],error:"Failed to parse openclaw agents list output"}}}async function i(){(0,d.unstable_noStore)();let[{recipes:a,error:e},{agentIds:i}]=await Promise.all([g(),h()]),j=a.filter(a=>"builtin"===a.source),k=a.filter(a=>"workspace"===a.source),l=k.filter(a=>"team"===a.kind),m=k.filter(a=>"agent"===a.kind);return(0,b.jsxs)("div",{className:"ck-glass mx-auto max-w-4xl p-6 sm:p-8",children:[(0,b.jsxs)("div",{className:"flex items-baseline justify-between gap-4",children:[(0,b.jsx)("h1",{className:"text-2xl font-semibold tracking-tight",children:"Recipes"}),(0,b.jsx)(c.default,{href:"/",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"Home"})]}),e?(0,b.jsxs)("div",{className:"mt-6 rounded-[var(--ck-radius-sm)] border border-[color:var(--ck-border-subtle)] bg-[color:var(--ck-bg-glass)] p-4 text-sm text-[color:var(--ck-text-secondary)]",children:[(0,b.jsx)("div",{className:"font-medium text-[color:var(--ck-text-primary)]",children:"Recipes unavailable"}),(0,b.jsx)("div",{className:"mt-1 whitespace-pre-wrap",children:e}),(0,b.jsxs)("div",{className:"mt-3 text-xs text-[color:var(--ck-text-tertiary)]",children:["If this says \"unknown command 'recipes'\", the Recipes plugin is likely disabled/not allowlisted. Try: ",(0,b.jsx)("code",{className:"ml-1",children:"openclaw plugins enable recipes"})," then restart the gateway."]})]}):null,(0,b.jsx)(f.default,{builtin:j,customTeamRecipes:l,customAgentRecipes:m,installedAgentIds:i}),(0,b.jsx)("p",{className:"mt-10 text-xs text-[color:var(--ck-text-tertiary)]",children:"Note: editing builtin recipes will modify the recipes plugin install path on this machine."})]})}a.s(["default",()=>i,"dynamic",0,"force-dynamic","revalidate",0,0])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__4393e897._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},7188,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/new/page.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/new/page.tsx <module evaluation>","default")},29460,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/goals/new/page.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/goals/new/page.tsx","default")},84268,a=>{"use strict";a.i(7188);var b=a.i(29460);a.n(b)}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__46e08d44._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},12714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},37941,a=>{"use strict";var b=a.i(12714),c=a.i(50227);function d(a){return c.default.join("/home/control/.openclaw/workspace-development-team",{backlog:"work/backlog","in-progress":"work/in-progress",testing:"work/testing",done:"work/done"}[a])}async function e(){let a=[];for(let e of["backlog","in-progress","testing","done"]){let f=[];try{f=await b.default.readdir(d(e))}catch{f=[]}for(let g of f){if(!g.endsWith(".md"))continue;let f=function(a){let b=a.match(/^(\d{4})-/);return b?Number(b[1]):null}(g);if(null==f)continue;let h=c.default.join(d(e),g),[i,j]=await Promise.all([b.default.readFile(h,"utf8"),b.default.stat(h)]),k=function(a){let b=a.match(/^#\s+(.+)$/m)?.[1]?.trim()??"",c=b.match(/^\S+\s+(.+)$/);if(c?.[1]?.trim())return c[1].trim();let d=b.replace(/^\d{4}-/,"").replace(/[-_]+/g," ").replace(/\s+/g," ").trim(),e=d?d.split(" ").filter(Boolean).map(a=>/^(v\d+(?:\.\d+)*|api|cli|ui|ux|gpu|cpu|npm|pr|ci|cd|json|yaml|md)$/i.test(a)?a.toUpperCase():/^\d+(?:\.\d+)*$/.test(a)?a:a.slice(0,1).toUpperCase()+a.slice(1)).join(" "):"";return e||b||"(untitled)"}(i),l=function(a,b){let c=RegExp(`^${b}:s*(.*)$`,"mi"),d=a.match(c);return d?.[1]?.trim()||null}(i,"Owner"),m=j.mtime.toISOString(),n=(Date.now()-j.mtimeMs)/36e5;a.push({number:f,id:g.replace(/\.md$/,""),title:k,owner:l,stage:e,file:h,updatedAt:m,ageHours:n})}}return a.sort((a,b)=>a.number-b.number),a}async function f(a){let c=await e(),d=a.trim(),f=d.match(/^\d+$/)?c.find(a=>a.number===Number(d)):null,g=c.find(a=>a.id===d)??f;return g?{id:g.id,file:g.file,markdown:await b.default.readFile(g.file,"utf8")}:null}a.s(["getTicketMarkdown",()=>f,"listTickets",()=>e])},55468,a=>{"use strict";a.s(["TicketsBoardClient",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call TicketsBoardClient() from the server but TicketsBoardClient is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/tickets/TicketsBoardClient.tsx <module evaluation>","TicketsBoardClient")},46566,a=>{"use strict";a.s(["TicketsBoardClient",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call TicketsBoardClient() from the server but TicketsBoardClient is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/tickets/TicketsBoardClient.tsx","TicketsBoardClient")},26306,a=>{"use strict";a.i(55468);var b=a.i(46566);a.n(b)},97041,a=>{"use strict";var b=a.i(7997),c=a.i(37941),d=a.i(26306);async function e(){let a=await (0,c.listTickets)();return(0,b.jsx)(d.TicketsBoardClient,{tickets:a})}a.s(["default",()=>e])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__507d2fc9._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},15464,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/teams/[teamId]/team-editor.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/teams/[teamId]/team-editor.tsx <module evaluation>","default")},26270,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/teams/[teamId]/team-editor.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/teams/[teamId]/team-editor.tsx","default")},6536,a=>{"use strict";a.i(15464);var b=a.i(26270);a.n(b)},33201,a=>{"use strict";var b=a.i(7997),c=a.i(95936),d=a.i(18558),e=a.i(83643),f=a.i(6536);async function g(a){let b=await (0,e.runOpenClaw)(["recipes","list"]);if(!b.ok)return null;try{let c=JSON.parse(b.stdout).find(b=>"team"===b.kind&&b.id===a);return c?.name??null}catch{return null}}async function h({params:a}){(0,d.unstable_noStore)();let{teamId:e}=await a,h=await g(e);return(0,b.jsxs)("main",{className:"min-h-screen p-8",children:[(0,b.jsxs)("div",{className:"mx-auto mb-4 flex max-w-6xl items-start justify-between gap-4",children:[(0,b.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,b.jsx)(c.default,{href:"/",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"← Home"}),(0,b.jsx)(c.default,{href:"/recipes",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"← Recipes"})]}),(0,b.jsxs)("div",{className:"text-right",children:[(0,b.jsx)("div",{className:"text-sm font-medium text-[color:var(--ck-text-primary)]",children:h||e}),(0,b.jsx)("div",{className:"text-xs text-[color:var(--ck-text-tertiary)]",children:e})]})]}),(0,b.jsx)("div",{className:"mx-auto mb-4 flex max-w-6xl items-center justify-end",children:(0,b.jsx)(c.default,{href:`/goals?team=${encodeURIComponent(e)}`,className:"text-sm font-medium text-[color:var(--ck-text-secondary)] hover:underline",children:"View goals for this team →"})}),(0,b.jsx)(f.default,{teamId:e})]})}a.s(["default",()=>h,"dynamic",0,"force-dynamic","revalidate",0,0])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__82ce3aee._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},83945,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/recipes/[id]/RecipeEditor.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/recipes/[id]/RecipeEditor.tsx <module evaluation>","default")},39054,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/recipes/[id]/RecipeEditor.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/recipes/[id]/RecipeEditor.tsx","default")},63164,a=>{"use strict";a.i(83945);var b=a.i(39054);a.n(b)},79604,a=>{"use strict";var b=a.i(7997),c=a.i(95936),d=a.i(18558),e=a.i(83643),f=a.i(63164);async function g(a){let b=await (0,e.runOpenClaw)(["recipes","list"]);if(!b.ok)return null;try{let c=JSON.parse(b.stdout);return c.find(b=>b.id===a)?.kind??null}catch{return null}}async function h({params:a}){(0,d.unstable_noStore)();let{id:e}=await a;return await g(e),(0,b.jsxs)("main",{className:"min-h-screen p-8",children:[(0,b.jsx)("div",{className:"mx-auto mb-4 max-w-6xl",children:(0,b.jsx)(c.default,{href:"/recipes",className:"text-sm font-medium text-[color:var(--ck-text-secondary)] transition-colors hover:text-[color:var(--ck-text-primary)]",children:"← Back to recipes"})}),(0,b.jsx)(f.default,{recipeId:e})]})}a.s(["default",()=>h,"dynamic",0,"force-dynamic","revalidate",0,0])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__8d24c9c3._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},51234,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"HandleISRError",{enumerable:!0,get:function(){return e}});let d=a.r(56704).workAsyncStorage;function e({error:a}){if(d){let b=d.getStore();if(b?.isStaticGeneration)throw a&&console.error(a),a}return null}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},40622,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return h}});let d=a.r(87924),e=a.r(51234),f={fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},g={fontSize:"14px",fontWeight:400,lineHeight:"28px",margin:"0 8px"},h=function({error:a}){let b=a?.digest;return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsx)("head",{}),(0,d.jsxs)("body",{children:[(0,d.jsx)(e.HandleISRError,{error:a}),(0,d.jsx)("div",{style:f,children:(0,d.jsxs)("div",{children:[(0,d.jsxs)("h2",{style:g,children:["Application error: a ",b?"server":"client","-side exception has occurred while loading ",window.location.hostname," (see the"," ",b?"server logs":"browser console"," for more information)."]}),b?(0,d.jsx)("p",{style:g,children:`Digest: ${b}`}):null]})})]})]})};("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__a457c799._.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.ts","../../../../node_modules/next/src/client/components/handle-isr-error.tsx","../../../../node_modules/next/src/client/components/builtin/global-error.tsx"],"sourcesContent":["if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactJsxRuntime\n","const workAsyncStorage =\n typeof window === 'undefined'\n ? (\n require('../../server/app-render/work-async-storage.external') as typeof import('../../server/app-render/work-async-storage.external')\n ).workAsyncStorage\n : undefined\n\n// if we are revalidating we want to re-throw the error so the\n// function crashes so we can maintain our previous cache\n// instead of caching the error page\nexport function HandleISRError({ error }: { error: any }) {\n if (workAsyncStorage) {\n const store = workAsyncStorage.getStore()\n if (store?.isStaticGeneration) {\n if (error) {\n console.error(error)\n }\n throw error\n }\n }\n\n return null\n}\n","'use client'\n\nimport { HandleISRError } from '../handle-isr-error'\n\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily:\n 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: '100vh',\n textAlign: 'center',\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n },\n text: {\n fontSize: '14px',\n fontWeight: 400,\n lineHeight: '28px',\n margin: '0 8px',\n },\n} as const\n\nexport type GlobalErrorComponent = React.ComponentType<{\n error: any\n}>\nfunction DefaultGlobalError({ error }: { error: any }) {\n const digest: string | undefined = error?.digest\n return (\n <html id=\"__next_error__\">\n <head></head>\n <body>\n <HandleISRError error={error} />\n <div style={styles.error}>\n <div>\n <h2 style={styles.text}>\n Application error: a {digest ? 'server' : 'client'}-side exception\n has occurred while loading {window.location.hostname} (see the{' '}\n {digest ? 'server logs' : 'browser console'} for more\n information).\n </h2>\n {digest ? <p style={styles.text}>{`Digest: ${digest}`}</p> : null}\n </div>\n </div>\n </body>\n </html>\n )\n}\n\n// Exported so that the import signature in the loaders can be identical to user\n// supplied custom global error signatures.\nexport default DefaultGlobalError\n"],"names":["process","env","NEXT_RUNTIME","module","exports","require","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","vendored","ReactJsxRuntime","HandleISRError","workAsyncStorage","window","undefined","error","store","getStore","isStaticGeneration","console","styles","fontFamily","height","textAlign","display","flexDirection","alignItems","justifyContent","text","fontSize","fontWeight","lineHeight","margin","DefaultGlobalError","digest","html","id","head","body","div","style","h2","location","hostname","p"],"mappings":"iYA0BQG,EAAOC,OAAO,CAAGC,EAAQ,CAAA,CAAA,IAAA,iCC1BjCF,EAAOC,OAAO,CACZC,EAAQ,CAAA,CAAA,IAAA,GACRI,QAAQ,CAAC,YAAY,CAAEC,eAAe,wGCQxBC,iBAAAA,qCAAAA,KAVhB,IAAMC,EAGEP,EAAQ,CAAA,CAAA,IAAA,GACRO,MAHN,OAAOC,GAGe,CAMjB,EALDC,KAJc,EASJH,EAAe,OAAEI,CAAK,CAAkB,EACtD,GAAIH,EAAkB,CACpB,IAAMI,EAAQJ,EAAiBK,QAAQ,GACvC,GAAID,GAAOE,mBAIT,CAJ6B,KACzBH,GACFI,IADS,IACDJ,KAAK,CAACA,GAEVA,CAEV,CAEA,OAAO,IACT,+TC8BA,OADA,AADA,GAEA,qCAAA,GAD2C,uBAjDZ,CAAA,CAAA,IAAA,KAGtB,CAELM,EA2C4E,SA1C1E,8FACFC,OAAQ,QACRC,UAAW,SACXC,QAAS,OACTC,cAAe,SACfC,WAAY,SACZC,eAAgB,QAClB,IACM,CACJE,SAAU,OACVC,WAAY,IACZC,WAAY,OACZC,OAAQ,OACV,EA+BF,EAzBA,SAASC,AAAmB,AAyBbA,OAzBelB,CAAK,CAAkB,EACnD,IAAMmB,EAA6BnB,GAAOmB,OAC1C,MACE,CADF,AACE,EAAA,EAAA,IAAA,EAACC,CADH,MACGA,CAAKC,GAAG,2BACP,GAAA,EAAA,GAAA,EAACC,OAAAA,CAAAA,GACD,CAAA,EAAA,EAAA,IAAA,EAACC,OAAAA,WACC,CAAA,EAAA,EAAA,GAAA,EAAC3B,EAAAA,cAAc,CAAA,CAACI,MAAOA,IACvB,CAAA,EAAA,EAAA,GAAA,EAACwB,MAAAA,CAAIC,KAAAA,EAAOpB,OAAOL,GACjB,CAAA,CADsB,CACtB,EAAA,IAAA,EAACwB,CAAD,KAACA,WACC,CAAA,EAAA,EAAA,IAAA,EAACE,KAAAA,CAAGD,KAAAA,EAAOpB,OAAOQ,IAAI,AAAE,wBACAM,EAAS,SAAW,SAAS,8CACvBrB,OAAO6B,QAAQ,CAACC,QAAQ,CAAC,YAAU,IAC9DT,EAAS,cAAgB,kBAAkB,6BAG7CA,EAAS,CAAA,EAAA,EAAA,EAATA,CAAS,EAACU,IAAAA,CAAEJ,GAAZN,EAAYM,EAAOpB,OAAOQ,GAAO,CAAH,AAAI,QAAQ,EAAEM,EAAAA,CAAQ,GAAQ,eAMzE","ignoreList":[0,1,2,3]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},62188,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/HomeClient.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/HomeClient.tsx <module evaluation>","default")},49735,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/HomeClient.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/HomeClient.tsx","default")},73189,a=>{"use strict";a.i(62188);var b=a.i(49735);a.n(b)},60168,a=>{"use strict";var b=a.i(7997),c=a.i(83643),d=a.i(18558),e=a.i(73189);async function f(){let a=await (0,c.runOpenClaw)(["agents","list","--json"]);return a.ok?JSON.parse(a.stdout):[]}async function g(){let a=await (0,c.runOpenClaw)(["recipes","list"]);if(!a.ok)return{teamNames:{}};let b=[];try{b=JSON.parse(a.stdout)}catch{return{teamNames:{}}}let d={};for(let a of b){if("team"!==a.kind)continue;let b=String(a.name??"").trim();b&&(d[a.id]=b)}return{teamNames:d}}async function h(){(0,d.unstable_noStore)();let[a,{teamNames:c}]=await Promise.all([f(),g()]);return(0,b.jsx)(e.default,{agents:a,teamNames:c})}a.s(["default",()=>h,"dynamic",0,"force-dynamic","revalidate",0,0])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__bc3b27b0._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},12714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},790,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>"))},84707,(a,b,c)=>{let{createClientModuleProxy:d}=a.r(11857);a.n(d("[project]/node_modules/next/dist/client/app-dir/link.js"))},97647,a=>{"use strict";a.i(790);var b=a.i(84707);a.n(b)},95936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={default:function(){return i},useLinkStatus:function(){return h.useLinkStatus}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});let f=a.r(64240),g=a.r(7997),h=f._(a.r(97647));function i(a){let b=a.legacyBehavior,c="string"==typeof a.children||"number"==typeof a.children||"string"==typeof a.children?.type,d=a.children?.type?.$$typeof===Symbol.for("react.client.reference");return!b||c||d||(a.children?.type?.$$typeof===Symbol.for("react.lazy")?console.error("Using a Lazy Component as a direct child of `<Link legacyBehavior>` from a Server Component is not supported. If you need legacyBehavior, wrap your Lazy Component in a Client Component that renders the Link's `<a>` tag."):console.error("Using a Server Component as a direct child of `<Link legacyBehavior>` is not supported. If you need legacyBehavior, wrap your Server Component in a Client Component that renders the Link's `<a>` tag.")),(0,g.jsx)(h.default,{...a})}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},37941,a=>{"use strict";var b=a.i(12714),c=a.i(50227);function d(a){return c.default.join("/home/control/.openclaw/workspace-development-team",{backlog:"work/backlog","in-progress":"work/in-progress",testing:"work/testing",done:"work/done"}[a])}async function e(){let a=[];for(let e of["backlog","in-progress","testing","done"]){let f=[];try{f=await b.default.readdir(d(e))}catch{f=[]}for(let g of f){if(!g.endsWith(".md"))continue;let f=function(a){let b=a.match(/^(\d{4})-/);return b?Number(b[1]):null}(g);if(null==f)continue;let h=c.default.join(d(e),g),[i,j]=await Promise.all([b.default.readFile(h,"utf8"),b.default.stat(h)]),k=function(a){let b=a.match(/^#\s+(.+)$/m)?.[1]?.trim()??"",c=b.match(/^\S+\s+(.+)$/);if(c?.[1]?.trim())return c[1].trim();let d=b.replace(/^\d{4}-/,"").replace(/[-_]+/g," ").replace(/\s+/g," ").trim(),e=d?d.split(" ").filter(Boolean).map(a=>/^(v\d+(?:\.\d+)*|api|cli|ui|ux|gpu|cpu|npm|pr|ci|cd|json|yaml|md)$/i.test(a)?a.toUpperCase():/^\d+(?:\.\d+)*$/.test(a)?a:a.slice(0,1).toUpperCase()+a.slice(1)).join(" "):"";return e||b||"(untitled)"}(i),l=function(a,b){let c=RegExp(`^${b}:s*(.*)$`,"mi"),d=a.match(c);return d?.[1]?.trim()||null}(i,"Owner"),m=j.mtime.toISOString(),n=(Date.now()-j.mtimeMs)/36e5;a.push({number:f,id:g.replace(/\.md$/,""),title:k,owner:l,stage:e,file:h,updatedAt:m,ageHours:n})}}return a.sort((a,b)=>a.number-b.number),a}async function f(a){let c=await e(),d=a.trim(),f=d.match(/^\d+$/)?c.find(a=>a.number===Number(d)):null,g=c.find(a=>a.id===d)??f;return g?{id:g.id,file:g.file,markdown:await b.default.readFile(g.file,"utf8")}:null}a.s(["getTicketMarkdown",()=>f,"listTickets",()=>e])},33084,a=>{"use strict";var b=a.i(7997),c=a.i(95936),d=a.i(37941);async function e({params:a}){let{ticket:e}=await a,f=await (0,d.getTicketMarkdown)(e);return f?(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,b.jsx)(c.default,{href:"/tickets",className:"text-sm font-medium hover:underline",children:"← Back"}),(0,b.jsx)("span",{className:"text-xs text-[color:var(--ck-text-tertiary)]",children:f.file})]}),(0,b.jsx)("div",{className:"ck-glass p-6",children:(0,b.jsx)("pre",{className:"whitespace-pre-wrap break-words text-sm leading-6 text-[color:var(--ck-text-primary)]",children:f.markdown})})]}):(0,b.jsxs)("div",{className:"ck-glass p-6",children:[(0,b.jsx)("h1",{className:"text-xl font-semibold tracking-tight",children:"Ticket not found"}),(0,b.jsxs)("p",{className:"mt-3 text-sm text-[color:var(--ck-text-secondary)]",children:["Couldn’t locate “",e,"” in backlog/in-progress/testing/done."]}),(0,b.jsx)("div",{className:"mt-4",children:(0,b.jsx)(c.default,{href:"/tickets",className:"text-sm font-medium hover:underline",children:"← Back to tickets"})})]})}a.s(["default",()=>e])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__f75a61bf._.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
module.exports=[93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},50645,a=>{a.n(a.i(27572))},43619,a=>{a.n(a.i(79962))},13718,a=>{a.n(a.i(85523))},18198,a=>{a.n(a.i(45518))},62212,a=>{a.n(a.i(66114))},43072,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/channels/channels-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/channels/channels-client.tsx <module evaluation>","default")},4849,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(11857).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/app/channels/channels-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/app/channels/channels-client.tsx","default")},83950,a=>{"use strict";a.i(43072);var b=a.i(4849);a.n(b)},244,a=>{"use strict";var b=a.i(7997),c=a.i(83950);function d(){return(0,b.jsx)(c.default,{})}a.s(["default",()=>d])}];
|
|
2
|
-
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%5D__fd669584._.js.map
|