bluekiwi 1.2.4 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
- package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
- package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
- package/dist/assets/app-runtime/.next/routes-manifest.json +153 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js +8 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/logout/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js +4 -3
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js +4 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/docs/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/workflow/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js +7 -6
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/server/chunks/1371.js +5 -0
- package/dist/assets/app-runtime/.next/server/chunks/4024.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/4380.js +7 -0
- package/dist/assets/app-runtime/.next/server/chunks/5172.js +358 -0
- package/dist/assets/app-runtime/.next/server/chunks/5589.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/6120.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/7945.js +31 -4
- package/dist/assets/app-runtime/.next/server/chunks/8355.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/859.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/9100.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/9439.js +1 -0
- package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
- package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
- package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/173-a97262e334770725.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/2360-975f0c14308c88bc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{2293-e75169fba3ab0f64.js → 2989-cc47541f81b2181f.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/3207-7a74f5b8fc63cfe9.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{5751-1d0ed4353025d40c.js → 3443-b4daf428b3a03717.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/3671-3ec1b01363e1d1c5.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/3689-1ffc19b35e5d1101.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/6126-cca19a7b816db517.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/{7262-cdb2767600e6e41e.js → 6609-078a8cdc853f87c6.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/6644-de12bb5dcee357e8.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7050-a4f09c854891a3cc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7462-99343ed0daab6a49.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7533-f1110b90a820e95c.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{6095-1b7d63b0bf80dd32.js → 8368-1830a099684acf83.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/9243-42247f33b2db5dd3.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/982-8a9df4d5d73197d3.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/9927-71af96b4f536c6a4.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-6b45e41f48f43b7d.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/[id]/page-e851d0a82242bcbd.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/page-b9d457ae27951d55.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/instructions/{page-dd25654a8191a638.js → page-f46b64210da72126.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-7a2f7065a96b50f2.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-de795ba135b7f780.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/{page-1709c8cd7e4b68a6.js → page-4408a43823696ddc.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/{page-e88075977b43a9d5.js → page-62b8c7b35f187f33.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/{page-82a1601abeaf3423.js → page-f5b823c754fbc4c3.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-8255141f3fabe520.js +34 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/edit/{page-b3775f3aecb19718.js → page-2e62beb288e70840.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-ad179f55fb2d4a7f.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/new/{page-abd414c9c1602c90.js → page-6ca1cc2ff5b3e912.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-33a541a152b061fc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/change-password/{page-a984ad1a8e98b9e7.js → page-2f23af48cfbb0071.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/[assetId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/components/[name]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/events/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/lint/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/preview/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/[key]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/compare/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/active/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/seed/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-a03e37c465149734.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/css/9d548bcfa765cd8e.css +1 -0
- package/dist/assets/app-runtime/.next/static/kR9ojEXg0R3roI-0eLui5/_buildManifest.js +1 -0
- package/dist/assets/app-runtime/docker/seed-design-systems/open-design-core.json +3452 -0
- package/dist/assets/app-runtime/docker/seed-workflows/design-system-creation.json +80 -0
- package/dist/assets/app-runtime/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/dist/assets/app-runtime/package.json +1 -1
- package/dist/assets/app-runtime/src/content/guides/en/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/en/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/content/guides/ko/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/ko/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/013_design_systems.sql +61 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/014_design_system_token_sections.sql +10 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/015_design_system_taxonomy.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/016_user_settings.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/017_design_system_events.sql +15 -0
- package/dist/assets/index.js +27 -2
- package/dist/assets/mcp/server.js +771 -2
- package/dist/assets/skills/bk-create/SKILL.md +426 -0
- package/dist/assets/skills/bk-credential/SKILL.md +1 -1
- package/dist/assets/skills/bk-design/SKILL.md +546 -383
- package/dist/assets/skills/bk-design/references/craft-rules.md +75 -0
- package/dist/assets/skills/bk-design/references/hifi-design-playbook.md +390 -0
- package/dist/assets/skills/bk-help/SKILL.md +6 -4
- package/dist/assets/skills/bk-import/SKILL.md +2 -2
- package/dist/assets/skills/bk-improve/SKILL.md +1 -1
- package/dist/assets/skills/bk-instruction/SKILL.md +1 -1
- package/dist/assets/skills/bk-start/SKILL.md +3 -3
- package/dist/runtimes/skills-helper.js +14 -2
- package/package.json +1 -1
- package/scripts/bundle-assets.mjs +10 -0
- package/dist/assets/app-runtime/.next/server/chunks/2099.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/6640.js +0 -7
- package/dist/assets/app-runtime/.next/server/chunks/7484.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/9031.js +0 -5
- package/dist/assets/app-runtime/.next/static/chunks/2360-35e89e45b93e4b6e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/3199-4d641b94342c63dd.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4319-c621f9e5059ef246.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4637-78c9db381fdc0480.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4663-2b5d2783b27c738c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/6073-62ed9e571ecaf523.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/7050-edc7d05dfb4620a7.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7533-42c44555b23bfae4.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7552-aa220264909ca9d9.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7659-42ae14ef25af3f5e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/8920-3a6e8e66a1cb7a75.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/9243-9c99cc0df75c9121.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-5c7345b157145460.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-d7f54b544bb8d2df.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-9254dcaa5d447e5b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-e17231b0bc7cb6d6.js +0 -34
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-66d44a2bc9f94668.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-a76941b77690f97c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-e3f307ffaa2d11cc.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/css/2bc6b6e35d293c50.css +0 -1
- package/dist/assets/app-runtime/.next/static/ymP-zxwYrYDNi2qYSDfJr/_buildManifest.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/package.json +0 -46
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/package.json +0 -46
- /package/dist/assets/app-runtime/.next/static/{ymP-zxwYrYDNi2qYSDfJr → kR9ojEXg0R3roI-0eLui5}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,426 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bk-create
|
|
3
|
+
description: BlueKiwi workflow creation skill. Takes a natural language goal and designs a structured workflow, then registers it on the server. This skill should be used when the user says "/bk-create", "create workflow", "design new workflow", or wants to build a new BlueKiwi workflow from scratch.
|
|
4
|
+
user_invocable: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# BlueKiwi Workflow Create
|
|
8
|
+
|
|
9
|
+
Design a structured workflow from a natural language goal and register it on the BlueKiwi server.
|
|
10
|
+
|
|
11
|
+
**Which creation skill to use?**
|
|
12
|
+
|
|
13
|
+
- **`/bk-create`** (this one) — start from a natural-language goal, design the node structure from scratch.
|
|
14
|
+
- **`/bk-import`** — the user already has an external resource (GitHub repo, URL, local skill, pasted text) to convert into a workflow.
|
|
15
|
+
- **`/bk-improve`** — there's already a registered workflow that needs a better version.
|
|
16
|
+
|
|
17
|
+
## Argument Handling
|
|
18
|
+
|
|
19
|
+
- `/bk-create` → Ask for the goal via AskUserQuestion.
|
|
20
|
+
- `/bk-create <goal>` → Start designing from the provided goal.
|
|
21
|
+
|
|
22
|
+
## Core Principles
|
|
23
|
+
|
|
24
|
+
- One node = **one agent action**. Split overly large chunks.
|
|
25
|
+
- `node_type: "action"` = regular agent step; auto-advances unless `hitl: true`.
|
|
26
|
+
- `node_type: "gate"` = user decision point; always pauses for human approval.
|
|
27
|
+
- `node_type: "loop"` = repeating step; set `loop_back_to` to the target step order.
|
|
28
|
+
- `hitl: true` = action node that requires explicit human approval before advancing. Default: `false`.
|
|
29
|
+
- `visual_selection: true` = gate node where the agent renders an HTML UI and the user makes a selection by clicking (instead of typing). Only valid on `gate` nodes. Default: `false`.
|
|
30
|
+
|
|
31
|
+
## Execution Steps
|
|
32
|
+
|
|
33
|
+
### Step 1: Understand the Goal
|
|
34
|
+
|
|
35
|
+
Extract the goal from arguments. If none, ask via AskUserQuestion:
|
|
36
|
+
|
|
37
|
+
- header: "What to build?"
|
|
38
|
+
- "What task would you like to automate? Please describe in detail."
|
|
39
|
+
- options: ["Competitor analysis", "Code review", "Report generation", "Type my own"]
|
|
40
|
+
|
|
41
|
+
If "Type my own" → accept free-text goal input.
|
|
42
|
+
|
|
43
|
+
### Step 2: Check for Existing Workflows
|
|
44
|
+
|
|
45
|
+
Call `list_workflows` to check for similar existing workflows.
|
|
46
|
+
|
|
47
|
+
If a similar one is found, ask via AskUserQuestion:
|
|
48
|
+
|
|
49
|
+
- header: "Existing workflow"
|
|
50
|
+
- "'{title}' already exists. Create a new one or improve the existing one?"
|
|
51
|
+
- options: ["Create new", "Improve existing (switch to /bk-improve)"]
|
|
52
|
+
|
|
53
|
+
If "Improve existing" → switch to `/bk-improve` flow.
|
|
54
|
+
|
|
55
|
+
### Step 3: Select Folder
|
|
56
|
+
|
|
57
|
+
Call `list_folders` to get the folder list.
|
|
58
|
+
|
|
59
|
+
Ask via AskUserQuestion:
|
|
60
|
+
|
|
61
|
+
- header: "Save location"
|
|
62
|
+
- "Which folder should this be saved in?"
|
|
63
|
+
- options: folder name list (up to 4) + "My Workspace (default)"
|
|
64
|
+
|
|
65
|
+
### Step 4: Design Workflow Structure
|
|
66
|
+
|
|
67
|
+
Analyze the goal and design the nodes. **Every node instruction must satisfy the Instruction Depth Standard below before proceeding to Step 5.**
|
|
68
|
+
|
|
69
|
+
**Node structure example:**
|
|
70
|
+
|
|
71
|
+
```json
|
|
72
|
+
{
|
|
73
|
+
"title": "Clarify Goal",
|
|
74
|
+
"instruction": "## Goal Clarification\n\nExtract precise requirements before any work begins:\n\n1. Read the user's stated goal word by word and list every ambiguity.\n2. For each ambiguity, formulate one closed-ended question (yes/no or multiple choice).\n3. Ask the questions one at a time — never batch them.\n\n**Output**: A numbered list of confirmed constraints and success criteria.\n**Verification**: Every ambiguity is resolved; no open questions remain.",
|
|
75
|
+
"node_type": "action",
|
|
76
|
+
"hitl": false,
|
|
77
|
+
"order": 1
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Show the design to the user:
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
Designed workflow: <title>
|
|
85
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
86
|
+
1. [Clarify Goal] action
|
|
87
|
+
2. [Collect Data] action
|
|
88
|
+
3. [Run Analysis] action
|
|
89
|
+
4. [Review Results] gate ← pauses for human approval
|
|
90
|
+
5. [Generate Report] action
|
|
91
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
92
|
+
5 steps total
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
Ask via AskUserQuestion:
|
|
96
|
+
|
|
97
|
+
- header: "Confirm"
|
|
98
|
+
- "Create the workflow with this structure?"
|
|
99
|
+
- options: ["Create", "Edit", "Cancel"]
|
|
100
|
+
|
|
101
|
+
If "Edit" → accept modification input and redesign.
|
|
102
|
+
|
|
103
|
+
### Step 5: Register Workflow
|
|
104
|
+
|
|
105
|
+
Call `create_workflow`:
|
|
106
|
+
|
|
107
|
+
```json
|
|
108
|
+
{
|
|
109
|
+
"title": "<workflow title>",
|
|
110
|
+
"description": "<goal summary>",
|
|
111
|
+
"version": "1.0",
|
|
112
|
+
"folder_id": <selected folder id>,
|
|
113
|
+
"nodes": [...]
|
|
114
|
+
}
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
<HARD-RULE>
|
|
118
|
+
Immediately validate the `create_workflow` result before doing anything else:
|
|
119
|
+
|
|
120
|
+
- If the response includes `node_verification`, require `node_verification.mismatch === false`.
|
|
121
|
+
- If `nodes` were supplied to `create_workflow`, treat that call as the only allowed initial node creation step.
|
|
122
|
+
- Never append the same planned nodes after `create_workflow(nodes=[...])` because an older server response showed `data.nodes=[]`.
|
|
123
|
+
- If verification fails, STOP and investigate. Do not continue with `append_node` or `insert_node`.
|
|
124
|
+
</HARD-RULE>
|
|
125
|
+
|
|
126
|
+
### Step 6: Report Result + Open in Browser
|
|
127
|
+
|
|
128
|
+
On success, open the workflow detail page in the browser:
|
|
129
|
+
|
|
130
|
+
```bash
|
|
131
|
+
open "${WEBUI_URL}/workflows/${WORKFLOW_ID}"
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
`WEBUI_URL` = the `webui_url` field returned by `create_workflow`.
|
|
135
|
+
|
|
136
|
+
Then display:
|
|
137
|
+
|
|
138
|
+
```
|
|
139
|
+
✅ Workflow registered
|
|
140
|
+
Name: <title> (ID: <id>)
|
|
141
|
+
Steps: <n>
|
|
142
|
+
Version: 1.0
|
|
143
|
+
🔗 ${WEBUI_URL}/workflows/${WORKFLOW_ID}
|
|
144
|
+
|
|
145
|
+
Type `/bk-start` to execute it now.
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
## Node Type Reference
|
|
149
|
+
|
|
150
|
+
### action — Auto-executing agent step
|
|
151
|
+
|
|
152
|
+
- `auto_advance=1` (automatic). The agent executes the instruction, saves the result, and automatically proceeds to the next step.
|
|
153
|
+
- Set `hitl: true` to require human approval after execution. Use only for security-sensitive or irreversible operations.
|
|
154
|
+
|
|
155
|
+
### gate — User decision point
|
|
156
|
+
|
|
157
|
+
- `auto_advance=0`. Must receive a user response before proceeding.
|
|
158
|
+
- Set `visual_selection: true` to have the agent render an HTML UI where the user selects by clicking.
|
|
159
|
+
- Used for final result review, direction choices, approval/rejection, etc.
|
|
160
|
+
|
|
161
|
+
### loop — Conditional repetition
|
|
162
|
+
|
|
163
|
+
- `auto_advance=0`. Repeats the same step until the termination condition is met.
|
|
164
|
+
- `loop_back_to`: target step_order to loop back to. Usually points to itself (self-loop).
|
|
165
|
+
- **The instruction MUST include a clear termination condition** so the agent can decide `loop_continue=true/false`.
|
|
166
|
+
|
|
167
|
+
**Loop node design patterns:**
|
|
168
|
+
|
|
169
|
+
```json
|
|
170
|
+
{
|
|
171
|
+
"title": "Clarifying Questions",
|
|
172
|
+
"node_type": "loop",
|
|
173
|
+
"loop_back_to": 4,
|
|
174
|
+
"instruction": "Ask one question at a time. Use multiple choice when possible.\n\nGather:\n- Purpose: What problem does this feature solve?\n- Constraints: Tech stack, performance, security limitations?\n- Success criteria: What defines completion?\n\nTermination: End when purpose, scope, constraints, and success criteria are all clear."
|
|
175
|
+
}
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
```json
|
|
179
|
+
{
|
|
180
|
+
"title": "Design Section Presentation",
|
|
181
|
+
"node_type": "loop",
|
|
182
|
+
"loop_back_to": 7,
|
|
183
|
+
"instruction": "Present the design section by section.\nEach section scales with complexity: a few sentences if simple, 200-300 words if nuanced.\nCover: architecture, components, data flow, error handling, testing.\nAfter each section, ask the user for confirmation.\n\nTermination: End when all design sections have been approved by the user."
|
|
184
|
+
}
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**When to use loop nodes:**
|
|
188
|
+
|
|
189
|
+
- Information gathering (question → answer repetition)
|
|
190
|
+
- Section-by-section presentation/review (present → approve repetition)
|
|
191
|
+
- Iterative refinement (result → feedback → revision repetition)
|
|
192
|
+
|
|
193
|
+
## Node Design Guidelines
|
|
194
|
+
|
|
195
|
+
- 3–7 steps is ideal. Consider splitting if more than 10.
|
|
196
|
+
- Use `node_type: "gate"` before the final step to let the user review results.
|
|
197
|
+
- Use `node_type: "loop"` when a step needs iterative user interaction. Always include a clear termination condition in the instruction.
|
|
198
|
+
- Use `hitl: true` on `action` nodes only when the step requires explicit human judgment mid-flow (e.g., security-sensitive operations, irreversible actions).
|
|
199
|
+
- Use `visual_selection: true` on `gate` nodes when the selection is best expressed visually — e.g., choosing a layout, picking a chart type, selecting a UI template. The agent must call `set_visual_html` with interactive HTML before executing the step; the user's click supplies the response.
|
|
200
|
+
- For nodes requiring external API calls, specify `credential_id`. Create credentials first with `/bk-credential`.
|
|
201
|
+
|
|
202
|
+
## Instruction Depth Standard
|
|
203
|
+
|
|
204
|
+
<HARD-RULE>
|
|
205
|
+
Before calling `create_workflow`, verify every node instruction satisfies ALL of the following:
|
|
206
|
+
|
|
207
|
+
1. **Role/context** (first line or heading): who or what performs this step — e.g., "## Market Analyst", "You are acting as a senior code reviewer"
|
|
208
|
+
2. **Numbered sub-steps**: at minimum 2 explicit steps describing HOW to perform the action, not just WHAT to produce
|
|
209
|
+
3. **Output specification**: exactly what is produced — file path + format, structured data shape, or required fields
|
|
210
|
+
4. **Verification**: one line stating how to confirm the step succeeded
|
|
211
|
+
5. **Loop nodes only**: termination condition as the final line — "Termination: end when X"
|
|
212
|
+
|
|
213
|
+
**Minimum instruction length: 80 words.** If an instruction is shorter, it is not specific enough — expand it.
|
|
214
|
+
</HARD-RULE>
|
|
215
|
+
|
|
216
|
+
### Anti-patterns → Prescriptive Rewrites
|
|
217
|
+
|
|
218
|
+
| ❌ Vague — do not write | ✅ Prescriptive — write this instead |
|
|
219
|
+
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
220
|
+
| "Analyze the data." | "Read the CSV at `data/input.csv`. Compute row count, null counts per column, and value distributions for numeric columns. Output a summary table to `data/eda-summary.md`." |
|
|
221
|
+
| "Review the results." | "Check each output against the success criteria from Step 1. Build a pass/fail table with one evidence line per criterion. Flag any criterion below threshold in red." |
|
|
222
|
+
| "Ask the user what to do." | "Present exactly 3 options via bk-options (sm): A) proceed as-is, B) revise the output, C) abort. Include a one-sentence consequence for each option." |
|
|
223
|
+
| "Generate a report." | "Create `docs/report-YYYY-MM-DD.md` with sections: Executive Summary (3 bullets), Findings (numbered, each with evidence), Recommendations (priority-ordered), Next Steps (owner + deadline)." |
|
|
224
|
+
| "Search the web." | "Run a web search for each of the 3 queries listed. For each result, record: source URL, publication date, key claim (1 sentence). Discard results older than 12 months." |
|
|
225
|
+
|
|
226
|
+
### Instruction Templates by Node Type
|
|
227
|
+
|
|
228
|
+
**action — data / research step:**
|
|
229
|
+
|
|
230
|
+
```
|
|
231
|
+
## <Expert Role>
|
|
232
|
+
|
|
233
|
+
<One sentence: what this step accomplishes and why it matters here.>
|
|
234
|
+
|
|
235
|
+
1. <First concrete action — tool call, file read, calculation>
|
|
236
|
+
2. <Second concrete action — transformation, filtering, aggregation>
|
|
237
|
+
3. <Third action if needed>
|
|
238
|
+
|
|
239
|
+
**Output**: <Exact file path or data structure>
|
|
240
|
+
**Verification**: <Command or check that confirms success>
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**gate — user decision:**
|
|
244
|
+
|
|
245
|
+
```
|
|
246
|
+
<Brief context: what was just produced and what the user must decide.>
|
|
247
|
+
|
|
248
|
+
Present options using bk-options (size=sm):
|
|
249
|
+
- A) <Option> — <one-sentence consequence>
|
|
250
|
+
- B) <Option> — <one-sentence consequence>
|
|
251
|
+
- C) <Option> — <one-sentence consequence>
|
|
252
|
+
|
|
253
|
+
Mark the recommended option with `data-recommended`.
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
**loop — iterative interaction:**
|
|
257
|
+
|
|
258
|
+
```
|
|
259
|
+
## <Role>
|
|
260
|
+
|
|
261
|
+
<What is being iterated and why iteration is needed.>
|
|
262
|
+
|
|
263
|
+
Each iteration:
|
|
264
|
+
1. <What to present or ask>
|
|
265
|
+
2. <How to process the response>
|
|
266
|
+
3. <How to update state>
|
|
267
|
+
|
|
268
|
+
**Termination**: End when <specific, measurable condition>.
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
#### VS Component Selection Guide
|
|
272
|
+
|
|
273
|
+
When designing a `visual_selection: true` gate node, specify which `bk-*` components the agent should use in the node instruction. This keeps VS screens consistent and prevents vague "make a selection UI" instructions.
|
|
274
|
+
|
|
275
|
+
<HARD-RULE>
|
|
276
|
+
- VS content shown to the user must be written in the user's language.
|
|
277
|
+
- Labels, option descriptions, helper text, slider units, ranking item names, and matrix axis labels must all follow the user's language.
|
|
278
|
+
- Keep component class names and JSON keys in their canonical English forms (`bk-options`, `selections`, `values`, `ranking`, `matrix`, `comment`, `fields`, `option_comments`).
|
|
279
|
+
</HARD-RULE>
|
|
280
|
+
|
|
281
|
+
**Dialog size directive** — optional first line of the HTML: `<!-- @bk size=sm|md|lg|xl|full -->`. Default is `sm` (single-column choices). Step up to `md` (cards, code-compare), `lg` (pros-cons, ranking, timeline), `xl` (mockups, matrix, side-by-side wireframes), or `full` (dashboard previews, complex layouts) whenever content benefits from horizontal space.
|
|
282
|
+
|
|
283
|
+
**Component → Use Case mapping:**
|
|
284
|
+
|
|
285
|
+
| Component | Recommended size | Best for |
|
|
286
|
+
| ----------------- | ---------------- | -------------------------------------------------------------- |
|
|
287
|
+
| `bk-options` | `sm` | Mutually exclusive choices with descriptions (A/B/C decisions) |
|
|
288
|
+
| `bk-cards` | `md` | Visual previews (layout, chart type, UI template selection) |
|
|
289
|
+
| `bk-checklist` | `sm` | Feature toggles, multi-select from a list |
|
|
290
|
+
| `bk-code-compare` | `lg` | Comparing code approaches side by side |
|
|
291
|
+
| `bk-slider` | `sm` | Budget allocation, confidence levels, thresholds |
|
|
292
|
+
| `bk-input` | `sm` | Short rationale, constraint, owner, or one-line change request |
|
|
293
|
+
| `bk-textarea` | `sm` or `md` | Long-form feedback, revision request, reviewer memo |
|
|
294
|
+
| `bk-ranking` | `md` | Priority ordering (requirements, features) |
|
|
295
|
+
| `bk-matrix` | `xl` | Urgency/importance mapping, risk assessment |
|
|
296
|
+
| `bk-split` | `xl` | Two-option comparison (A vs B) |
|
|
297
|
+
| `bk-pros-cons` | `lg` | Pros and cons review |
|
|
298
|
+
| `bk-mockup` | `xl` or `full` | UI wireframe / layout previews |
|
|
299
|
+
| `bk-timeline` | `lg` | Roadmap / milestone review |
|
|
300
|
+
|
|
301
|
+
**Instruction template patterns:**
|
|
302
|
+
|
|
303
|
+
```text
|
|
304
|
+
Present the alternatives using bk-options with data-recommended on the suggested choice.
|
|
305
|
+
(dialog: sm — default, no directive needed)
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
```text
|
|
309
|
+
Show the layout candidates using bk-cards (size=md), then add a bk-slider named "confidence" (0-100, unit "%").
|
|
310
|
+
Start the HTML with: <!-- @bk size=md -->
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
```text
|
|
314
|
+
If the user may want to approve with edits, add a bk-textarea with data-name="comment" and data-response-key="comment" so they can leave a global memo.
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
```text
|
|
318
|
+
If a specific option requires justification or revision notes, add data-requires-comment to that selectable item.
|
|
319
|
+
Use data-comment-name="change_request" when the memo should be persisted into response.fields.change_request.
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
**Feedback-friendly gate design rules:**
|
|
323
|
+
|
|
324
|
+
- For review/approval gates, default to **selection + memo**, not selection alone.
|
|
325
|
+
- If one option means "approve with edits", make that option require a comment.
|
|
326
|
+
- Use `bk-input` for short structured constraints (owner, budget cap, deadline).
|
|
327
|
+
- Use `bk-textarea` for open-ended revision requests or free-form reviewer notes.
|
|
328
|
+
- When designing downstream steps, explicitly instruct the agent to parse and honor `comment`, `fields`, and `option_comments`, not just `selections`.
|
|
329
|
+
|
|
330
|
+
```text
|
|
331
|
+
Collect optional capabilities with bk-checklist and ask the user to rank the top three priorities using bk-ranking.
|
|
332
|
+
(dialog: sm or md — omit directive or use <!-- @bk size=md -->)
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
```text
|
|
336
|
+
Compare the two implementation approaches using bk-code-compare (size=lg), then capture risk posture in a bk-matrix (size=xl).
|
|
337
|
+
If both appear on the same screen, use the larger size: <!-- @bk size=xl -->
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
```text
|
|
341
|
+
Show a UI wireframe mockup or dashboard layout preview using bk-mockup with inline styles.
|
|
342
|
+
Start the HTML with: <!-- @bk size=xl --> or <!-- @bk size=full -->
|
|
343
|
+
Place two mockup cards side by side using display:grid;grid-template-columns:1fr 1fr.
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
### Attachments
|
|
347
|
+
|
|
348
|
+
- Use node attachments for scripts, reference docs, prompts, and config files that the agent should load during execution.
|
|
349
|
+
- Add attachments only after the workflow and target node exist, using `upload_attachment(workflow_id, node_id, filename, content)`.
|
|
350
|
+
- Prefer text-based files so the execution skill can download and use their contents directly.
|
|
351
|
+
- Mention the attachment by filename in the node instruction when the agent is expected to read it.
|
|
352
|
+
- Keep attachments node-specific. Shared reusable logic belongs in an instruction template or a separate workflow step, not duplicated across many nodes.
|
|
353
|
+
- Use binary attachments only when necessary. Execution agents may only inspect their metadata unless the task explicitly requires the binary asset.
|
|
354
|
+
|
|
355
|
+
## Node Modification Strategy
|
|
356
|
+
|
|
357
|
+
<HARD-RULE>
|
|
358
|
+
- Before any structural edit, refresh the current workflow structure from the server and use the latest node ids / step orders as the source of truth.
|
|
359
|
+
- Update a single node → `update_node(workflow_id, node_id, ...only changed fields such as title, instruction, node_type, hitl, visual_selection, loop_back_to, credential_id, instruction_id)`
|
|
360
|
+
- Append a node (at the end) → `append_node(workflow_id, title, instruction, node_type, hitl?, visual_selection?, loop_back_to?, credential_id?, instruction_id?)`
|
|
361
|
+
- Insert a node (in the middle) → `insert_node(workflow_id, after_step=N, title, instruction, node_type, hitl?, visual_selection?, loop_back_to?, credential_id?, instruction_id?)`
|
|
362
|
+
- Delete a node → `remove_node(workflow_id, node_id)`
|
|
363
|
+
- Never use `update_workflow(nodes=[...])` for full replacement unless a complete redesign is intended
|
|
364
|
+
- After every `append_node` or `insert_node`, inspect the returned `node_verification`.
|
|
365
|
+
- If `node_verification.mismatch === true`, STOP immediately and do not continue issuing more structural edits from the current plan snapshot.
|
|
366
|
+
</HARD-RULE>
|
|
367
|
+
|
|
368
|
+
## Inline vs Template Instructions
|
|
369
|
+
|
|
370
|
+
Nodes can have two types of instructions:
|
|
371
|
+
|
|
372
|
+
- **Template reference**: Node has `instruction_id` set. References a shared instruction template. Use `update_instruction` to modify the template — affects all nodes that reference it.
|
|
373
|
+
- **Inline instruction**: Node has no `instruction_id` and stores text directly in the `instruction` field. Use `update_node(workflow_id, node_id, instruction="new text")` to modify — affects only that node.
|
|
374
|
+
|
|
375
|
+
```
|
|
376
|
+
# Update inline instruction — affects only this node
|
|
377
|
+
update_node(workflow_id=67, node_id=109, instruction="new instruction text")
|
|
378
|
+
|
|
379
|
+
# Update instruction template — affects all referencing nodes
|
|
380
|
+
update_instruction(instruction_id=5, content="new template text")
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
## Folder & Workflow Organization
|
|
384
|
+
|
|
385
|
+
Triggered when the user says "move workflow", "change folder", "organize", or "create folder".
|
|
386
|
+
|
|
387
|
+
### Move an Existing Workflow to a Different Folder
|
|
388
|
+
|
|
389
|
+
1. Call `list_workflows` to identify the target workflow (or use the name the user mentioned).
|
|
390
|
+
2. Call `list_folders` to get the folder list.
|
|
391
|
+
3. Ask via AskUserQuestion:
|
|
392
|
+
- header: "Move to"
|
|
393
|
+
- "Which folder should '{workflow title}' be moved to?"
|
|
394
|
+
- options: folder name list + "My Workspace (default)"
|
|
395
|
+
4. Call `move_workflow`:
|
|
396
|
+
```json
|
|
397
|
+
{ "workflow_id": <id>, "folder_id": <destination folder id> }
|
|
398
|
+
```
|
|
399
|
+
5. Report: `✅ Moved '{workflow title}' → '{folder name}'`
|
|
400
|
+
|
|
401
|
+
### Create a Standalone Folder
|
|
402
|
+
|
|
403
|
+
1. Ask for name and optional visibility (`personal` / `group` / `public`).
|
|
404
|
+
2. Call `create_folder`:
|
|
405
|
+
```json
|
|
406
|
+
{ "name": "<name>", "description": "<desc>", "visibility": "personal" }
|
|
407
|
+
```
|
|
408
|
+
3. Report: `✅ Folder '{name}' created.`
|
|
409
|
+
|
|
410
|
+
### Rename a Folder
|
|
411
|
+
|
|
412
|
+
Call `update_folder`:
|
|
413
|
+
|
|
414
|
+
```json
|
|
415
|
+
{ "folder_id": <id>, "name": "<new name>" }
|
|
416
|
+
```
|
|
417
|
+
|
|
418
|
+
### Delete an Empty Folder
|
|
419
|
+
|
|
420
|
+
Call `delete_folder`:
|
|
421
|
+
|
|
422
|
+
```json
|
|
423
|
+
{ "folder_id": <id> }
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
> Note: `delete_folder` fails with `FOLDER_NOT_EMPTY` if the folder contains any workflows, instructions, or sub-folders. Empty the folder first. Credentials are not filed in folders and do not affect this check.
|
|
@@ -136,7 +136,7 @@ Call `delete_credential`. On 409 error (in use), inform the user which workflow
|
|
|
136
136
|
|
|
137
137
|
Credentials are linked to workflow nodes via `credential_id`.
|
|
138
138
|
|
|
139
|
-
When designing workflows (`/bk-
|
|
139
|
+
When designing workflows (`/bk-create`, `/bk-improve`), set the credential on the node that calls an external API:
|
|
140
140
|
|
|
141
141
|
```json
|
|
142
142
|
{
|