@mr.dj2u/cli 0.1.16 → 0.1.18

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.
@@ -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.11",
4
+ "version": "0.1.13",
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.8"
7
+ "@mr.dj2u/mcp-server@0.1.9"
8
8
  ]
9
9
  }
10
10
  }
@@ -1,6 +1,6 @@
1
1
  # /create-expo-super-stack
2
2
 
3
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
3
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
4
4
 
5
5
  ## Arguments
6
6
 
@@ -9,14 +9,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
9
9
 
10
10
  ## Required MDS MCP Tool Flow
11
11
 
12
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
12
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
13
13
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
14
14
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
15
15
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
16
16
  5. Do not restart intake with one answer at a time after a successful resolve call.
17
17
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
18
18
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
19
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
19
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
20
+
21
+ ## Waiting Message Before Generate
22
+
23
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
24
+
25
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
26
+
27
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
28
+
29
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
30
+ - React and React Native core teams
31
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
32
+ - Supabase, Drizzle, and Zustand teams
33
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
34
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
35
+ - Simon Grimm of Galaxies.dev
36
+ - Beto Adrian Maldonado of codewithbeto.dev
37
+ - Vadim of notJust.dev
38
+ - William Candillon for the React Native animation deep-dive content
39
+ - Catalin Miron for the React Native animation tutorials
40
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
41
+
42
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
20
43
 
21
44
  ## Failure Behavior
22
45
 
@@ -25,8 +48,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
25
48
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
26
49
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
27
50
 
51
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
52
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
53
+
28
54
  ## Verification And Output
29
55
 
30
56
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
31
57
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
58
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
32
59
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -1,11 +1,11 @@
1
1
  ---
2
- description: Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
2
+ description: Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
3
3
  disable-model-invocation: true
4
4
  ---
5
5
 
6
6
  # /create-expo-super-stack
7
7
 
8
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
8
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
9
9
 
10
10
  ## Arguments
11
11
 
@@ -14,14 +14,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
14
14
 
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
17
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
18
18
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
19
19
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
20
20
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
21
21
  5. Do not restart intake with one answer at a time after a successful resolve call.
22
22
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
23
23
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
24
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
24
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
25
+
26
+ ## Waiting Message Before Generate
27
+
28
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
29
+
30
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
31
+
32
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
33
+
34
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
35
+ - React and React Native core teams
36
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
37
+ - Supabase, Drizzle, and Zustand teams
38
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
39
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
40
+ - Simon Grimm of Galaxies.dev
41
+ - Beto Adrian Maldonado of codewithbeto.dev
42
+ - Vadim of notJust.dev
43
+ - William Candillon for the React Native animation deep-dive content
44
+ - Catalin Miron for the React Native animation tutorials
45
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
46
+
47
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
25
48
 
26
49
  ## Failure Behavior
27
50
 
@@ -30,8 +53,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
30
53
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
31
54
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
32
55
 
56
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
57
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
58
+
33
59
  ## Verification And Output
34
60
 
35
61
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
36
62
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
63
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
37
64
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-djs-dev-suite",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
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.8"
7
+ "@mr.dj2u/mcp-server@0.1.9"
8
8
  ]
9
9
  }
10
10
  }
@@ -31,7 +31,20 @@ mds agent install --client codex --scope user --dry-run
31
31
 
32
32
  After install, restart Codex so it picks up the local marketplace. Then type `@Mr. DJ's Dev Suite` in chat to get the install pop-up, hit Install, and use `@Mr. DJ's Dev Suite` in Codex Desktop or the Codex extension for VS Code.
33
33
 
34
- If Codex keeps using stale behavior after republish, refresh the local plugin cache, reinstall the MDS MCP server, then run `mds_runtime_versions` from the host surface to confirm which versions are active.
34
+ If Codex keeps using stale behavior after reinstall, do a full cleanup and reinstall:
35
+
36
+ 1. Remove the installed local plugin copy for the scope you used:
37
+ - project scope: `<target>/plugins/mr-djs-dev-suite`
38
+ - user scope: `~/plugins/mr-djs-dev-suite`
39
+ 2. Remove the local Codex cache copy:
40
+ - `~/.codex/plugins/cache/mds-local/mr-djs-dev-suite`
41
+ 3. Reinstall:
42
+ - `mds agent install --client codex --scope project --target /path/to/your/expo-app`
43
+ - or `mds agent install --client codex --scope user`
44
+ 4. Run verify again:
45
+ - `mds agent verify --client codex --scope project --target /path/to/your/expo-app`
46
+ - or `mds agent verify --client codex --scope user`
47
+ 5. Restart Codex, then run `mds_runtime_versions` from the host surface to confirm which runtime is active.
35
48
 
36
49
  ## MCP-Only Fallback
37
50
 
@@ -1,6 +1,6 @@
1
1
  # /create-expo-super-stack
2
2
 
3
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
3
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
4
4
 
5
5
  ## Arguments
6
6
 
@@ -9,14 +9,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
9
9
 
10
10
  ## Required MDS MCP Tool Flow
11
11
 
12
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
12
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
13
13
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
14
14
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
15
15
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
16
16
  5. Do not restart intake with one answer at a time after a successful resolve call.
17
17
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
18
18
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
19
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
19
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
20
+
21
+ ## Waiting Message Before Generate
22
+
23
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
24
+
25
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
26
+
27
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
28
+
29
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
30
+ - React and React Native core teams
31
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
32
+ - Supabase, Drizzle, and Zustand teams
33
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
34
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
35
+ - Simon Grimm of Galaxies.dev
36
+ - Beto Adrian Maldonado of codewithbeto.dev
37
+ - Vadim of notJust.dev
38
+ - William Candillon for the React Native animation deep-dive content
39
+ - Catalin Miron for the React Native animation tutorials
40
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
41
+
42
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
20
43
 
21
44
  ## Failure Behavior
22
45
 
@@ -25,8 +48,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
25
48
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
26
49
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
27
50
 
51
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
52
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
53
+
28
54
  ## Verification And Output
29
55
 
30
56
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
31
57
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
58
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
32
59
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -13,7 +13,7 @@ description: "Use when the user asks Mr. DJ's Dev Suite to run the Create Expo S
13
13
 
14
14
  # /create-expo-super-stack
15
15
 
16
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
16
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
17
17
 
18
18
  ## Arguments
19
19
 
@@ -22,14 +22,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
22
22
 
23
23
  ## Required MDS MCP Tool Flow
24
24
 
25
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
25
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
26
26
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
27
27
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
28
28
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
29
29
  5. Do not restart intake with one answer at a time after a successful resolve call.
30
30
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
31
31
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
32
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
32
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
33
+
34
+ ## Waiting Message Before Generate
35
+
36
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
37
+
38
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
39
+
40
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
41
+
42
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
43
+ - React and React Native core teams
44
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
45
+ - Supabase, Drizzle, and Zustand teams
46
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
47
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
48
+ - Simon Grimm of Galaxies.dev
49
+ - Beto Adrian Maldonado of codewithbeto.dev
50
+ - Vadim of notJust.dev
51
+ - William Candillon for the React Native animation deep-dive content
52
+ - Catalin Miron for the React Native animation tutorials
53
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
54
+
55
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
33
56
 
34
57
  ## Failure Behavior
35
58
 
@@ -38,8 +61,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
38
61
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
39
62
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
40
63
 
64
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
65
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
66
+
41
67
  ## Verification And Output
42
68
 
43
69
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
44
70
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
71
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
45
72
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -5,7 +5,7 @@ description: "Run the MDS Create Expo Super Stack workflow with callable MDS MCP
5
5
 
6
6
  # /create-expo-super-stack
7
7
 
8
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
8
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
9
9
 
10
10
  ## Arguments
11
11
 
@@ -14,14 +14,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
14
14
 
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
17
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
18
18
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
19
19
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
20
20
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
21
21
  5. Do not restart intake with one answer at a time after a successful resolve call.
22
22
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
23
23
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
24
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
24
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
25
+
26
+ ## Waiting Message Before Generate
27
+
28
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
29
+
30
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
31
+
32
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
33
+
34
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
35
+ - React and React Native core teams
36
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
37
+ - Supabase, Drizzle, and Zustand teams
38
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
39
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
40
+ - Simon Grimm of Galaxies.dev
41
+ - Beto Adrian Maldonado of codewithbeto.dev
42
+ - Vadim of notJust.dev
43
+ - William Candillon for the React Native animation deep-dive content
44
+ - Catalin Miron for the React Native animation tutorials
45
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
46
+
47
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
25
48
 
26
49
  ## Failure Behavior
27
50
 
@@ -30,8 +53,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
30
53
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
31
54
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
32
55
 
56
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
57
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
58
+
33
59
  ## Verification And Output
34
60
 
35
61
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
36
62
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
63
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
37
64
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -4,7 +4,7 @@
4
4
  "command": "npx",
5
5
  "args": [
6
6
  "-y",
7
- "@mr.dj2u/mcp-server@0.1.8"
7
+ "@mr.dj2u/mcp-server@0.1.9"
8
8
  ]
9
9
  }
10
10
  }
@@ -29,4 +29,18 @@ User-scope setup copies the generated assets into `~/.copilot` and uses VS Code'
29
29
  mds agent verify --client vscode --target .
30
30
  ```
31
31
 
32
+ If VS Code Copilot keeps using stale workflow text after reinstall:
33
+
34
+ 1. Re-run the installer for the scope you want:
35
+ - `mds agent install --client vscode --scope project --target .`
36
+ - or `mds agent install --client vscode --scope user`
37
+ 2. Re-run verify:
38
+ - `mds agent verify --client vscode --scope project --target .`
39
+ - or `mds agent verify --client vscode --scope user`
40
+ 3. Restart VS Code so the prompt and MCP config refresh.
41
+ 4. If it still looks stale, delete the generated MDS copies for that scope and reinstall:
42
+ - project scope: `.github/prompts/create-expo-super-stack.prompt.md`, `.github/agents/mds.agent.md`, and related generated MDS files
43
+ - user scope: `~/.copilot/prompts`, `~/.copilot/agents`, and `~/.copilot/skills/workflow-*` MDS copies
44
+ 5. After restart, call `mds_runtime_versions` from the host surface to confirm which runtime is active.
45
+
32
46
  Skills and prompt workflows are generated from the knowledge package. Do not edit generated copies by hand; update `packages/knowledge/src/content` or the generator scripts instead.
@@ -5,7 +5,7 @@ description: "Run the MDS Create Expo Super Stack workflow in VS Code Copilot us
5
5
 
6
6
  # /create-expo-super-stack
7
7
 
8
- Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
8
+ Create a new Expo app with the MDS Super Stack flow, using callable MDS MCP tools as the guided intake surface and the Super Stack generator as the scaffold source of truth.
9
9
 
10
10
  ## Arguments
11
11
 
@@ -14,14 +14,37 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
14
14
 
15
15
  ## Required MDS MCP Tool Flow
16
16
 
17
- 1. Call `mds_runtime_versions` first and warn if the MCP server, CLI, or wrapper looks stale.
17
+ 1. Call `mds_runtime_versions` first to inspect the active runtime and invocation path.
18
18
  2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_resolve_info` once with `parentDir`, `appName`, `infoMarkdown`, optional `styleMarkdown`, and any explicit user overrides.
19
19
  3. Treat the resolver `answers` object as the canonical accumulated answers object.
20
20
  4. Ask exactly one question per turn only for `missingQuestionIds` or `ambiguousQuestionIds`.
21
21
  5. Do not restart intake with one answer at a time after a successful resolve call.
22
22
  6. If no `info.md` is available, fall back to `create_expo_super_stack_intake_step` and always pass the full accumulated `answers` object.
23
23
  7. When the resolver returns `confirm`, summarize `summaryLines` and ask the user for one final confirmation.
24
- 8. After explicit confirmation, call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
24
+ 8. After explicit confirmation, print the waiting message below, then call `create_expo_super_stack_generate` with the resolver `generateInput` and `confirmed: true`.
25
+
26
+ ## Waiting Message Before Generate
27
+
28
+ After the user confirms, print this block before running the generator so they have something useful to read while scaffolding runs:
29
+
30
+ Generating now. This typically takes 2-5 minutes. While we wait, let's shout out and recognize how this is working.
31
+
32
+ create-expo-super-stack by Mr. DJ (who also built this agentic flow) wraps create-expo-stack by Roni OSS with major contributions by Dan Stepanov (NativeWind). Big thanks to them and to several other teams and individuals whose work and educational materials fill Mr. DJ's Dev Suite knowledge base:
33
+
34
+ - Expo team (Evan Bacon for Expo Router, Brent Vatne, Charlie Cheever, and the broader Expo crew)
35
+ - React and React Native core teams
36
+ - Software Mansion (Reanimated, Gesture Handler, Screens, Worklets; Krzysztof Magiera and team)
37
+ - Supabase, Drizzle, and Zustand teams
38
+ - Adam Wathan and the Tailwind CSS team (the foundation Uniwind and NativeWind build on)
39
+ - Janic Duplessis for "The real cost of React Native animations: benchmarking every approach"
40
+ - Simon Grimm of Galaxies.dev
41
+ - Beto Adrian Maldonado of codewithbeto.dev
42
+ - Vadim of notJust.dev
43
+ - William Candillon for the React Native animation deep-dive content
44
+ - Catalin Miron for the React Native animation tutorials
45
+ - Infinite Red / Jamon Holmgren for Ignite and the broader RN community
46
+
47
+ Their contributions to the software development community are what fill the pages of Mr. DJ's Dev Suite knowledge base, alongside contributions and organization by Mr. DJ. Please enjoy the experience of the Mr. DJ's Dev Suite plugin as you continue your development.
25
48
 
26
49
  ## Failure Behavior
27
50
 
@@ -30,8 +53,12 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
30
53
  3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
31
54
  4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
32
55
 
56
+ Warn only when `mds_runtime_versions.warnings` is non-empty or when the user expected different versions than the runtime reports.
57
+ Do not describe the normal published install path as a fallback, and do not mention `npm exec` or `npx` to the user unless there is an actual runtime problem they need to act on.
58
+
33
59
  ## Verification And Output
34
60
 
35
61
  - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
36
62
  - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
63
+ - If those Super Stack artifacts are missing, treat generation as a failure or partial scaffold and say so clearly instead of presenting it as a normal success.
37
64
  - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -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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"}
@@ -106,7 +106,7 @@ const CESS_QUESTIONS = [
106
106
  },
107
107
  {
108
108
  id: 'easSetup',
109
- prompt: 'Set up EAS in the generated starter now?',
109
+ prompt: 'Will this project use EAS later? MDS will remember it and add a Phase 0 setup step, but it will not sign in during generation.',
110
110
  kind: 'single-select',
111
111
  options: () => [
112
112
  { value: false, label: 'No', hint: 'Default' },
@@ -1510,9 +1510,6 @@ export function buildCreateExpoStackFlags(answers) {
1510
1510
  else if (answers.authBackend === 'firebase') {
1511
1511
  flags.push('--firebase');
1512
1512
  }
1513
- if (answers.easSetup) {
1514
- flags.push('--eas');
1515
- }
1516
1513
  return flags;
1517
1514
  }
1518
1515
  export function buildMdsFlags(appName, onboardAnswers, intakeAnswers) {
@@ -1599,7 +1596,9 @@ export function buildCessSummaryLines(parentDir, appName, answers, onboardAnswer
1599
1596
  answers.authBackend === 'none'
1600
1597
  ? 'No auth starter'
1601
1598
  : formatTitle(answers.authBackend ?? STACK_DEFAULTS.authBackend),
1602
- answers.easSetup ? 'EAS starter enabled' : 'No EAS starter',
1599
+ answers.easSetup
1600
+ ? 'EAS planned; sign in and set it up manually in Phase 0'
1601
+ : 'No EAS planned',
1603
1602
  ].join(', ');
1604
1603
  const platformLine = [
1605
1604
  `platforms: ${onboardAnswers.targetPlatforms.map(formatPlatformLabel).join(', ')}`,