@design-ai/cli 4.61.0 → 4.63.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-ai/cli",
3
- "version": "4.61.0",
3
+ "version": "4.63.0",
4
4
  "description": "Senior product designer for any AI coding agent. Installs design-ai (20 skills, 17 commands, 4 agents) into Claude Code globally. Korean market depth plus website improvement control tower.",
5
5
  "bin": {
6
6
  "design-ai": "cli/bin/design-ai.mjs",
@@ -25,6 +25,7 @@ WALKTHROUGH_FILES = [
25
25
  "aider-walkthrough.md",
26
26
  "sdk-walkthrough.md",
27
27
  "vscode-walkthrough.md",
28
+ "agent-sdk-walkthrough.md",
28
29
  ]
29
30
 
30
31
  # Required headings (substring match, case-insensitive).
@@ -688,6 +688,8 @@ EXPECTED_ROUTE_CATALOG_IDS = (
688
688
  "figma-token-sync",
689
689
  "design-pr-review",
690
690
  "stability-review",
691
+ "flow-design",
692
+ "dashboard-design",
691
693
  )
692
694
  EXPECTED_PROMPT_SLASH_COMMAND = "/design-component-spec"
693
695
  EXPECTED_PROMPT_QUALITY_COMMAND = "design-ai check output.md --route component-spec --strict"