@mr.dj2u/cli 0.1.11 → 0.1.13

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.
Files changed (53) hide show
  1. package/bundles/claude-code/.claude-plugin/plugin.json +1 -1
  2. package/bundles/claude-code/.mcp.json +1 -1
  3. package/bundles/claude-code/commands/create-expo-super-stack.md +10 -7
  4. package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +10 -7
  5. package/bundles/claude-code/skills/super-stack-startup/SKILL.md +1 -1
  6. package/bundles/codex/.codex-plugin/plugin.json +1 -1
  7. package/bundles/codex/.mcp.json +1 -1
  8. package/bundles/codex/commands/create-expo-super-stack.md +10 -7
  9. package/bundles/codex/skills/super-stack-startup/SKILL.md +1 -1
  10. package/bundles/codex/skills/workflow-create-expo-super-stack/SKILL.md +10 -7
  11. package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +10 -7
  12. package/bundles/vscode-copilot/.github/skills/super-stack-startup/SKILL.md +1 -1
  13. package/bundles/vscode-copilot/.vscode/mcp.json +1 -1
  14. package/bundles/vscode-copilot/user/.copilot/skills/super-stack-startup/SKILL.md +1 -1
  15. package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +10 -7
  16. package/dist/cess-intake.d.ts +16 -1
  17. package/dist/cess-intake.d.ts.map +1 -1
  18. package/dist/cess-intake.js +677 -34
  19. package/dist/cess-intake.js.map +1 -1
  20. package/dist/cli.d.ts.map +1 -1
  21. package/dist/cli.js +14 -4
  22. package/dist/cli.js.map +1 -1
  23. package/dist/commands/agent.d.ts.map +1 -1
  24. package/dist/commands/agent.js +3 -1
  25. package/dist/commands/agent.js.map +1 -1
  26. package/dist/commands/mcp-install.d.ts +3 -2
  27. package/dist/commands/mcp-install.d.ts.map +1 -1
  28. package/dist/commands/mcp-install.js +17 -44
  29. package/dist/commands/mcp-install.js.map +1 -1
  30. package/dist/commands/onboard.d.ts +9 -3
  31. package/dist/commands/onboard.d.ts.map +1 -1
  32. package/dist/commands/onboard.js +28 -10
  33. package/dist/commands/onboard.js.map +1 -1
  34. package/dist/commands/roadmap.d.ts +6 -0
  35. package/dist/commands/roadmap.d.ts.map +1 -0
  36. package/dist/commands/roadmap.js +54 -0
  37. package/dist/commands/roadmap.js.map +1 -0
  38. package/dist/project-memory.d.ts +8 -1
  39. package/dist/project-memory.d.ts.map +1 -1
  40. package/dist/project-memory.js +189 -93
  41. package/dist/project-memory.js.map +1 -1
  42. package/dist/roadmap.d.ts +71 -0
  43. package/dist/roadmap.d.ts.map +1 -0
  44. package/dist/roadmap.js +865 -0
  45. package/dist/roadmap.js.map +1 -0
  46. package/dist/stylist-theme.d.ts.map +1 -1
  47. package/dist/stylist-theme.js +1 -20
  48. package/dist/stylist-theme.js.map +1 -1
  49. package/package.json +7 -3
  50. package/templates/embedded-fonts.template.ts +72 -72
  51. package/templates/expo-sdk-56-screen-universal.template.tsx +709 -709
  52. package/templates/project/guidelines.md +4 -5
  53. package/templates/stylist-screen.template.tsx +3456 -3446
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mr-djs-dev-suite",
3
3
  "displayName": "Mr. DJ's Dev Suite",
4
- "version": "0.1.8",
4
+ "version": "0.1.10",
5
5
  "description": "Expo review, Doctor, onboarding, deployment readiness, and project continuation workflows for Claude Code, backed by callable MDS MCP tools.",
6
6
  "author": {
7
7
  "name": "DJ Grimsley",
@@ -4,7 +4,7 @@
4
4
  "command": "npx",
5
5
  "args": [
6
6
  "-y",
7
- "@mr.dj2u/mcp-server@0.1.5"
7
+ "@mr.dj2u/mcp-server@0.1.7"
8
8
  ]
9
9
  }
10
10
  }
@@ -10,13 +10,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
10
10
  ## Required MDS MCP Tool Flow
11
11
 
12
12
  1. Confirm the `mr-djs-dev-suite` MCP server is available.
13
- 2. Drive intake with `create_expo_super_stack_intake_step`.
14
- 3. Ask exactly one question per turn.
15
- 4. Always show the returned default and options.
16
- 5. Never invent or silently accept defaults on the user's behalf.
17
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
18
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
19
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
13
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
14
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
15
+ 4. Ask exactly one question per turn.
16
+ 5. Always show the returned default and options.
17
+ 6. Never invent or silently accept defaults on the user's behalf.
18
+ 7. If extraction found the app name, do not ask a second display-name question.
19
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
20
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
21
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
20
22
 
21
23
  ## Failure Behavior
22
24
 
@@ -28,4 +30,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
28
30
  ## Verification And Output
29
31
 
30
32
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
33
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
31
34
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -15,13 +15,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
17
  1. Confirm the `mr-djs-dev-suite` MCP server is available.
18
- 2. Drive intake with `create_expo_super_stack_intake_step`.
19
- 3. Ask exactly one question per turn.
20
- 4. Always show the returned default and options.
21
- 5. Never invent or silently accept defaults on the user's behalf.
22
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
23
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
24
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
18
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
19
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
20
+ 4. Ask exactly one question per turn.
21
+ 5. Always show the returned default and options.
22
+ 6. Never invent or silently accept defaults on the user's behalf.
23
+ 7. If extraction found the app name, do not ask a second display-name question.
24
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
25
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
26
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
25
27
 
26
28
  ## Failure Behavior
27
29
 
@@ -33,4 +35,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
33
35
  ## Verification And Output
34
36
 
35
37
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
38
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
36
39
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -23,7 +23,7 @@ Run generator + onboarding as one guided flow, keep agent-facing wording sourced
23
23
 
24
24
  - Keep startup conversation in plain language and summarize choices before execution.
25
25
  - Keep generation details in scripts/flags, but keep user-facing flow conversational.
26
- - Keep post-generation workflow phase-based using the generated `project/todo.md`.
26
+ - Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
27
27
  - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
28
28
 
29
29
  ## Example fix
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-djs-dev-suite",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "MDS Expo development workflows for review, onboarding, deployment readiness, and project continuation.",
5
5
  "author": {
6
6
  "name": "DJ Grimsley",
@@ -4,7 +4,7 @@
4
4
  "command": "npx",
5
5
  "args": [
6
6
  "-y",
7
- "@mr.dj2u/mcp-server@0.1.5"
7
+ "@mr.dj2u/mcp-server@0.1.7"
8
8
  ]
9
9
  }
10
10
  }
@@ -10,13 +10,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
10
10
  ## Required MDS MCP Tool Flow
11
11
 
12
12
  1. Confirm the `mr-djs-dev-suite` MCP server is available.
13
- 2. Drive intake with `create_expo_super_stack_intake_step`.
14
- 3. Ask exactly one question per turn.
15
- 4. Always show the returned default and options.
16
- 5. Never invent or silently accept defaults on the user's behalf.
17
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
18
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
19
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
13
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
14
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
15
+ 4. Ask exactly one question per turn.
16
+ 5. Always show the returned default and options.
17
+ 6. Never invent or silently accept defaults on the user's behalf.
18
+ 7. If extraction found the app name, do not ask a second display-name question.
19
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
20
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
21
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
20
22
 
21
23
  ## Failure Behavior
22
24
 
@@ -28,4 +30,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
28
30
  ## Verification And Output
29
31
 
30
32
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
33
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
31
34
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -19,7 +19,7 @@ Run generator + onboarding as one guided flow, keep agent-facing wording sourced
19
19
 
20
20
  - Keep startup conversation in plain language and summarize choices before execution.
21
21
  - Keep generation details in scripts/flags, but keep user-facing flow conversational.
22
- - Keep post-generation workflow phase-based using the generated `project/todo.md`.
22
+ - Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
23
23
  - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
24
24
 
25
25
  ## Example fix
@@ -23,13 +23,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
23
23
  ## Required MDS MCP Tool Flow
24
24
 
25
25
  1. Confirm the `mr-djs-dev-suite` MCP server is available.
26
- 2. Drive intake with `create_expo_super_stack_intake_step`.
27
- 3. Ask exactly one question per turn.
28
- 4. Always show the returned default and options.
29
- 5. Never invent or silently accept defaults on the user's behalf.
30
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
31
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
32
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
26
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
27
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
28
+ 4. Ask exactly one question per turn.
29
+ 5. Always show the returned default and options.
30
+ 6. Never invent or silently accept defaults on the user's behalf.
31
+ 7. If extraction found the app name, do not ask a second display-name question.
32
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
33
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
34
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
33
35
 
34
36
  ## Failure Behavior
35
37
 
@@ -41,4 +43,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
41
43
  ## Verification And Output
42
44
 
43
45
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
46
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
44
47
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -15,13 +15,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
17
  1. Confirm the `mds` MCP server is available.
18
- 2. Drive intake with `create_expo_super_stack_intake_step`.
19
- 3. Ask exactly one question per turn.
20
- 4. Always show the returned default and options.
21
- 5. Never invent or silently accept defaults on the user's behalf.
22
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
23
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
24
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
18
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
19
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
20
+ 4. Ask exactly one question per turn.
21
+ 5. Always show the returned default and options.
22
+ 6. Never invent or silently accept defaults on the user's behalf.
23
+ 7. If extraction found the app name, do not ask a second display-name question.
24
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
25
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
26
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
25
27
 
26
28
  ## Failure Behavior
27
29
 
@@ -33,4 +35,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
33
35
  ## Verification And Output
34
36
 
35
37
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
38
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
36
39
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -24,7 +24,7 @@ Run generator + onboarding as one guided flow, keep agent-facing wording sourced
24
24
 
25
25
  - Keep startup conversation in plain language and summarize choices before execution.
26
26
  - Keep generation details in scripts/flags, but keep user-facing flow conversational.
27
- - Keep post-generation workflow phase-based using the generated `project/todo.md`.
27
+ - Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
28
28
  - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
29
29
 
30
30
  ## Example fix
@@ -4,7 +4,7 @@
4
4
  "command": "npx",
5
5
  "args": [
6
6
  "-y",
7
- "@mr.dj2u/mcp-server@0.1.5"
7
+ "@mr.dj2u/mcp-server@0.1.7"
8
8
  ]
9
9
  }
10
10
  }
@@ -24,7 +24,7 @@ Run generator + onboarding as one guided flow, keep agent-facing wording sourced
24
24
 
25
25
  - Keep startup conversation in plain language and summarize choices before execution.
26
26
  - Keep generation details in scripts/flags, but keep user-facing flow conversational.
27
- - Keep post-generation workflow phase-based using the generated `project/todo.md`.
27
+ - Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
28
28
  - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
29
29
 
30
30
  ## Example fix
@@ -15,13 +15,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
17
  1. Confirm the `mds` MCP server is available.
18
- 2. Drive intake with `create_expo_super_stack_intake_step`.
19
- 3. Ask exactly one question per turn.
20
- 4. Always show the returned default and options.
21
- 5. Never invent or silently accept defaults on the user's behalf.
22
- 6. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
23
- 7. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
24
- 8. Then call `create_expo_super_stack_generate` with `confirmed: true`.
18
+ 2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
19
+ 3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
20
+ 4. Ask exactly one question per turn.
21
+ 5. Always show the returned default and options.
22
+ 6. Never invent or silently accept defaults on the user's behalf.
23
+ 7. If extraction found the app name, do not ask a second display-name question.
24
+ 8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
25
+ 9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
26
+ 10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
25
27
 
26
28
  ## Failure Behavior
27
29
 
@@ -33,4 +35,5 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
33
35
  ## Verification And Output
34
36
 
35
37
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
38
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
36
39
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -35,7 +35,6 @@ export interface CessIntakeAnswers {
35
35
  customBackendEntry?: string;
36
36
  deploymentTarget?: string;
37
37
  includeCreateExpoComponents?: boolean;
38
- useLatestExpoSdk?: boolean;
39
38
  usesExpoUi?: boolean;
40
39
  usesExpoUiUniversalComponents?: boolean;
41
40
  usesExpoNativeTabs?: boolean;
@@ -81,6 +80,22 @@ export interface CessResolvedPlan {
81
80
  mdsFlags: string[];
82
81
  summaryLines: string[];
83
82
  }
83
+ export interface CessExtractInfoResult {
84
+ prefilledAnswers: Partial<CessIntakeAnswers>;
85
+ derivedDisplayName?: string;
86
+ derivedFolderSlug?: string;
87
+ missingQuestionIds: string[];
88
+ ambiguousQuestionIds: string[];
89
+ evidence: Record<string, string[]>;
90
+ preservedNotes: string[];
91
+ }
92
+ export declare function extractCessInfoFromMarkdown(input: {
93
+ infoMarkdown: string;
94
+ styleMarkdown?: string;
95
+ parentDir?: string;
96
+ appName?: string;
97
+ cwd?: string;
98
+ }): CessExtractInfoResult;
84
99
  export declare function buildCessIntakeStep(input: {
85
100
  parentDir?: string;
86
101
  appName?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"cess-intake.d.ts","sourceRoot":"","sources":["../src/cess-intake.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cess-intake.d.ts","sourceRoot":"","sources":["../src/cess-intake.ts"],"names":[],"mappings":"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"}