@mr.dj2u/cli 0.1.10 → 0.1.12

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 (75) hide show
  1. package/bundles/claude-code/.claude-plugin/plugin.json +20 -20
  2. package/bundles/claude-code/.mcp.json +11 -11
  3. package/bundles/claude-code/agents/mds.md +36 -35
  4. package/bundles/claude-code/commands/create-expo-super-stack.md +32 -30
  5. package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +17 -15
  6. package/bundles/claude-code/skills/super-stack-startup/SKILL.md +4 -4
  7. package/bundles/codex/.codex-plugin/plugin.json +42 -42
  8. package/bundles/codex/.mcp.json +11 -11
  9. package/bundles/codex/README.md +51 -48
  10. package/bundles/codex/commands/create-expo-super-stack.md +32 -30
  11. package/bundles/codex/skills/super-stack-startup/SKILL.md +34 -34
  12. package/bundles/codex/skills/workflow-continue-development/SKILL.md +48 -47
  13. package/bundles/codex/skills/workflow-create-expo-super-stack/SKILL.md +45 -42
  14. package/bundles/codex/skills/workflow-fix-seo/SKILL.md +42 -41
  15. package/bundles/codex/skills/workflow-prepare-deploy/SKILL.md +42 -41
  16. package/bundles/codex/skills/workflow-project-research-plan/SKILL.md +42 -41
  17. package/bundles/codex/skills/workflow-push-merge-loop/SKILL.md +37 -36
  18. package/bundles/codex/skills/workflow-review-expo-project/SKILL.md +42 -41
  19. package/bundles/codex/skills/workflow-run-doctor/SKILL.md +51 -50
  20. package/bundles/codex/skills/workflow-wrap-up/SKILL.md +80 -79
  21. package/bundles/vscode-copilot/.github/agents/mds.agent.md +22 -22
  22. package/bundles/vscode-copilot/.github/copilot-instructions.md +8 -8
  23. package/bundles/vscode-copilot/.github/prompts/continue-development.prompt.md +40 -40
  24. package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +37 -35
  25. package/bundles/vscode-copilot/.github/prompts/fix-seo.prompt.md +34 -34
  26. package/bundles/vscode-copilot/.github/prompts/prepare-deploy.prompt.md +34 -34
  27. package/bundles/vscode-copilot/.github/prompts/project-research-plan.prompt.md +34 -34
  28. package/bundles/vscode-copilot/.github/prompts/push-merge-loop.prompt.md +30 -30
  29. package/bundles/vscode-copilot/.github/prompts/review-expo-project.prompt.md +34 -34
  30. package/bundles/vscode-copilot/.github/prompts/run-doctor.prompt.md +43 -43
  31. package/bundles/vscode-copilot/.github/prompts/wrap-up.prompt.md +72 -72
  32. package/bundles/vscode-copilot/.github/skills/super-stack-startup/SKILL.md +39 -39
  33. package/bundles/vscode-copilot/.vscode/mcp.json +11 -11
  34. package/bundles/vscode-copilot/user/.copilot/agents/mds.agent.md +22 -22
  35. package/bundles/vscode-copilot/user/.copilot/instructions.md +8 -8
  36. package/bundles/vscode-copilot/user/.copilot/skills/super-stack-startup/SKILL.md +39 -39
  37. package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +37 -35
  38. package/dist/cess-intake.d.ts +106 -0
  39. package/dist/cess-intake.d.ts.map +1 -0
  40. package/dist/cess-intake.js +898 -0
  41. package/dist/cess-intake.js.map +1 -0
  42. package/dist/cli.d.ts.map +1 -1
  43. package/dist/cli.js +14 -4
  44. package/dist/cli.js.map +1 -1
  45. package/dist/commands/agent.d.ts.map +1 -1
  46. package/dist/commands/agent.js +3 -1
  47. package/dist/commands/agent.js.map +1 -1
  48. package/dist/commands/mcp-install.d.ts +3 -2
  49. package/dist/commands/mcp-install.d.ts.map +1 -1
  50. package/dist/commands/mcp-install.js +17 -44
  51. package/dist/commands/mcp-install.js.map +1 -1
  52. package/dist/commands/onboard.d.ts +10 -3
  53. package/dist/commands/onboard.d.ts.map +1 -1
  54. package/dist/commands/onboard.js +25 -15
  55. package/dist/commands/onboard.js.map +1 -1
  56. package/dist/commands/roadmap.d.ts +6 -0
  57. package/dist/commands/roadmap.d.ts.map +1 -0
  58. package/dist/commands/roadmap.js +54 -0
  59. package/dist/commands/roadmap.js.map +1 -0
  60. package/dist/project-memory.d.ts +0 -1
  61. package/dist/project-memory.d.ts.map +1 -1
  62. package/dist/project-memory.js +101 -89
  63. package/dist/project-memory.js.map +1 -1
  64. package/dist/roadmap.d.ts +71 -0
  65. package/dist/roadmap.d.ts.map +1 -0
  66. package/dist/roadmap.js +865 -0
  67. package/dist/roadmap.js.map +1 -0
  68. package/dist/stylist-theme.d.ts.map +1 -1
  69. package/dist/stylist-theme.js +1 -20
  70. package/dist/stylist-theme.js.map +1 -1
  71. package/package.json +11 -3
  72. package/templates/embedded-fonts.template.ts +72 -72
  73. package/templates/expo-sdk-56-screen-universal.template.tsx +709 -709
  74. package/templates/project/guidelines.md +4 -5
  75. package/templates/stylist-screen.template.tsx +3456 -3446
@@ -1,39 +1,39 @@
1
- ---
2
- name: "Super Stack Startup Skill"
3
- description: "Instructions for running create-expo-super-stack while keeping packages/knowledge as the source of truth and handing off to phase-based app development."
4
- ---
5
-
6
- # Skill: Super Stack Startup
7
-
8
- Use when kicking off a new app with `create-expo-super-stack` and transitioning into phase-based MDS development.
9
-
10
- ## Main rule
11
-
12
- Run generator + onboarding as one guided flow, keep agent-facing wording sourced from `packages/knowledge`, and let the current CLI implementation remain the execution source of truth.
13
-
14
- ## Checks
15
-
16
- - Confirm command runs from a parent directory where the app folder does not already exist.
17
- - Confirm stack choices and MDS intake values are captured before generation.
18
- - Confirm generated app includes project memory and onboarding next-step output.
19
- - Confirm prompt and skill text stay thin and defer detailed behavior to the canonical knowledge package.
20
- - Confirm unresolved context markers are resolved before coding begins.
21
- - Confirm follow-up uses `mds continue` from inside the generated app folder.
22
-
23
- ## Preferred structure
24
-
25
- - Keep startup conversation in plain language and summarize choices before execution.
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`.
28
- - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
29
-
30
- ## Example fix
31
-
32
- - Problem: User runs generation inside an existing app folder and gets mixed state artifacts.
33
- - Fix: Restart from parent directory, regenerate cleanly, then continue in a new app-folder session.
34
-
35
- ## Agent behavior
36
-
37
- - Prevent ambiguous execution context and confirm folder target before running generation.
38
- - Delegate framework/template primitives to upstream Expo tooling, then apply MDS memory shaping, defaults, and continue-workflow conventions.
39
- - Update `packages/knowledge` first when the wording or flow changes, then regenerate downstream surfaces from it.
1
+ ---
2
+ name: "Super Stack Startup Skill"
3
+ description: "Instructions for running create-expo-super-stack while keeping packages/knowledge as the source of truth and handing off to phase-based app development."
4
+ ---
5
+
6
+ # Skill: Super Stack Startup
7
+
8
+ Use when kicking off a new app with `create-expo-super-stack` and transitioning into phase-based MDS development.
9
+
10
+ ## Main rule
11
+
12
+ Run generator + onboarding as one guided flow, keep agent-facing wording sourced from `packages/knowledge`, and let the current CLI implementation remain the execution source of truth.
13
+
14
+ ## Checks
15
+
16
+ - Confirm command runs from a parent directory where the app folder does not already exist.
17
+ - Confirm stack choices and MDS intake values are captured before generation.
18
+ - Confirm generated app includes project memory and onboarding next-step output.
19
+ - Confirm prompt and skill text stay thin and defer detailed behavior to the canonical knowledge package.
20
+ - Confirm unresolved context markers are resolved before coding begins.
21
+ - Confirm follow-up uses `mds continue` from inside the generated app folder.
22
+
23
+ ## Preferred structure
24
+
25
+ - Keep startup conversation in plain language and summarize choices before execution.
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`, and derive that roadmap from normalized `project/info.md` before handoff.
28
+ - Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
29
+
30
+ ## Example fix
31
+
32
+ - Problem: User runs generation inside an existing app folder and gets mixed state artifacts.
33
+ - Fix: Restart from parent directory, regenerate cleanly, then continue in a new app-folder session.
34
+
35
+ ## Agent behavior
36
+
37
+ - Prevent ambiguous execution context and confirm folder target before running generation.
38
+ - Delegate framework/template primitives to upstream Expo tooling, then apply MDS memory shaping, defaults, and continue-workflow conventions.
39
+ - Update `packages/knowledge` first when the wording or flow changes, then regenerate downstream surfaces from it.
@@ -1,35 +1,37 @@
1
- ---
2
- name: "MDS Create Expo Super Stack"
3
- description: "Run the MDS Create Expo Super Stack workflow in VS Code Copilot user scope."
4
- ---
5
-
6
- # /create-expo-super-stack
7
-
8
- Create a new Expo app with the MDS Super Stack flow, using this knowledge package as the shared source of truth for agent-facing text and the published CLI as the execution source of truth.
9
-
10
- ## Arguments
11
-
12
- - `parentDir`: folder where the new app directory should be created.
13
- - `appName`: app folder name.
14
-
15
- ## MCP-First Workflow
16
-
17
- 1. Confirm the `mds` MCP server is available.
18
- 2. Invoke the MCP prompt `create_expo_super_stack` from a parent directory when you want guided intake.
19
- 3. Keep the conversation one question per turn and summarize the captured choices before generation.
20
- 4. Treat the MCP prompt as the intake surface and the CLI as the generator, so CLI changes are picked up automatically when the published command changes.
21
- 5. After generation, move into the new app folder and invoke `continue_project` (or prompt `continue_mds_project`) for the first implementation session.
22
-
23
- ## CLI / Manual Fallback
24
-
25
- 1. If MCP is not configured, install it manually:
26
- - `mds mcp install --client <client> --scope project`
27
- 2. Direct CLI generation:
28
- - `npx -y create-expo-super-stack <appName>`
29
- 3. Then onboard/continue from inside the generated app using the current CLI behavior:
30
- - `mds continue <new-app-path>`
31
-
32
- ## Verification And Output
33
-
34
- - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
35
- - Output: generated app path, onboarding status, and immediate next command.
1
+ ---
2
+ name: "MDS Create Expo Super Stack"
3
+ description: "Run the MDS Create Expo Super Stack workflow in VS Code Copilot user scope."
4
+ ---
5
+
6
+ # /create-expo-super-stack
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.
9
+
10
+ ## Arguments
11
+
12
+ - `parentDir`: folder where the new app directory should be created.
13
+ - `appName`: app folder name.
14
+
15
+ ## Required MDS MCP Tool Flow
16
+
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`.
25
+
26
+ ## Failure Behavior
27
+
28
+ 1. If the guided intake or generate tools are unavailable, stop.
29
+ 2. Call `mds_runtime_versions` to diagnose stale plugin or MCP installs.
30
+ 3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
31
+ 4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
32
+
33
+ ## Verification And Output
34
+
35
+ - Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
36
+ - Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
37
+ - Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
@@ -0,0 +1,106 @@
1
+ import type { OnboardArgv } from './commands/onboard.js';
2
+ import type { ExpoServerAdapter, OnboardAnswers } from './project-memory.js';
3
+ export type CessScriptLanguage = 'typescript' | 'javascript';
4
+ export type CessPackageManager = 'npm' | 'pnpm' | 'yarn' | 'bun';
5
+ export type CessNavigationLibrary = 'expo-router' | 'react-navigation';
6
+ export type CessReactNavigationLayout = 'stack' | 'tabs' | 'drawer';
7
+ export type CessStylingSystem = 'uniwind' | 'nativewind' | 'tamagui' | 'restyle' | 'stylesheet';
8
+ export type CessStateManagement = 'zustand' | 'none';
9
+ export type CessAuthBackend = 'none' | 'supabase' | 'firebase';
10
+ export type CessIntakeStatus = 'question' | 'confirm' | 'ready' | 'blocked';
11
+ export interface CessIntakeAnswers {
12
+ confirmed?: boolean;
13
+ scriptLanguage?: CessScriptLanguage;
14
+ packageManager?: CessPackageManager;
15
+ navigationLibrary?: CessNavigationLibrary;
16
+ reactNavigationLayout?: CessReactNavigationLayout;
17
+ stylingSystem?: CessStylingSystem;
18
+ stateManagement?: CessStateManagement;
19
+ authBackend?: CessAuthBackend;
20
+ easSetup?: boolean;
21
+ displayAppName?: string;
22
+ audience?: string;
23
+ coreFlows?: string;
24
+ screens?: string;
25
+ dataNeedSelections?: string[];
26
+ dataNeedsOther?: string;
27
+ targetPlatforms?: string[];
28
+ firstTargetPlatform?: string;
29
+ platformStrategy?: OnboardAnswers['platformFileStrategy'];
30
+ appDirectory?: OnboardAnswers['appDirectory'];
31
+ platformLayouts?: OnboardAnswers['platformLayoutMode'];
32
+ webOutput?: OnboardAnswers['webOutput'];
33
+ expoServerAdapter?: ExpoServerAdapter;
34
+ customBackend?: boolean;
35
+ customBackendEntry?: string;
36
+ deploymentTarget?: string;
37
+ includeCreateExpoComponents?: boolean;
38
+ usesExpoUi?: boolean;
39
+ usesExpoUiUniversalComponents?: boolean;
40
+ usesExpoNativeTabs?: boolean;
41
+ easUses?: string[];
42
+ guidelinesTemplate?: boolean;
43
+ dataStart?: OnboardAnswers['dataStart'];
44
+ testToMainSafeguards?: boolean;
45
+ saveDefaults?: boolean;
46
+ }
47
+ export interface CessIntakeOption {
48
+ value: string | boolean;
49
+ label: string;
50
+ hint?: string;
51
+ }
52
+ export interface CessIntakeQuestion {
53
+ id: string;
54
+ prompt: string;
55
+ kind: 'text' | 'single-select' | 'multi-select';
56
+ options?: CessIntakeOption[];
57
+ defaultValue?: string | boolean | string[];
58
+ explanation?: string;
59
+ }
60
+ export interface CessIntakeStepResult {
61
+ status: CessIntakeStatus;
62
+ nextQuestion?: CessIntakeQuestion;
63
+ options?: CessIntakeOption[];
64
+ defaultValue?: string | boolean | string[];
65
+ updatedAnswers: Partial<CessIntakeAnswers>;
66
+ missingRequirements: string[];
67
+ summaryLines?: string[];
68
+ projectPath?: string;
69
+ parentDir?: string;
70
+ appName?: string;
71
+ }
72
+ export interface CessResolvedPlan {
73
+ projectPath: string;
74
+ parentDir: string;
75
+ appName: string;
76
+ answers: CessIntakeAnswers;
77
+ onboardArgv: OnboardArgv;
78
+ onboardAnswers: OnboardAnswers;
79
+ createExpoStackFlags: string[];
80
+ mdsFlags: string[];
81
+ summaryLines: string[];
82
+ }
83
+ export declare function buildCessIntakeStep(input: {
84
+ parentDir?: string;
85
+ appName?: string;
86
+ answers?: Partial<CessIntakeAnswers>;
87
+ cwd?: string;
88
+ }): CessIntakeStepResult;
89
+ export declare function resolveCessPlan(input: {
90
+ parentDir?: string;
91
+ appName?: string;
92
+ answers?: Partial<CessIntakeAnswers>;
93
+ cwd?: string;
94
+ }): CessResolvedPlan;
95
+ export declare function validateCessGenerationReadiness(input: {
96
+ parentDir?: string;
97
+ appName?: string;
98
+ answers?: Partial<CessIntakeAnswers>;
99
+ cwd?: string;
100
+ }): string[];
101
+ export declare function normalizeCessIntakeAnswers(answers: Partial<CessIntakeAnswers> | undefined): Partial<CessIntakeAnswers>;
102
+ export declare function buildCreateExpoStackFlags(answers: CessIntakeAnswers): string[];
103
+ export declare function buildMdsFlags(appName: string, onboardAnswers: OnboardAnswers, intakeAnswers: CessIntakeAnswers): string[];
104
+ export declare function buildCreateExpoSuperStackArgv(plan: CessResolvedPlan): string[];
105
+ export declare function buildCessSummaryLines(parentDir: string, appName: string, answers: CessIntakeAnswers, onboardAnswers: OnboardAnswers): string[];
106
+ //# sourceMappingURL=cess-intake.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cess-intake.d.ts","sourceRoot":"","sources":["../src/cess-intake.ts"],"names":[],"mappings":"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"}