@brigade-dev/cli 0.1.1 → 0.1.3
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/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +21 -34
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -99
- package/.next/standalone/.next/required-server-files.json +3 -0
- package/.next/standalone/.next/routes-manifest.json +30 -122
- package/.next/standalone/.next/server/app/(board)/board/page.js +2 -3
- package/.next/standalone/.next/server/app/(board)/board/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(board)/board/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/board/page.js +2 -2
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/board/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/board/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/task/[slug]/page.js +2 -2
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/task/[slug]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(board)/r/[repoId]/task/[slug]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(board)/task/[slug]/page.js +2 -2
- package/.next/standalone/.next/server/app/(board)/task/[slug]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(board)/task/[slug]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(setup)/setup/page.js +3 -0
- package/.next/standalone/.next/server/app/(setup)/setup/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/(setup)/setup/page_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +6 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +6 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +5 -2
- package/.next/standalone/.next/server/app/api/chat/poll/route.js +2 -2
- package/.next/standalone/.next/server/app/api/chat/poll/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/route.js +2 -3
- package/.next/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/session/route.js +2 -2
- package/.next/standalone/.next/server/app/api/chat/session/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/sessions/route.js +2 -2
- package/.next/standalone/.next/server/app/api/chat/sessions/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/stop/route.js +2 -2
- package/.next/standalone/.next/server/app/api/chat/stop/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/chat/stop/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/providers/auth-status/route.js +2 -3
- package/.next/standalone/.next/server/app/api/providers/auth-status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chat/[[...path]]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chat/[[...path]]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chat/[[...path]]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/repos/[repoId]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/settings/[[...path]]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/repos/[repoId]/{skills → settings}/[[...path]]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/settings/[[...path]]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/repos/[repoId]/tasks/[[...path]]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/tasks/[[...path]]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/tasks/[[...path]]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/last-used/route.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/last-used/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/repos/last-used/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/pick-folder/route.js +2 -2
- package/.next/standalone/.next/server/app/api/repos/pick-folder/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/route.js +1 -1
- package/.next/standalone/.next/server/app/api/repos/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/repos/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/reset/route.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/reset/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/reset/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/route.js +1 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chat/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-branch/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-branch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-branch/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-pr/route.js +3 -3
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-pr/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/create-pr/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/data/rename/route.js +1 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/data/rename/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/data/rename/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/generate-commit-message/route.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/generate-commit-message/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/generate-commit-message/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/git/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/git/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/git/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/handoff/review/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/handoff/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/handoff/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/handoff/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/images/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/images/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/images/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/improve-title/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/improve-title/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/improve-title/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/merge-pr/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/merge-pr/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/merge-pr/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/move/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/move/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/pr-status/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/pr-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/pr-status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/question-options/route.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/question-options/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/question-options/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/launch/route.js +6 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/launch/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/launch/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/resolve-conflicts/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/route.js +2 -3
- package/.next/standalone/.next/server/app/api/tasks/[slug]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/status/route.js +2 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/status/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/[slug]/status/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/auto-move/route.js +2 -0
- package/.next/standalone/.next/server/app/api/tasks/auto-move/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/tasks/auto-move/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/tasks/counts/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/counts/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/counts/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/pr-check/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/pr-check/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/pr-check/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/route.js +2 -2
- package/.next/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/test/reset/route.js +1 -1
- package/.next/standalone/.next/server/app/api/test/reset/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/test/reset/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.meta +2 -0
- package/.next/standalone/.next/server/app/index.rsc +16 -25
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -14
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +16 -25
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +5 -2
- package/.next/standalone/.next/server/app/page.js +2 -2
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +21 -34
- package/.next/standalone/.next/server/chunks/1132.js +1 -0
- package/.next/standalone/.next/server/chunks/1236.js +1 -1
- package/.next/standalone/.next/server/chunks/1546.js +5 -0
- package/.next/standalone/.next/server/chunks/1577.js +1 -0
- package/.next/standalone/.next/server/chunks/1597.js +63 -0
- package/.next/standalone/.next/server/chunks/2065.js +6 -0
- package/.next/standalone/.next/server/chunks/2196.js +1 -1
- package/.next/standalone/.next/server/chunks/2345.js +1 -0
- package/.next/standalone/.next/server/chunks/2353.js +1 -1
- package/.next/standalone/.next/server/chunks/3027.js +1 -0
- package/.next/standalone/.next/server/chunks/347.js +6 -0
- package/.next/standalone/.next/server/chunks/3544.js +24 -0
- package/.next/standalone/.next/server/chunks/3731.js +1 -1
- package/.next/standalone/.next/server/chunks/4178.js +14 -0
- package/.next/standalone/.next/server/chunks/432.js +1 -1
- package/.next/standalone/.next/server/chunks/471.js +1 -1
- package/.next/standalone/.next/server/chunks/4869.js +1 -1
- package/.next/standalone/.next/server/chunks/4919.js +1 -0
- package/.next/standalone/.next/server/chunks/5198.js +1 -0
- package/.next/standalone/.next/server/chunks/5250.js +1 -1
- package/.next/standalone/.next/server/chunks/5704.js +3 -0
- package/.next/standalone/.next/server/chunks/5722.js +1 -0
- package/.next/standalone/.next/server/chunks/6042.js +1 -1
- package/.next/standalone/.next/server/chunks/6802.js +20 -0
- package/.next/standalone/.next/server/chunks/722.js +1 -1
- package/.next/standalone/.next/server/chunks/746.js +1 -1
- package/.next/standalone/.next/server/chunks/7916.js +1 -1
- package/.next/standalone/.next/server/chunks/8031.js +1 -1
- package/.next/standalone/.next/server/chunks/8150.js +1 -0
- package/.next/standalone/.next/server/chunks/8241.js +1 -0
- package/.next/standalone/.next/server/chunks/829.js +1 -1
- package/.next/standalone/.next/server/chunks/838.js +1 -1
- package/.next/standalone/.next/server/chunks/8410.js +3 -3
- package/.next/standalone/.next/server/chunks/854.js +1 -1
- package/.next/standalone/.next/server/chunks/8825.js +3 -0
- package/.next/standalone/.next/server/chunks/9067.js +1 -1
- package/.next/standalone/.next/server/chunks/9661.js +1 -1
- package/.next/standalone/.next/server/chunks/9665.js +1 -1
- package/.next/standalone/.next/server/chunks/9898.js +11 -0
- package/.next/standalone/.next/server/chunks/9967.js +1 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/.next/server/next-font-manifest.js +1 -1
- package/.next/standalone/.next/server/next-font-manifest.json +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/TEeaHQlTW3yW085fWMfjB/_buildManifest.js +1 -0
- package/.next/standalone/.next/static/chunks/124-3eae600925474bdc.js +1 -0
- package/.next/standalone/.next/static/chunks/1416-76d75f5cdc8064f0.js +5 -0
- package/.next/standalone/.next/static/chunks/1545-5c27c6645e47620e.js +1 -0
- package/.next/standalone/.next/static/chunks/1719-2c95eb5be7096fd4.js +1 -0
- package/.next/standalone/.next/static/chunks/{7486-de4a6f3ca66270e1.js → 3242-340ecc54abc559dc.js} +1 -1
- package/.next/standalone/.next/static/chunks/3604-402e83a193703dd5.js +3 -0
- package/.next/standalone/.next/static/chunks/4555-1cc0cadfd257b640.js +5 -0
- package/.next/standalone/.next/static/chunks/5083-da5fc913278c9ec9.js +24 -0
- package/.next/standalone/.next/static/chunks/7133-d829c710820740a0.js +1 -0
- package/.next/standalone/.next/static/chunks/878-6effc693527c06fd.js +1 -0
- package/.next/standalone/.next/static/chunks/9798-086c0452ca402b9c.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/board/page-d97d7979cfd5798f.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/layout-30f3ef2994aabf66.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/board/page-2a12cb83a038bfa4.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/layout-94f90e6400c32897.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/task/[slug]/page-c7b0b0a0327f6fce.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(board)/task/[slug]/page-771b7f853905319b.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(setup)/layout-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(setup)/setup/page-dccadc7f0cc15702.js +1 -0
- package/.next/standalone/.next/static/chunks/app/_global-error/page-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/poll/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/session/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/sessions/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/chat/stop/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/providers/auth-status/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/chat/[[...path]]/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/settings/[[...path]]/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/tasks/[[...path]]/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/last-used/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/pick-folder/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/repos/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/chat/reset/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/chat/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/create-branch/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/create-pr/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/data/rename/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/generate-commit-message/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/git/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/handoff/review/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/handoff/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/images/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/improve-title/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/merge-pr/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/move/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/pr-status/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/question-options/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/resolve-conflicts/launch/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/resolve-conflicts/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/status/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/auto-move/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/counts/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/pr-check/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/test/reset/route-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/app/layout-c38fc01326ac060a.js +1 -0
- package/.next/standalone/.next/static/chunks/app/page-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-7eb803c6eff71185.js +1 -0
- package/.next/standalone/.next/static/chunks/{webpack-9ba1537928a20f04.js → webpack-010bc8c5cfa5e600.js} +1 -1
- package/.next/standalone/.next/static/css/a0a0423b02496c0c.css +3 -0
- package/.next/standalone/.next/static/media/558ca1a6aa3cb55e-s.p.woff2 +0 -0
- package/.next/standalone/.next/static/media/636a5ac981f94f8b-s.p.woff2 +0 -0
- package/.next/standalone/.next/static/media/6fe53d21e6e7ebd8-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/8ebc6e9dde468c4a-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/9e7b0a821b9dfcb4-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- package/.next/standalone/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/database.js +90 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/index.js +3 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/aggregate.js +43 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/backup.js +67 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/function.js +31 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/inspect.js +7 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/pragma.js +12 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/serialize.js +16 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/table.js +189 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/transaction.js +78 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/wrappers.js +54 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/sqlite-error.js +20 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/util.js +12 -0
- package/.next/standalone/node_modules/better-sqlite3/package.json +59 -0
- package/.next/standalone/node_modules/bindings/bindings.js +221 -0
- package/.next/standalone/node_modules/bindings/package.json +28 -0
- package/.next/standalone/node_modules/buffer-from/index.js +72 -0
- package/.next/standalone/node_modules/buffer-from/package.json +19 -0
- package/.next/standalone/node_modules/file-uri-to-path/index.js +66 -0
- package/.next/standalone/node_modules/file-uri-to-path/package.json +32 -0
- package/.next/standalone/node_modules/source-map/lib/array-set.js +121 -0
- package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/.next/standalone/node_modules/source-map/lib/base64.js +67 -0
- package/.next/standalone/node_modules/source-map/lib/binary-search.js +111 -0
- package/.next/standalone/node_modules/source-map/lib/mapping-list.js +79 -0
- package/.next/standalone/node_modules/source-map/lib/quick-sort.js +114 -0
- package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/.next/standalone/node_modules/source-map/lib/source-node.js +413 -0
- package/.next/standalone/node_modules/source-map/lib/util.js +488 -0
- package/.next/standalone/node_modules/source-map/package.json +73 -0
- package/.next/standalone/node_modules/source-map/source-map.js +8 -0
- package/.next/standalone/node_modules/source-map-support/package.json +31 -0
- package/.next/standalone/node_modules/source-map-support/source-map-support.js +625 -0
- package/.next/standalone/package.json +11 -10
- package/.next/standalone/public/chat-display-preview.html +280 -0
- package/.next/standalone/public/claude-ai-symbol.svg +7 -0
- package/.next/standalone/public/previews/settings-before-after-preview.html +624 -0
- package/.next/standalone/server.js +1 -1
- package/bin/brigade.js +52 -17
- package/defaults/canon/skills/html-preview.md +14 -5
- package/defaults/canon/workflows/delivery.yaml +4 -4
- package/package.json +10 -9
- package/scripts/brigade-cli.mjs +1 -2
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/[slug]/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/[slug]/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/[slug]/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/chefs/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/[id]/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/skills/[id]/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/[id]/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/new/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/skills/new/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/new/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/skills/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/skills/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/[slug]/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/[slug]/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/[slug]/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/page.js +0 -2
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/page.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/(settings)/settings/workflows/page_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/chefs/generate-prompt/route.js +0 -6
- package/.next/standalone/.next/server/app/api/chefs/generate-prompt/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/chefs/generate-prompt/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/chefs/route.js +0 -4
- package/.next/standalone/.next/server/app/api/chefs/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/chefs/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/chefs/skills/route.js +0 -4
- package/.next/standalone/.next/server/app/api/chefs/skills/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/chefs/skills/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chefs/[[...path]]/route.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chefs/[[...path]]/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/chefs/[[...path]]/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/skills/[[...path]]/route.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/skills/[[...path]]/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/workflows/[[...path]]/route.js +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/workflows/[[...path]]/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/repos/[repoId]/workflows/[[...path]]/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/skills/route.js +0 -4
- package/.next/standalone/.next/server/app/api/skills/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/skills/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chef-status/route.js +0 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chef-status/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/chef-status/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/deliver/route.js +0 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/deliver/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/deliver/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/launch-chef/route.js +0 -3
- package/.next/standalone/.next/server/app/api/tasks/[slug]/launch-chef/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/launch-chef/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/thread-state/route.js +0 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/thread-state/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/thread-state/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/workflow-state/route.js +0 -2
- package/.next/standalone/.next/server/app/api/tasks/[slug]/workflow-state/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/tasks/[slug]/workflow-state/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/workflows/[slug]/route.js +0 -4
- package/.next/standalone/.next/server/app/api/workflows/[slug]/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/workflows/[slug]/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/api/workflows/route.js +0 -4
- package/.next/standalone/.next/server/app/api/workflows/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/api/workflows/route_client-reference-manifest.js +0 -1
- package/.next/standalone/.next/server/app/settings/chefs.html +0 -1
- package/.next/standalone/.next/server/app/settings/chefs.meta +0 -17
- package/.next/standalone/.next/server/app/settings/chefs.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/chefs.segments/!KHNldHRpbmdzKQ/settings/chefs/__PAGE__.segment.rsc +0 -9
- package/.next/standalone/.next/server/app/settings/chefs.segments/!KHNldHRpbmdzKQ/settings/chefs.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/chefs.segments/!KHNldHRpbmdzKQ/settings.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/chefs.segments/!KHNldHRpbmdzKQ.segment.rsc +0 -7
- package/.next/standalone/.next/server/app/settings/chefs.segments/_full.segment.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/chefs.segments/_head.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/chefs.segments/_index.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/chefs.segments/_tree.segment.rsc +0 -2
- package/.next/standalone/.next/server/app/settings/skills/new.html +0 -1
- package/.next/standalone/.next/server/app/settings/skills/new.meta +0 -18
- package/.next/standalone/.next/server/app/settings/skills/new.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/skills/new.segments/!KHNldHRpbmdzKQ/settings/skills/new/__PAGE__.segment.rsc +0 -9
- package/.next/standalone/.next/server/app/settings/skills/new.segments/!KHNldHRpbmdzKQ/settings/skills/new.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/skills/new.segments/!KHNldHRpbmdzKQ/settings/skills.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/skills/new.segments/!KHNldHRpbmdzKQ/settings.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/skills/new.segments/!KHNldHRpbmdzKQ.segment.rsc +0 -7
- package/.next/standalone/.next/server/app/settings/skills/new.segments/_full.segment.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/skills/new.segments/_head.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/skills/new.segments/_index.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/skills/new.segments/_tree.segment.rsc +0 -2
- package/.next/standalone/.next/server/app/settings/skills.html +0 -1
- package/.next/standalone/.next/server/app/settings/skills.meta +0 -17
- package/.next/standalone/.next/server/app/settings/skills.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/skills.segments/!KHNldHRpbmdzKQ/settings/skills/__PAGE__.segment.rsc +0 -9
- package/.next/standalone/.next/server/app/settings/skills.segments/!KHNldHRpbmdzKQ/settings/skills.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/skills.segments/!KHNldHRpbmdzKQ/settings.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/skills.segments/!KHNldHRpbmdzKQ.segment.rsc +0 -7
- package/.next/standalone/.next/server/app/settings/skills.segments/_full.segment.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/skills.segments/_head.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/skills.segments/_index.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/skills.segments/_tree.segment.rsc +0 -2
- package/.next/standalone/.next/server/app/settings/workflows.html +0 -1
- package/.next/standalone/.next/server/app/settings/workflows.meta +0 -17
- package/.next/standalone/.next/server/app/settings/workflows.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/workflows.segments/!KHNldHRpbmdzKQ/settings/workflows/__PAGE__.segment.rsc +0 -9
- package/.next/standalone/.next/server/app/settings/workflows.segments/!KHNldHRpbmdzKQ/settings/workflows.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/workflows.segments/!KHNldHRpbmdzKQ/settings.segment.rsc +0 -4
- package/.next/standalone/.next/server/app/settings/workflows.segments/!KHNldHRpbmdzKQ.segment.rsc +0 -7
- package/.next/standalone/.next/server/app/settings/workflows.segments/_full.segment.rsc +0 -22
- package/.next/standalone/.next/server/app/settings/workflows.segments/_head.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/workflows.segments/_index.segment.rsc +0 -6
- package/.next/standalone/.next/server/app/settings/workflows.segments/_tree.segment.rsc +0 -2
- package/.next/standalone/.next/server/chunks/1787.js +0 -24
- package/.next/standalone/.next/server/chunks/2362.js +0 -25
- package/.next/standalone/.next/server/chunks/2753.js +0 -1
- package/.next/standalone/.next/server/chunks/3514.js +0 -1
- package/.next/standalone/.next/server/chunks/426.js +0 -1
- package/.next/standalone/.next/server/chunks/4318.js +0 -8
- package/.next/standalone/.next/server/chunks/4648.js +0 -1
- package/.next/standalone/.next/server/chunks/4702.js +0 -3
- package/.next/standalone/.next/server/chunks/4782.js +0 -1
- package/.next/standalone/.next/server/chunks/4992.js +0 -1
- package/.next/standalone/.next/server/chunks/5049.js +0 -1
- package/.next/standalone/.next/server/chunks/57.js +0 -3
- package/.next/standalone/.next/server/chunks/6016.js +0 -3
- package/.next/standalone/.next/server/chunks/6365.js +0 -10
- package/.next/standalone/.next/server/chunks/6578.js +0 -3
- package/.next/standalone/.next/server/chunks/6701.js +0 -1
- package/.next/standalone/.next/server/chunks/682.js +0 -1
- package/.next/standalone/.next/server/chunks/7389.js +0 -6
- package/.next/standalone/.next/server/chunks/7450.js +0 -18
- package/.next/standalone/.next/server/chunks/7494.js +0 -1
- package/.next/standalone/.next/server/chunks/7612.js +0 -3
- package/.next/standalone/.next/server/chunks/7805.js +0 -1
- package/.next/standalone/.next/server/chunks/8647.js +0 -1
- package/.next/standalone/.next/server/chunks/8787.js +0 -3
- package/.next/standalone/.next/server/chunks/8944.js +0 -3
- package/.next/standalone/.next/server/chunks/9091.js +0 -5
- package/.next/standalone/.next/server/chunks/9341.js +0 -1
- package/.next/standalone/.next/server/chunks/9366.js +0 -6
- package/.next/standalone/.next/server/chunks/9916.js +0 -1
- package/.next/standalone/.next/static/DXjnbExUDH6VWFcQAZm5W/_buildManifest.js +0 -1
- package/.next/standalone/.next/static/chunks/1890-6f39e9026bcfd6ff.js +0 -5
- package/.next/standalone/.next/static/chunks/194-1e49965b7f56d9d1.js +0 -1
- package/.next/standalone/.next/static/chunks/217-234cf87de775e747.js +0 -1
- package/.next/standalone/.next/static/chunks/2913-3767f8657ed3b76d.js +0 -24
- package/.next/standalone/.next/static/chunks/3562-66874394248003c3.js +0 -1
- package/.next/standalone/.next/static/chunks/3920-91b01322891d6f93.js +0 -1
- package/.next/standalone/.next/static/chunks/4044-8ec32d6e4ca64a61.js +0 -1
- package/.next/standalone/.next/static/chunks/5828-69f930daa6fef786.js +0 -1
- package/.next/standalone/.next/static/chunks/6127-c90ca9f67766c0e0.js +0 -1
- package/.next/standalone/.next/static/chunks/8463-4de0b380dc8aee57.js +0 -1
- package/.next/standalone/.next/static/chunks/8472-5b02197c80e9bdcb.js +0 -6
- package/.next/standalone/.next/static/chunks/app/(board)/board/page-852d9068b15f8902.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(board)/layout-ffd25294d91093a4.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/board/page-98c59eea481cd922.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/layout-5fe097966f75f673.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(board)/r/[repoId]/task/[slug]/page-ff943b86544a3563.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(board)/task/[slug]/page-178443b61977aaff.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/chefs/[slug]/page-8c0475cf40538e82.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/chefs/page-2615f814b43b999a.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/skills/[id]/page-c9d74b8769efd959.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/skills/new/page-6c7a49f73211880f.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/skills/page-3effcb21d7c832b1.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/workflows/[slug]/page-ec8c8dd16a2b43bb.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js +0 -1
- package/.next/standalone/.next/static/chunks/app/_global-error/page-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chat/poll/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chat/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chat/session/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chat/sessions/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chat/stop/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chefs/generate-prompt/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chefs/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/chefs/skills/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/providers/auth-status/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/chat/[[...path]]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/chefs/[[...path]]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/skills/[[...path]]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/tasks/[[...path]]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/[repoId]/workflows/[[...path]]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/last-used/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/pick-folder/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/repos/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/skills/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/chat/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/chef-status/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/create-branch/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/create-pr/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/data/rename/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/deliver/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/git/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/handoff/review/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/handoff/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/images/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/improve-title/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/launch-chef/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/merge-pr/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/move/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/pr-status/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/resolve-conflicts/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/thread-state/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[slug]/workflow-state/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/counts/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/pr-check/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/test/reset/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/workflows/[slug]/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/workflows/route-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/layout-33746f763b269468.js +0 -1
- package/.next/standalone/.next/static/chunks/app/page-94d1cf482dc9d766.js +0 -1
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-00d08e7d87413cf2.js +0 -1
- package/.next/standalone/.next/static/css/aaeb369038c2ce63.css +0 -3
- package/scripts/migrate-chef-naming.mjs +0 -281
- /package/.next/standalone/.next/static/{DXjnbExUDH6VWFcQAZm5W → TEeaHQlTW3yW085fWMfjB}/_ssgManifest.js +0 -0
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
5:I[8616,[],"ClientSegmentRoot"]
|
|
6
|
-
6:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
7
|
-
8:I[1304,[],"ClientPageRoot"]
|
|
8
|
-
9:I[7932,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","2544","static/chunks/app/(settings)/settings/skills/page-3effcb21d7c832b1.js"],"default"]
|
|
9
|
-
c:I[484,[],"OutletBoundary"]
|
|
10
|
-
d:"$Sreact.suspense"
|
|
11
|
-
f:I[484,[],"ViewportBoundary"]
|
|
12
|
-
11:I[484,[],"MetadataBoundary"]
|
|
13
|
-
13:I[7123,[],""]
|
|
14
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
15
|
-
0:{"P":null,"b":"DXjnbExUDH6VWFcQAZm5W","c":["","settings","skills"],"q":"","i":false,"f":[[["",{"children":["(settings)",{"children":["settings",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,["$","$L5",null,{"Component":"$6","slots":{"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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@7"]}}]]}],{"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":[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":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
|
16
|
-
7:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
17
|
-
a:{}
|
|
18
|
-
b:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
19
|
-
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]
|
|
20
|
-
14:I[6869,[],"IconMark"]
|
|
21
|
-
e:null
|
|
22
|
-
12:[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L14","6",{}]]
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[1304,[],"ClientPageRoot"]
|
|
3
|
-
3:I[7932,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","2544","static/chunks/app/(settings)/settings/skills/page-3effcb21d7c832b1.js"],"default"]
|
|
4
|
-
6:I[484,[],"OutletBoundary"]
|
|
5
|
-
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
|
-
4:{}
|
|
8
|
-
5:{}
|
|
9
|
-
8:null
|
package/.next/standalone/.next/server/app/settings/skills.segments/!KHNldHRpbmdzKQ.segment.rsc
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[8616,[],"ClientSegmentRoot"]
|
|
3
|
-
3:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
4
|
-
4:I[7121,[],""]
|
|
5
|
-
5:I[4581,[],""]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false}
|
|
7
|
-
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
5:I[8616,[],"ClientSegmentRoot"]
|
|
6
|
-
6:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
7
|
-
8:I[1304,[],"ClientPageRoot"]
|
|
8
|
-
9:I[7932,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","2544","static/chunks/app/(settings)/settings/skills/page-3effcb21d7c832b1.js"],"default"]
|
|
9
|
-
c:I[484,[],"OutletBoundary"]
|
|
10
|
-
d:"$Sreact.suspense"
|
|
11
|
-
f:I[484,[],"ViewportBoundary"]
|
|
12
|
-
11:I[484,[],"MetadataBoundary"]
|
|
13
|
-
13:I[7123,[],""]
|
|
14
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
15
|
-
0:{"P":null,"b":"DXjnbExUDH6VWFcQAZm5W","c":["","settings","skills"],"q":"","i":false,"f":[[["",{"children":["(settings)",{"children":["settings",{"children":["skills",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,["$","$L5",null,{"Component":"$6","slots":{"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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@7"]}}]]}],{"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":[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":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
|
16
|
-
7:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
17
|
-
a:{}
|
|
18
|
-
b:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
19
|
-
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]
|
|
20
|
-
14:I[6869,[],"IconMark"]
|
|
21
|
-
e:null
|
|
22
|
-
12:[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L14","6",{}]]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[484,[],"ViewportBoundary"]
|
|
3
|
-
3:I[484,[],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
5:I[6869,[],"IconMark"]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L5","6",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,2 +0,0 @@
|
|
|
1
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
2
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(settings)","paramType":null,"paramKey":"(settings)","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"skills","paramType":null,"paramKey":"skills","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><!--DXjnbExUDH6VWFcQAZm5W--><html lang="en" data-scroll-behavior="smooth"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/aaeb369038c2ce63.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9ba1537928a20f04.js"/><script src="/_next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js" async=""></script><script src="/_next/static/chunks/3794-cd98b5cd5fb65b19.js" async=""></script><script src="/_next/static/chunks/main-app-d4abb60bdbebd8a9.js" async=""></script><script src="/_next/static/chunks/7486-de4a6f3ca66270e1.js" async=""></script><script src="/_next/static/chunks/3920-91b01322891d6f93.js" async=""></script><script src="/_next/static/chunks/5828-69f930daa6fef786.js" async=""></script><script src="/_next/static/chunks/194-1e49965b7f56d9d1.js" async=""></script><script src="/_next/static/chunks/app/(board)/layout-ffd25294d91093a4.js" async=""></script><script src="/_next/static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js" async=""></script><script src="/_next/static/chunks/6127-c90ca9f67766c0e0.js" async=""></script><script src="/_next/static/chunks/3562-66874394248003c3.js" async=""></script><script src="/_next/static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js" async=""></script><meta name="theme-color" content="#f97316"/><title>Brigade — AI-Powered Kanban</title><meta name="description" content="The first Kanban board where the tickets code themselves."/><link rel="manifest" href="/manifest.json"/><link rel="icon" href="/favicon.ico?0f508fac8a51e32f" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icon.svg?0edb917879399f4d" type="image/svg+xml" sizes="any"/><link rel="apple-touch-icon" href="/apple-icon.png?0902de5a349a3e66" type="image/png" sizes="180x180"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen flex-col bg-background"><header class="flex items-center gap-3 border-b border-border bg-background px-4 py-3"><button data-slot="tooltip-trigger" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all cursor-pointer disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] hover:bg-accent hover:text-accent-foreground size-9" type="button" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left size-4"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg></button><h2 class="flex-1 truncate text-sm font-medium min-w-0">Settings</h2></header><div class="flex flex-1 overflow-hidden"><nav class="w-48 shrink-0 border-r border-border bg-muted/30 py-3 px-2"><ul class="space-y-0.5"><li><button class="flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cooking-pot size-4"><path d="M2 12h20"></path><path d="M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"></path><path d="m4 8 16-4"></path><path d="m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8"></path></svg>Skills</button></li><li><button class="flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chef-hat size-4"><path d="M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z"></path><path d="M6 17h12"></path></svg>Chefs</button></li><li><button class="flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm font-medium transition-colors bg-accent text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-open size-4"><path d="M12 7v14"></path><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"></path></svg>Recipes</button></li></ul></nav><main class="flex-1 overflow-auto"><div class="h-full"><div class="overflow-auto px-6 py-4"><div class="mx-auto max-w-2xl"><div class="flex items-center justify-between mb-2"><h1 class="text-lg font-semibold text-foreground">Recipes</h1><button class="flex shrink-0 items-center gap-1.5 rounded-md border px-3 py-1.5 text-sm font-medium transition-colors cursor-pointer border-border bg-background text-foreground hover:bg-accent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus size-4"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg>New recipe</button></div><p class="text-sm text-muted-foreground mb-5">Saved chef sequences — apply them to tasks or use as the delivery pipeline.</p><div class="flex items-center justify-center py-12 text-muted-foreground text-sm">Loading recipes...</div></div></div></div><!--$--><!--/$--></main></div></div><audio src="/sounds/restaurant-sound.mp3" loop="" preload="none"></audio><audio src="/sounds/restaurant-sound.mp3" loop="" preload="none"></audio><script src="/_next/static/chunks/webpack-9ba1537928a20f04.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9152,[\"7486\",\"static/chunks/7486-de4a6f3ca66270e1.js\",\"3920\",\"static/chunks/3920-91b01322891d6f93.js\",\"5828\",\"static/chunks/5828-69f930daa6fef786.js\",\"194\",\"static/chunks/194-1e49965b7f56d9d1.js\",\"9205\",\"static/chunks/app/(board)/layout-ffd25294d91093a4.js\"],\"Providers\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:I[8616,[],\"ClientSegmentRoot\"]\n6:I[3960,[\"7486\",\"static/chunks/7486-de4a6f3ca66270e1.js\",\"3920\",\"static/chunks/3920-91b01322891d6f93.js\",\"5828\",\"static/chunks/5828-69f930daa6fef786.js\",\"194\",\"static/chunks/194-1e49965b7f56d9d1.js\",\"2776\",\"static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js\"],\"default\"]\n8:I[1304,[],\"ClientPageRoot\"]\n9:I[2980,[\"7486\",\"static/chunks/7486-de4a6f3ca66270e1.js\",\"3920\",\"static/chunks/3920-91b01322891d6f93.js\",\"6127\",\"static/chunks/6127-c90ca9f67766c0e0.js\",\"3562\",\"static/chunks/3562-66874394248003c3.js\",\"5672\",\"static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js\"],\"default\"]\nc:I[484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[484,[],\"ViewportBoundary\"]\n11:I[484,[],\"MetadataBoundary\"]\n13:I[7123,[],\"\"]\n:HL[\"/_next/static/css/aaeb369038c2ce63.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"DXjnbExUDH6VWFcQAZm5W\",\"c\":[\"\",\"settings\",\"workflows\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(settings)\",{\"children\":[\"settings\",{\"children\":[\"workflows\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/aaeb369038c2ce63.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-scroll-behavior\":\"smooth\",\"children\":[\"$\",\"body\",null,{\"className\":\"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,[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"slots\":{\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]},\"serverProvidedParams\":{\"params\":{},\"promises\":[\"$@7\"]}}]]}],{\"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\":[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\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":\"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params\",\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:\"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params\"\na:{}\nb:\"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f97316\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[6869,[],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Brigade — AI-Powered Kanban\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"The first Kanban board where the tickets code themselves.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?0f508fac8a51e32f\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon.svg?0edb917879399f4d\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"link\",\"5\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?0902de5a349a3e66\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$L14\",\"6\",{}]]\n"])</script></body></html>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"headers": {
|
|
3
|
-
"x-nextjs-stale-time": "300",
|
|
4
|
-
"x-nextjs-prerender": "1",
|
|
5
|
-
"x-next-cache-tags": "_N_T_/layout,_N_T_/(settings)/layout,_N_T_/(settings)/settings/layout,_N_T_/(settings)/settings/workflows/layout,_N_T_/(settings)/settings/workflows/page,_N_T_/settings/workflows"
|
|
6
|
-
},
|
|
7
|
-
"segmentPaths": [
|
|
8
|
-
"/_tree",
|
|
9
|
-
"/_full",
|
|
10
|
-
"/!KHNldHRpbmdzKQ/settings/workflows/__PAGE__",
|
|
11
|
-
"/!KHNldHRpbmdzKQ/settings/workflows",
|
|
12
|
-
"/!KHNldHRpbmdzKQ/settings",
|
|
13
|
-
"/!KHNldHRpbmdzKQ",
|
|
14
|
-
"/_index",
|
|
15
|
-
"/_head"
|
|
16
|
-
]
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
5:I[8616,[],"ClientSegmentRoot"]
|
|
6
|
-
6:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
7
|
-
8:I[1304,[],"ClientPageRoot"]
|
|
8
|
-
9:I[2980,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","5672","static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js"],"default"]
|
|
9
|
-
c:I[484,[],"OutletBoundary"]
|
|
10
|
-
d:"$Sreact.suspense"
|
|
11
|
-
f:I[484,[],"ViewportBoundary"]
|
|
12
|
-
11:I[484,[],"MetadataBoundary"]
|
|
13
|
-
13:I[7123,[],""]
|
|
14
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
15
|
-
0:{"P":null,"b":"DXjnbExUDH6VWFcQAZm5W","c":["","settings","workflows"],"q":"","i":false,"f":[[["",{"children":["(settings)",{"children":["settings",{"children":["workflows",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,["$","$L5",null,{"Component":"$6","slots":{"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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@7"]}}]]}],{"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":[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":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
|
16
|
-
7:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
17
|
-
a:{}
|
|
18
|
-
b:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
19
|
-
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]
|
|
20
|
-
14:I[6869,[],"IconMark"]
|
|
21
|
-
e:null
|
|
22
|
-
12:[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L14","6",{}]]
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[1304,[],"ClientPageRoot"]
|
|
3
|
-
3:I[2980,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","5672","static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js"],"default"]
|
|
4
|
-
6:I[484,[],"OutletBoundary"]
|
|
5
|
-
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
|
-
4:{}
|
|
8
|
-
5:{}
|
|
9
|
-
8:null
|
package/.next/standalone/.next/server/app/settings/workflows.segments/!KHNldHRpbmdzKQ.segment.rsc
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[8616,[],"ClientSegmentRoot"]
|
|
3
|
-
3:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
4
|
-
4:I[7121,[],""]
|
|
5
|
-
5:I[4581,[],""]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false}
|
|
7
|
-
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
5:I[8616,[],"ClientSegmentRoot"]
|
|
6
|
-
6:I[3960,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","2776","static/chunks/app/(settings)/layout-8e0a4c83ff4c037a.js"],"default"]
|
|
7
|
-
8:I[1304,[],"ClientPageRoot"]
|
|
8
|
-
9:I[2980,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","6127","static/chunks/6127-c90ca9f67766c0e0.js","3562","static/chunks/3562-66874394248003c3.js","5672","static/chunks/app/(settings)/settings/workflows/page-09495b17157fb69b.js"],"default"]
|
|
9
|
-
c:I[484,[],"OutletBoundary"]
|
|
10
|
-
d:"$Sreact.suspense"
|
|
11
|
-
f:I[484,[],"ViewportBoundary"]
|
|
12
|
-
11:I[484,[],"MetadataBoundary"]
|
|
13
|
-
13:I[7123,[],""]
|
|
14
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
15
|
-
0:{"P":null,"b":"DXjnbExUDH6VWFcQAZm5W","c":["","settings","workflows"],"q":"","i":false,"f":[[["",{"children":["(settings)",{"children":["settings",{"children":["workflows",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,["$","$L5",null,{"Component":"$6","slots":{"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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@7"]}}]]}],{"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":[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":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
|
16
|
-
7:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
17
|
-
a:{}
|
|
18
|
-
b:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params"
|
|
19
|
-
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]
|
|
20
|
-
14:I[6869,[],"IconMark"]
|
|
21
|
-
e:null
|
|
22
|
-
12:[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L14","6",{}]]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[484,[],"ViewportBoundary"]
|
|
3
|
-
3:I[484,[],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
5:I[6869,[],"IconMark"]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f97316"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Brigade — AI-Powered Kanban"}],["$","meta","1",{"name":"description","content":"The first Kanban board where the tickets code themselves."}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?0f508fac8a51e32f","type":"image/x-icon","sizes":"16x16"}],["$","link","4",{"rel":"icon","href":"/icon.svg?0edb917879399f4d","type":"image/svg+xml","sizes":"any"}],["$","link","5",{"rel":"apple-touch-icon","href":"/apple-icon.png?0902de5a349a3e66","type":"image/png","sizes":"180x180"}],["$","$L5","6",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[9152,["7486","static/chunks/7486-de4a6f3ca66270e1.js","3920","static/chunks/3920-91b01322891d6f93.js","5828","static/chunks/5828-69f930daa6fef786.js","194","static/chunks/194-1e49965b7f56d9d1.js","9205","static/chunks/app/(board)/layout-ffd25294d91093a4.js"],"Providers"]
|
|
3
|
-
3:I[7121,[],""]
|
|
4
|
-
4:I[4581,[],""]
|
|
5
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
6
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/aaeb369038c2ce63.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-scroll-behavior":"smooth","children":["$","body",null,{"className":"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,2 +0,0 @@
|
|
|
1
|
-
:HL["/_next/static/css/aaeb369038c2ce63.css","style"]
|
|
2
|
-
0:{"buildId":"DXjnbExUDH6VWFcQAZm5W","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(settings)","paramType":null,"paramKey":"(settings)","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|