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
|
@@ -1,426 +1,589 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bk-design
|
|
3
|
-
description:
|
|
3
|
+
description: Create, update, export, and apply BlueKiwi design systems from the registry through MCP tools. Use when the user says "/bk-design", asks to create a design system, apply a registered design system, export a design system skill, or update brand/design tokens in BlueKiwi.
|
|
4
4
|
user_invocable: true
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# BlueKiwi
|
|
7
|
+
# BlueKiwi Design System
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Use BlueKiwi's design-system registry through MCP tools. Do not write directly
|
|
10
|
+
to the database or call raw HTTP APIs when MCP tools are available.
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
## Core Concepts
|
|
12
13
|
|
|
13
|
-
|
|
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.
|
|
14
|
+
A BlueKiwi design system is a versioned registry resource containing:
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
- metadata: title, slug, description, status
|
|
17
|
+
- taxonomy metadata: category and surface (`web`, `slides`, `docs`, `image`,
|
|
18
|
+
`video`, or `audio`)
|
|
19
|
+
- schema and split token JSON (`color_tokens`, `typography_tokens`,
|
|
20
|
+
`component_tokens`)
|
|
21
|
+
- guidelines markdown
|
|
22
|
+
- SKILL.md-compatible markdown
|
|
23
|
+
- component documents for React, pure HTML/CSS, Tailwind CSS, and shadcn/ui
|
|
24
|
+
components
|
|
25
|
+
- assets such as CSS, templates, references, logos, or images
|
|
18
26
|
|
|
19
|
-
|
|
20
|
-
- `/bk-design <goal>` → Start designing from the provided goal.
|
|
27
|
+
## Required Interaction Gate
|
|
21
28
|
|
|
22
|
-
|
|
29
|
+
If the user invokes `bk-design` without explicitly saying what operation they
|
|
30
|
+
want, ask an `AskUserQuestion` before using mutation tools. The first question
|
|
31
|
+
must classify the intent:
|
|
23
32
|
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
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`.
|
|
33
|
+
- create a design system
|
|
34
|
+
- update a design system
|
|
35
|
+
- delete a design system
|
|
36
|
+
- load or export a design system
|
|
30
37
|
|
|
31
|
-
|
|
38
|
+
Use `AskUserQuestion` for selection and confirmation steps whenever the next
|
|
39
|
+
action would create, update, or delete registry data. Do not infer destructive
|
|
40
|
+
intent from vague wording.
|
|
32
41
|
|
|
33
|
-
###
|
|
42
|
+
### Non-Negotiable Operation Protocol
|
|
34
43
|
|
|
35
|
-
|
|
44
|
+
Follow this order for every `bk-design` invocation:
|
|
36
45
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
46
|
+
1. Determine intent: create, update, delete, load, export, seed, or apply.
|
|
47
|
+
2. If intent is missing or ambiguous, ask `AskUserQuestion` and stop until the
|
|
48
|
+
user answers.
|
|
49
|
+
3. For create/update/delete, call `list_design_systems` before choosing a
|
|
50
|
+
target or deciding whether the registry is empty.
|
|
51
|
+
4. For create, compare the request with existing title, slug, category,
|
|
52
|
+
surface, description, and version family. If any system is plausibly
|
|
53
|
+
related, ask whether to create a new system or create a new version.
|
|
54
|
+
5. For update/delete, ask the user to choose the target system from the loaded
|
|
55
|
+
list before any mutation.
|
|
56
|
+
6. Ask whether the operation applies to the whole system or a category/entry.
|
|
57
|
+
7. Show the selected target and intended tool call in plain language, then ask
|
|
58
|
+
for confirmation before destructive or broad replacement operations.
|
|
59
|
+
8. Run `lint_design_system` after substantial create/update work. Resolve
|
|
60
|
+
errors before saying the system is ready.
|
|
40
61
|
|
|
41
|
-
|
|
62
|
+
Do not call `create_design_system`, `update_design_system`,
|
|
63
|
+
`create_design_system_version`, `delete_design_system`,
|
|
64
|
+
`update_design_system_section`, `delete_design_system_section`,
|
|
65
|
+
`upsert_design_system_section_entry`, `delete_design_system_section_entry`,
|
|
66
|
+
`upsert_design_component`, `delete_design_component`,
|
|
67
|
+
`add_design_system_asset`, or `delete_design_system_asset` until the required
|
|
68
|
+
selection gates above are satisfied.
|
|
42
69
|
|
|
43
|
-
###
|
|
70
|
+
### AskUserQuestion Templates
|
|
44
71
|
|
|
45
|
-
|
|
72
|
+
Use short, concrete choices. Prefer three to five options. Always include a
|
|
73
|
+
free-form custom option when design direction is involved.
|
|
46
74
|
|
|
47
|
-
|
|
75
|
+
Intent question:
|
|
48
76
|
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
- options: ["Create new", "Improve existing (switch to /bk-improve)"]
|
|
77
|
+
- "What do you want to do with BlueKiwi design systems?"
|
|
78
|
+
- Options: Create, Update, Delete, Load/Export
|
|
52
79
|
|
|
53
|
-
|
|
80
|
+
Create relationship question after `list_design_systems`:
|
|
54
81
|
|
|
55
|
-
|
|
82
|
+
- "I found related design systems. Should I create a new version or a separate
|
|
83
|
+
system?"
|
|
84
|
+
- Options: New Version, Separate System, Show Details
|
|
56
85
|
|
|
57
|
-
|
|
86
|
+
Target question for update/delete:
|
|
58
87
|
|
|
59
|
-
|
|
88
|
+
- "Which design system should I modify?"
|
|
89
|
+
- Options should include title, slug, version, category, surface, and active
|
|
90
|
+
marker when available.
|
|
60
91
|
|
|
61
|
-
|
|
62
|
-
- "Which folder should this be saved in?"
|
|
63
|
-
- options: folder name list (up to 4) + "My Workspace (default)"
|
|
92
|
+
Scope question:
|
|
64
93
|
|
|
65
|
-
|
|
94
|
+
- "What scope should this operation affect?"
|
|
95
|
+
- Options: Whole System, Colors, Typography, Components, One Component,
|
|
96
|
+
Guidelines/Skill, Assets
|
|
66
97
|
|
|
67
|
-
|
|
98
|
+
Depth question for create or material visual update:
|
|
68
99
|
|
|
69
|
-
|
|
100
|
+
- "How detailed should the design-system process be?"
|
|
101
|
+
- Options: LoFi Fast Draft, HiFi Recommended Directions
|
|
70
102
|
|
|
71
|
-
|
|
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.
|
|
103
|
+
Generation mode question:
|
|
102
104
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
- "How should I generate the system?"
|
|
106
|
+
- Options: Guided Category Loop, Automatic Draft
|
|
107
|
+
|
|
108
|
+
Confirmation question:
|
|
109
|
+
|
|
110
|
+
- "Confirm this change before I write to BlueKiwi."
|
|
111
|
+
- Options: Apply Change, Revise Plan, Cancel
|
|
112
|
+
|
|
113
|
+
### Required Dialogue Scenarios
|
|
114
|
+
|
|
115
|
+
Use these scenarios as behavioral tests when deciding whether to ask or act:
|
|
116
|
+
|
|
117
|
+
- User says only `/bk-design` or "design system": ask the intent question and
|
|
118
|
+
stop. Do not call mutation tools.
|
|
119
|
+
- User says "make a design system" without enough product context: call
|
|
120
|
+
`list_design_systems`, ask whether related systems should become a new
|
|
121
|
+
version or a separate system when applicable, then run the depth and
|
|
122
|
+
generation mode questions.
|
|
123
|
+
- User says "update the colors": call `list_design_systems`, ask the target
|
|
124
|
+
system, ask whether the scope is the full palette or specific tokens, load
|
|
125
|
+
the current colors, then confirm the intended scoped tool call.
|
|
126
|
+
- User says "delete this design system" without a concrete id or slug: call
|
|
127
|
+
`list_design_systems`, ask the target, ask whether to delete the selected
|
|
128
|
+
version or full family, then confirm before deletion.
|
|
129
|
+
- User says "use the current design system": call `get_active_design_system`.
|
|
130
|
+
If one is set, confirm whether to use it. If none is set, call
|
|
131
|
+
`list_design_systems` and ask the user to choose one.
|
|
132
|
+
- User asks for an automatic HiFi design system: show three tailored
|
|
133
|
+
recommendations unless they explicitly asked you to choose automatically.
|
|
134
|
+
If they asked you to choose, state the selected direction and assumptions,
|
|
135
|
+
draft the system, ask for feedback, then write only after approval unless the
|
|
136
|
+
user already gave explicit permission to write automatically.
|
|
137
|
+
|
|
138
|
+
### Design Depth Gate
|
|
139
|
+
|
|
140
|
+
Before creating or materially updating design tokens, typography, or
|
|
141
|
+
components, ask whether the user wants a LoFi or HiFi design-system process.
|
|
142
|
+
|
|
143
|
+
- LoFi: create a practical, lightweight token/component set from the user's
|
|
144
|
+
stated requirements. Keep the questionnaire short and optimize for speed.
|
|
145
|
+
- HiFi: run a richer design exploration before writing registry data. Read
|
|
146
|
+
`references/hifi-design-playbook.md` and `references/craft-rules.md` first.
|
|
147
|
+
Use them as the local basis for recommendations, auto-generation, quality
|
|
148
|
+
checks, and feedback loops.
|
|
149
|
+
|
|
150
|
+
For HiFi, show at least three recommended design directions before generation.
|
|
151
|
+
Each recommendation should include:
|
|
152
|
+
|
|
153
|
+
- visual concept and product fit
|
|
154
|
+
- color palette direction
|
|
155
|
+
- typography direction
|
|
156
|
+
- component style direction
|
|
157
|
+
- tradeoffs or constraints
|
|
158
|
+
|
|
159
|
+
Always allow a custom user request as an option alongside recommendations.
|
|
160
|
+
|
|
161
|
+
If the user asks you to proceed automatically, select the strongest direction
|
|
162
|
+
from `references/hifi-design-playbook.md` based on the user's product context,
|
|
163
|
+
state the assumptions, generate the complete design-system draft, summarize the
|
|
164
|
+
result by category, and ask for feedback before writing registry mutations.
|
|
165
|
+
|
|
166
|
+
### Generation Mode Gate
|
|
167
|
+
|
|
168
|
+
After the user chooses LoFi or HiFi, ask how to generate the design system:
|
|
169
|
+
|
|
170
|
+
- guided loop: ask category-by-category questions, then create tokens,
|
|
171
|
+
typography, and components from explicit user direction
|
|
172
|
+
- automatic draft: generate the whole initial design system automatically, then
|
|
173
|
+
ask for feedback and revise in follow-up loops
|
|
174
|
+
|
|
175
|
+
For guided loops, ask what component families to include before generating
|
|
176
|
+
component specs. Offer a practical checklist such as:
|
|
177
|
+
|
|
178
|
+
- foundations: colors, typography, spacing, radius, shadows, motion
|
|
179
|
+
- controls: button, input, textarea, checkbox, radio, switch, select, slider
|
|
180
|
+
- navigation: tabs, breadcrumb, menu, sidebar, pagination
|
|
181
|
+
- feedback: alert, toast, badge, progress, skeleton
|
|
182
|
+
- layout/data: card, table, dialog, drawer, accordion, tooltip, popover
|
|
183
|
+
- domain-specific components requested by the user
|
|
184
|
+
|
|
185
|
+
For automatic drafts, generate a complete first pass, summarize the design
|
|
186
|
+
system by category, then ask for feedback before final registry mutation.
|
|
187
|
+
|
|
188
|
+
### Design Direction Synthesis
|
|
189
|
+
|
|
190
|
+
For HiFi recommendations, do not paste external skill instructions into the
|
|
191
|
+
answer or the registry. Use `references/hifi-design-playbook.md` and
|
|
192
|
+
`references/craft-rules.md` to synthesize BlueKiwi-native recommendations.
|
|
193
|
+
The recommendations must be tailored to the product context and should not
|
|
194
|
+
sound like generic theme names.
|
|
195
|
+
|
|
196
|
+
Each direction must include:
|
|
197
|
+
|
|
198
|
+
- target user and product fit
|
|
199
|
+
- palette with semantic roles, not only color names
|
|
200
|
+
- typography roles and rationale
|
|
201
|
+
- component coverage preset or custom component plan
|
|
202
|
+
- density, radius, motion, and accessibility stance
|
|
203
|
+
- known tradeoff
|
|
204
|
+
|
|
205
|
+
If the user chooses automatic generation, select one direction yourself based
|
|
206
|
+
on the request, state the assumptions, generate a full draft, and ask for
|
|
207
|
+
feedback before writing. If the user explicitly says to write automatically
|
|
208
|
+
without another approval round, still run lint after writing and summarize any
|
|
209
|
+
warnings.
|
|
210
|
+
|
|
211
|
+
### Create Gate
|
|
212
|
+
|
|
213
|
+
For create intent:
|
|
214
|
+
|
|
215
|
+
1. Call `list_design_systems` first.
|
|
216
|
+
2. If an existing design system appears related by product, brand, slug, or
|
|
217
|
+
domain, ask whether to create a new version of that system or create a
|
|
218
|
+
separate new design system.
|
|
219
|
+
3. If the user chooses versioning, use `create_design_system_version`.
|
|
220
|
+
4. If the user chooses a separate system, use `create_design_system`.
|
|
221
|
+
5. Run the Design Depth Gate and Generation Mode Gate before creating tokens,
|
|
222
|
+
typography, or component documents.
|
|
223
|
+
|
|
224
|
+
### Update Gate
|
|
225
|
+
|
|
226
|
+
For update intent:
|
|
227
|
+
|
|
228
|
+
1. Call `list_design_systems`.
|
|
229
|
+
2. Ask the user to choose the design system to update from the list.
|
|
230
|
+
3. Ask whether to update the whole design system or a specific design category.
|
|
231
|
+
4. If category-level, offer categories such as colors, typography/fonts,
|
|
232
|
+
components, guidelines, skill, schema, tokens, or assets.
|
|
233
|
+
5. Show the relevant list or current section value, then ask the user to
|
|
234
|
+
confirm the target before applying changes.
|
|
235
|
+
6. Use section or component tools for scoped changes. Use full
|
|
236
|
+
`update_design_system` only for metadata or intentional whole-payload edits.
|
|
237
|
+
7. If the update changes tokens, typography, or components materially, run the
|
|
238
|
+
Design Depth Gate and Generation Mode Gate before applying the update.
|
|
239
|
+
|
|
240
|
+
### Delete Gate
|
|
241
|
+
|
|
242
|
+
For delete intent:
|
|
243
|
+
|
|
244
|
+
1. Call `list_design_systems`.
|
|
245
|
+
2. Ask the user to choose the design system to delete.
|
|
246
|
+
3. Ask whether to delete only the selected version, the full version family, a
|
|
247
|
+
single component, or a single asset.
|
|
248
|
+
4. Confirm the selected target before calling any delete tool.
|
|
249
|
+
|
|
250
|
+
## Tool Map
|
|
251
|
+
|
|
252
|
+
- `list_design_systems` — find relevant systems.
|
|
253
|
+
- `get_design_system` — load metadata, active payload, and assets.
|
|
254
|
+
- `list_design_system_events` — inspect recent change/provenance events for
|
|
255
|
+
one design system after updates, version changes, or rollback.
|
|
256
|
+
- `get_active_design_system` — load the current user's active design-system
|
|
257
|
+
context.
|
|
258
|
+
- `set_active_design_system` — pin a visible system as the active context.
|
|
259
|
+
- `clear_active_design_system` — clear the active context.
|
|
260
|
+
- MCP resources — read-heavy lookups expose `bk://design-systems/<id>/DESIGN.md`
|
|
261
|
+
and `bk://active/design-system/DESIGN.md` when the client supports resources.
|
|
262
|
+
Prefer these resources for applying an existing design system to generation
|
|
263
|
+
work.
|
|
264
|
+
- `create_design_system` — create a new registry item.
|
|
265
|
+
- `seed_design_systems` — seed the built-in BlueKiwi design-system library into
|
|
266
|
+
the current user's `[Design Seeds]` folder. Use it when the registry is empty
|
|
267
|
+
or the user asks for starter/reference systems.
|
|
268
|
+
- `update_design_system` — update metadata or active payload.
|
|
269
|
+
- `create_design_system_version` — publish a new active version.
|
|
270
|
+
- `list_design_system_versions` — list active and inactive versions in one
|
|
271
|
+
family before update, rollback, or comparison decisions.
|
|
272
|
+
- `diff_design_system_versions` — compare two versions and inspect metadata,
|
|
273
|
+
token, component, markdown, and asset changes.
|
|
274
|
+
- `activate_design_system_version` — activate an existing version in its
|
|
275
|
+
family. Use this for rollback only after listing versions, comparing the
|
|
276
|
+
target, and confirming with the user.
|
|
277
|
+
- `delete_design_system` — delete one version or a full version family.
|
|
278
|
+
- `get_design_system_section` — load one category such as colors,
|
|
279
|
+
typography, components, guidelines, skill, or assets.
|
|
280
|
+
- `update_design_system_section` — replace or shallow-merge one category.
|
|
281
|
+
- `delete_design_system_section` — clear one category.
|
|
282
|
+
- `get_design_system_section_entry` — load one keyed token/spec from an
|
|
283
|
+
object category.
|
|
284
|
+
- `upsert_design_system_section_entry` — create or replace one keyed
|
|
285
|
+
token/spec inside a category.
|
|
286
|
+
- `delete_design_system_section_entry` — delete one keyed token/spec.
|
|
287
|
+
- `get_design_component` — load one component by name with normalized docs.
|
|
288
|
+
- `upsert_design_component` — create or replace one component spec by name.
|
|
289
|
+
- `delete_design_component` — delete one component spec by name.
|
|
290
|
+
- `lint_design_system` — run deterministic checks for token coverage, contrast,
|
|
291
|
+
component states, shadcn/Tailwind metadata, and agent-readability gaps.
|
|
292
|
+
- `add_design_system_asset` — attach a small text/base64 asset.
|
|
293
|
+
- `delete_design_system_asset` — remove obsolete source assets.
|
|
294
|
+
- `export_design_system` — export `json`, `skill`, `design`, `bundle`,
|
|
295
|
+
`package`, or `adapters` format. `bundle` returns `DESIGN.md`, `SKILL.md`,
|
|
296
|
+
`design-package.json`, split token files, component docs, text assets,
|
|
297
|
+
implementation adapters, and lint results in one payload. `package` returns
|
|
298
|
+
the same files with `format: "package"` for import/apply workflows.
|
|
299
|
+
`adapters` returns Tailwind config, shadcn registry JSON, React component
|
|
300
|
+
scaffolds, HTML/CSS preview kit, and CSS custom properties.
|
|
301
|
+
- `analyze_design_system_package` — inspect a package before import. Returns
|
|
302
|
+
summary metadata, token/component/asset counts, editable related existing
|
|
303
|
+
systems, and recommended `create` vs `version` mode.
|
|
304
|
+
- `import_design_system_package` — import a BlueKiwi package export into the
|
|
305
|
+
registry. Use `mode: "create"` for a separate system, or `mode: "version"`
|
|
306
|
+
with `target_design_system_id` after the user chooses an existing family.
|
|
307
|
+
|
|
308
|
+
## Flow: Use an Existing Design System
|
|
309
|
+
|
|
310
|
+
1. Call `get_active_design_system` first when the user asks to "use the design
|
|
311
|
+
system" without naming one. If active exists, confirm whether to use it.
|
|
312
|
+
2. Call `list_design_systems`.
|
|
313
|
+
3. If the list is empty and the user wants recommendations or starter systems,
|
|
314
|
+
ask whether to seed the built-in library. If approved, call
|
|
315
|
+
`seed_design_systems`, then call `list_design_systems` again.
|
|
316
|
+
4. Select the most relevant system by user request, project name, category,
|
|
317
|
+
surface, or slug.
|
|
318
|
+
5. Ask whether to set the chosen system as active if it will guide follow-up
|
|
319
|
+
work. If approved, call `set_active_design_system`.
|
|
320
|
+
6. Call `get_design_system`, or read `bk://active/design-system/DESIGN.md` when
|
|
321
|
+
the active context is already set and MCP resources are available.
|
|
322
|
+
7. Apply the loaded tokens and guidelines to the current work.
|
|
323
|
+
8. If the user requests portable output, call `export_design_system` with
|
|
324
|
+
`format: "skill"`.
|
|
325
|
+
|
|
326
|
+
## Flow: Create a New Design System
|
|
327
|
+
|
|
328
|
+
Collect the minimum viable context:
|
|
329
|
+
|
|
330
|
+
- brand or product name
|
|
331
|
+
- audience and usage medium
|
|
332
|
+
- category and surface
|
|
333
|
+
- tone and design principles
|
|
334
|
+
- color direction
|
|
335
|
+
- typography direction
|
|
336
|
+
- component needs
|
|
337
|
+
- hard prohibitions
|
|
338
|
+
|
|
339
|
+
Then call `create_design_system` with:
|
|
106
340
|
|
|
107
341
|
```json
|
|
108
342
|
{
|
|
109
|
-
"title": "
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
343
|
+
"title": "Example Design System",
|
|
344
|
+
"slug": "example-design-system",
|
|
345
|
+
"description": "Short purpose statement",
|
|
346
|
+
"category": "Education",
|
|
347
|
+
"surface": "web",
|
|
348
|
+
"schema": {
|
|
349
|
+
"version": "1.0",
|
|
350
|
+
"mediums": ["web", "slides", "docs"]
|
|
351
|
+
},
|
|
352
|
+
"tokens": {
|
|
353
|
+
"color": {},
|
|
354
|
+
"typography": {},
|
|
355
|
+
"spacing": {},
|
|
356
|
+
"components": {}
|
|
357
|
+
},
|
|
358
|
+
"color_tokens": {},
|
|
359
|
+
"typography_tokens": {},
|
|
360
|
+
"component_tokens": {
|
|
361
|
+
"LessonCard": {
|
|
362
|
+
"framework": "shadcn",
|
|
363
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
364
|
+
"description": "Compact lesson module card.",
|
|
365
|
+
"dependencies": ["@radix-ui/react-slot", "class-variance-authority"],
|
|
366
|
+
"install": ["npx shadcn@latest add card button"],
|
|
367
|
+
"props": [
|
|
368
|
+
{
|
|
369
|
+
"name": "title",
|
|
370
|
+
"type": "string",
|
|
371
|
+
"description": "Lesson title"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"variants": ["default", "active"],
|
|
375
|
+
"states": ["default", "hover", "focus-visible", "disabled", "loading"],
|
|
376
|
+
"tailwind": {
|
|
377
|
+
"classes": ["rounded-lg", "border", "bg-card", "text-card-foreground"],
|
|
378
|
+
"theme_tokens": ["--card", "--card-foreground"]
|
|
379
|
+
},
|
|
380
|
+
"shadcn": {
|
|
381
|
+
"registry_items": ["card", "button"],
|
|
382
|
+
"dependencies": ["lucide-react"]
|
|
383
|
+
},
|
|
384
|
+
"preview": {
|
|
385
|
+
"html": "<article class=\"lesson-card\"><h3>Prompt Design</h3></article>",
|
|
386
|
+
"css": ".lesson-card{border:1px solid #D8CCB8;padding:16px}"
|
|
387
|
+
},
|
|
388
|
+
"source": {
|
|
389
|
+
"react": "export function LessonCard({ title }) { return <article>{title}</article>; }"
|
|
390
|
+
},
|
|
391
|
+
"usage": "Use inside workshop outlines and curriculum dashboards.",
|
|
392
|
+
"assets": ["LessonCard.tsx", "lesson-card.css"]
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"guidelines_markdown": "## Principles\n...",
|
|
396
|
+
"skill_markdown": "Use this design system when..."
|
|
114
397
|
}
|
|
115
398
|
```
|
|
116
399
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
400
|
+
## Flow: Load by Category
|
|
401
|
+
|
|
402
|
+
Prefer category tools when the user asks for a specific part of a design
|
|
403
|
+
system:
|
|
404
|
+
|
|
405
|
+
- colors or palette: `get_design_system_section` with `section: "colors"`
|
|
406
|
+
- fonts or typography: `get_design_system_section` with
|
|
407
|
+
`section: "typography"`
|
|
408
|
+
- components: `get_design_system_section` with `section: "components"`
|
|
409
|
+
- one component: `get_design_component` with the component `name`
|
|
410
|
+
- guidelines: `get_design_system_section` with `section: "guidelines"`
|
|
411
|
+
- portable agent docs: `export_design_system` with `format: "design"`
|
|
412
|
+
- portable design package: `export_design_system` with `format: "package"`
|
|
413
|
+
- implementation handoff: `export_design_system` with `format: "adapters"`
|
|
414
|
+
|
|
415
|
+
## Category Operation Matrix
|
|
416
|
+
|
|
417
|
+
Use the narrowest MCP tool that matches the user's scope:
|
|
418
|
+
|
|
419
|
+
| User scope | Read tool | Create/update tool | Delete tool |
|
|
420
|
+
| --- | --- | --- | --- |
|
|
421
|
+
| Whole system metadata | `get_design_system` | `update_design_system` | `delete_design_system` |
|
|
422
|
+
| New version | `get_design_system` | `create_design_system_version` | `delete_design_system` |
|
|
423
|
+
| Colors/palette | `get_design_system_section` | `upsert_design_system_section_entry` or `update_design_system_section` | `delete_design_system_section_entry` or `delete_design_system_section` |
|
|
424
|
+
| Typography/fonts | `get_design_system_section` | `upsert_design_system_section_entry` or `update_design_system_section` | `delete_design_system_section_entry` or `delete_design_system_section` |
|
|
425
|
+
| Foundations/tokens | `get_design_system_section` | `upsert_design_system_section_entry` or `update_design_system_section` | `delete_design_system_section_entry` or `delete_design_system_section` |
|
|
426
|
+
| Component catalog | `get_design_system_section` | `update_design_system_section` with `mode: "merge"` | `delete_design_system_section` |
|
|
427
|
+
| One component | `get_design_component` | `upsert_design_component` | `delete_design_component` |
|
|
428
|
+
| Guidelines | `get_design_system_section` | `update_design_system_section` | `delete_design_system_section` |
|
|
429
|
+
| Skill instructions | `get_design_system_section` | `update_design_system_section` | `delete_design_system_section` |
|
|
430
|
+
| Assets | `get_design_system_section` | `add_design_system_asset` | `delete_design_system_asset` |
|
|
431
|
+
|
|
432
|
+
Use full `update_design_system` only for metadata edits or when the user has
|
|
433
|
+
confirmed a whole-system replacement. For all category work, load the current
|
|
434
|
+
section first, summarize the current entries, ask the user to confirm the
|
|
435
|
+
entry or category, then use the scoped tool.
|
|
436
|
+
|
|
437
|
+
## Component Planning Checklist
|
|
438
|
+
|
|
439
|
+
When generating or materially updating components, ask which families to
|
|
440
|
+
include unless the user chose automatic generation. In automatic mode, choose a
|
|
441
|
+
preset from the HiFi playbook and state it.
|
|
442
|
+
|
|
443
|
+
Recommended base catalog:
|
|
444
|
+
|
|
445
|
+
- Controls: Button, Input, Textarea, Select, Checkbox, RadioGroup, Switch,
|
|
446
|
+
Slider
|
|
447
|
+
- Navigation: Tabs, Breadcrumb, DropdownMenu, Sidebar, Pagination
|
|
448
|
+
- Feedback: Alert, Toast, Badge, Progress, Skeleton
|
|
449
|
+
- Layout/Data: Card, Table, Dialog, Drawer, Accordion, Tooltip, Popover
|
|
450
|
+
- Developer utility: CodeBlock, CopyButton, CommandPalette, StatusBadge
|
|
451
|
+
- Domain-specific: create names that match the user's product domain
|
|
452
|
+
|
|
453
|
+
Every component document should include framework/style-system, description,
|
|
454
|
+
props, variants, states, usage, static preview HTML/CSS, and source or
|
|
455
|
+
integration metadata for React, plain HTML/CSS, Tailwind CSS, or shadcn/ui.
|
|
456
|
+
|
|
457
|
+
## Flow: Update a Design System
|
|
458
|
+
|
|
459
|
+
For metadata edits, call `update_design_system`.
|
|
460
|
+
|
|
461
|
+
For category edits, do not send the full design-system payload unless the user
|
|
462
|
+
explicitly asks to replace everything:
|
|
463
|
+
|
|
464
|
+
- Add or update a color: `upsert_design_system_section_entry` with
|
|
465
|
+
`section: "colors"` and the token name as `key`.
|
|
466
|
+
- Add or update a typography role: `upsert_design_system_section_entry` with
|
|
467
|
+
`section: "typography"`.
|
|
468
|
+
- Add or update multiple colors/fonts/components at once:
|
|
469
|
+
`update_design_system_section` with `mode: "merge"`.
|
|
470
|
+
- Replace a full category intentionally: `update_design_system_section` with
|
|
471
|
+
`mode: "replace"` after summarizing the impact.
|
|
472
|
+
- Clear a category: `delete_design_system_section`.
|
|
473
|
+
- Delete one token/spec: `delete_design_system_section_entry`.
|
|
474
|
+
|
|
475
|
+
For component edits, use `get_design_component`, `upsert_design_component`,
|
|
476
|
+
and `delete_design_component`. Treat the web UI as a read-only viewer for
|
|
477
|
+
component documents. Add/update/delete component documents through MCP tools,
|
|
478
|
+
not by expecting a visual editor in BlueKiwi.
|
|
479
|
+
|
|
480
|
+
Before finalizing a HiFi system or a substantial update, call
|
|
481
|
+
`lint_design_system`. Resolve `error` issues before presenting the result as
|
|
482
|
+
ready. Summarize `warning` issues and ask whether to fix them now or leave them
|
|
483
|
+
as intentional tradeoffs.
|
|
484
|
+
|
|
485
|
+
For Tailwind or shadcn/ui components, include enough integration metadata for
|
|
486
|
+
another agent to copy the component into a target project:
|
|
487
|
+
|
|
488
|
+
- `framework`: `tailwind` or `shadcn`
|
|
489
|
+
- `style_system`: for example `Tailwind CSS` or `shadcn/ui + Tailwind CSS`
|
|
490
|
+
- `dependencies`: npm packages required by the component
|
|
491
|
+
- `install`: commands such as `npx shadcn@latest add button card`
|
|
492
|
+
- `tailwind`: class names, plugins, content paths, theme tokens, config notes
|
|
493
|
+
- `shadcn`: registry items, style, base color, aliases, Radix/Base UI choice
|
|
494
|
+
- `preview.html` and `preview.css`: static browser preview for BlueKiwi viewer
|
|
495
|
+
- `source.react`: TSX source to copy into the application
|
|
496
|
+
|
|
497
|
+
When the user asks to apply a design system to a target React/Tailwind/shadcn
|
|
498
|
+
project, call `export_design_system` with `format: "adapters"` and use the
|
|
499
|
+
generated files instead of reconstructing config by hand.
|
|
500
|
+
|
|
501
|
+
For a meaningful published revision, call `create_design_system_version` so the
|
|
502
|
+
previous active version remains in history.
|
|
503
|
+
|
|
504
|
+
For package imports:
|
|
505
|
+
|
|
506
|
+
1. Call `analyze_design_system_package` on the package payload.
|
|
507
|
+
2. Show the summary, counts, related systems, and recommended mode. Ask whether
|
|
508
|
+
to import as a separate system or as a new version of a related existing
|
|
509
|
+
system; default to the recommendation unless the user overrides it.
|
|
510
|
+
3. For a separate system, confirm title, slug, category, and surface before
|
|
511
|
+
calling `import_design_system_package` with `mode: "create"`.
|
|
512
|
+
4. For a version, ask the target system, confirm the version label, then call
|
|
513
|
+
`import_design_system_package` with `mode: "version"` and
|
|
514
|
+
`target_design_system_id`.
|
|
515
|
+
5. Run `lint_design_system` on the imported system and summarize warnings.
|
|
516
|
+
|
|
517
|
+
Before creating a version from an existing system, call
|
|
518
|
+
`list_design_system_versions` when the user asks about history, rollback,
|
|
519
|
+
comparison, or an older version. After creating a new version, call
|
|
520
|
+
`diff_design_system_versions` against the source and new version when the user
|
|
521
|
+
needs a change summary or when the update is broad.
|
|
522
|
+
|
|
523
|
+
For rollback:
|
|
524
|
+
|
|
525
|
+
1. Call `list_design_system_versions`.
|
|
526
|
+
2. Ask which version to restore.
|
|
527
|
+
3. Call `diff_design_system_versions` from the current active version to the
|
|
528
|
+
selected target.
|
|
529
|
+
4. Summarize what will change and ask for confirmation.
|
|
530
|
+
5. Call `activate_design_system_version`.
|
|
531
|
+
6. If the restored version should guide follow-up work, ask whether to call
|
|
532
|
+
`set_active_design_system` for that version.
|
|
533
|
+
7. Call `list_design_system_events` if the user asks who changed the system or
|
|
534
|
+
why the current version differs from an older one.
|
|
535
|
+
|
|
536
|
+
Never overwrite a user's established design rules without first summarizing the
|
|
537
|
+
change and asking for confirmation.
|
|
538
|
+
|
|
539
|
+
## Flow: Delete
|
|
540
|
+
|
|
541
|
+
Use `delete_design_system` only when the user explicitly asks to remove a
|
|
542
|
+
design system.
|
|
543
|
+
|
|
544
|
+
- Delete the current version only: `family: false` or omit `family`.
|
|
545
|
+
- Delete all versions in the family: `family: true`.
|
|
546
|
+
- Delete assets separately with `delete_design_system_asset`.
|
|
547
|
+
- Delete a single component with `delete_design_component`.
|
|
548
|
+
|
|
549
|
+
## Flow: Add Assets
|
|
550
|
+
|
|
551
|
+
Use `add_design_system_asset` for small text assets:
|
|
552
|
+
|
|
553
|
+
- CSS: `kind="css"`, `mime_type="text/css"`, `content_text`
|
|
554
|
+
- React source: `kind="template"`, `mime_type="text/tsx"` or `text/jsx`
|
|
555
|
+
- HTML component: `kind="template"`, `mime_type="text/html"`
|
|
556
|
+
- Tailwind config/docs: `kind="reference"`, `mime_type="application/json"` or
|
|
557
|
+
`text/markdown`
|
|
558
|
+
- shadcn source or registry notes: `kind="template"` or `kind="reference"`
|
|
559
|
+
- reference: `kind="reference"`, `mime_type="text/markdown"`
|
|
560
|
+
|
|
561
|
+
Base64 assets are limited by the server and should be used sparingly.
|
|
562
|
+
Use `delete_design_system_asset` to remove stale component source files.
|
|
563
|
+
|
|
564
|
+
## Flow: Export
|
|
565
|
+
|
|
566
|
+
Use:
|
|
177
567
|
|
|
178
568
|
```json
|
|
179
569
|
{
|
|
180
|
-
"
|
|
181
|
-
"
|
|
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."
|
|
570
|
+
"design_system_id": 123,
|
|
571
|
+
"format": "design"
|
|
184
572
|
}
|
|
185
573
|
```
|
|
186
574
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
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.
|
|
575
|
+
`format: "design"` returns DESIGN.md documentation for agent lookup. If MCP
|
|
576
|
+
resources are available, read `bk://design-systems/<id>/DESIGN.md` for the same
|
|
577
|
+
agent-facing view without invoking extra mutation-capable tools. Use
|
|
578
|
+
`format: "skill"` when the user specifically needs a portable SKILL.md. Use
|
|
579
|
+
`format: "adapters"` when another agent needs implementation files for
|
|
580
|
+
React/Tailwind/shadcn/HTML. Use `format: "package"` when another agent needs a
|
|
581
|
+
portable import/apply package with `design-package.json`, or `format: "bundle"`
|
|
582
|
+
when a legacy consumer expects that name for the whole payload.
|
|
583
|
+
|
|
584
|
+
## Safety
|
|
585
|
+
|
|
586
|
+
- Do not invent a registered design system. If lookup returns no match, say so.
|
|
587
|
+
- Do not expose raw API keys or credentials in design-system assets.
|
|
588
|
+
- Preserve existing tokens unless the user explicitly asks to replace them.
|
|
589
|
+
- Keep generated design rules concrete enough for another agent to apply.
|