@mr.dj2u/cli 0.1.5 → 0.1.8

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 (94) hide show
  1. package/bundles/claude-code/.claude-plugin/plugin.json +20 -12
  2. package/bundles/claude-code/.mcp.json +11 -8
  3. package/bundles/claude-code/README.md +31 -11
  4. package/bundles/claude-code/commands/continue-development.md +3 -3
  5. package/bundles/claude-code/commands/create-expo-super-stack.md +1 -1
  6. package/bundles/claude-code/commands/fix-seo.md +1 -1
  7. package/bundles/claude-code/commands/prepare-deploy.md +2 -4
  8. package/bundles/claude-code/commands/project-research-plan.md +1 -1
  9. package/bundles/claude-code/commands/push-merge-loop.md +25 -0
  10. package/bundles/claude-code/commands/review-expo-project.md +3 -6
  11. package/bundles/claude-code/commands/run-doctor.md +4 -6
  12. package/bundles/claude-code/commands/wrap-up.md +67 -0
  13. package/bundles/claude-code/skills/continue-development/SKILL.md +3 -3
  14. package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +1 -1
  15. package/bundles/claude-code/skills/dev-server-management/SKILL.md +1 -1
  16. package/bundles/claude-code/skills/fix-seo/SKILL.md +1 -1
  17. package/bundles/claude-code/skills/prepare-deploy/SKILL.md +2 -4
  18. package/bundles/claude-code/skills/project-research-plan/SKILL.md +1 -1
  19. package/bundles/claude-code/skills/push-merge-loop/SKILL.md +30 -0
  20. package/bundles/claude-code/skills/review-expo-project/SKILL.md +3 -6
  21. package/bundles/claude-code/skills/run-doctor/SKILL.md +4 -6
  22. package/bundles/claude-code/skills/wrap-up/SKILL.md +72 -0
  23. package/bundles/codex/.codex-plugin/plugin.json +4 -4
  24. package/bundles/codex/commands/continue-development.md +3 -3
  25. package/bundles/codex/commands/create-expo-super-stack.md +1 -1
  26. package/bundles/codex/commands/fix-seo.md +1 -1
  27. package/bundles/codex/commands/prepare-deploy.md +2 -4
  28. package/bundles/codex/commands/project-research-plan.md +1 -1
  29. package/bundles/codex/commands/push-merge-loop.md +24 -0
  30. package/bundles/codex/commands/review-expo-project.md +3 -6
  31. package/bundles/codex/commands/run-doctor.md +4 -6
  32. package/bundles/codex/commands/wrap-up.md +67 -0
  33. package/bundles/codex/skills/workflow-continue-development/SKILL.md +3 -3
  34. package/bundles/codex/skills/workflow-create-expo-super-stack/SKILL.md +1 -1
  35. package/bundles/codex/skills/workflow-fix-seo/SKILL.md +1 -1
  36. package/bundles/codex/skills/workflow-prepare-deploy/SKILL.md +2 -4
  37. package/bundles/codex/skills/workflow-project-research-plan/SKILL.md +1 -1
  38. package/bundles/codex/skills/workflow-push-merge-loop/SKILL.md +36 -0
  39. package/bundles/codex/skills/workflow-review-expo-project/SKILL.md +3 -6
  40. package/bundles/codex/skills/workflow-run-doctor/SKILL.md +4 -6
  41. package/bundles/codex/skills/workflow-wrap-up/SKILL.md +79 -0
  42. package/bundles/vscode-copilot/.github/prompts/continue-development.prompt.md +3 -3
  43. package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +1 -1
  44. package/bundles/vscode-copilot/.github/prompts/fix-seo.prompt.md +1 -1
  45. package/bundles/vscode-copilot/.github/prompts/prepare-deploy.prompt.md +2 -4
  46. package/bundles/vscode-copilot/.github/prompts/project-research-plan.prompt.md +1 -1
  47. package/bundles/vscode-copilot/.github/prompts/push-merge-loop.prompt.md +30 -0
  48. package/bundles/vscode-copilot/.github/prompts/review-expo-project.prompt.md +3 -6
  49. package/bundles/vscode-copilot/.github/prompts/run-doctor.prompt.md +4 -6
  50. package/bundles/vscode-copilot/.github/prompts/wrap-up.prompt.md +72 -0
  51. package/bundles/vscode-copilot/user/.copilot/skills/workflow-continue-development/SKILL.md +3 -3
  52. package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +1 -1
  53. package/bundles/vscode-copilot/user/.copilot/skills/workflow-fix-seo/SKILL.md +1 -1
  54. package/bundles/vscode-copilot/user/.copilot/skills/workflow-prepare-deploy/SKILL.md +2 -4
  55. package/bundles/vscode-copilot/user/.copilot/skills/workflow-project-research-plan/SKILL.md +1 -1
  56. package/bundles/vscode-copilot/user/.copilot/skills/workflow-push-merge-loop/SKILL.md +30 -0
  57. package/bundles/vscode-copilot/user/.copilot/skills/workflow-review-expo-project/SKILL.md +3 -6
  58. package/bundles/vscode-copilot/user/.copilot/skills/workflow-run-doctor/SKILL.md +4 -6
  59. package/bundles/vscode-copilot/user/.copilot/skills/workflow-wrap-up/SKILL.md +72 -0
  60. package/dist/cli.d.ts.map +1 -1
  61. package/dist/cli.js +135 -1
  62. package/dist/cli.js.map +1 -1
  63. package/dist/commands/continue.d.ts +1 -1
  64. package/dist/commands/continue.d.ts.map +1 -1
  65. package/dist/commands/continue.js +21 -0
  66. package/dist/commands/continue.js.map +1 -1
  67. package/dist/commands/dev-tools.d.ts.map +1 -1
  68. package/dist/commands/dev-tools.js +22 -4
  69. package/dist/commands/dev-tools.js.map +1 -1
  70. package/dist/commands/eject.d.ts +12 -0
  71. package/dist/commands/eject.d.ts.map +1 -0
  72. package/dist/commands/eject.js +328 -0
  73. package/dist/commands/eject.js.map +1 -0
  74. package/dist/commands/onboard.d.ts +29 -1
  75. package/dist/commands/onboard.d.ts.map +1 -1
  76. package/dist/commands/onboard.js +223 -23
  77. package/dist/commands/onboard.js.map +1 -1
  78. package/dist/commands/stylist.d.ts +25 -0
  79. package/dist/commands/stylist.d.ts.map +1 -0
  80. package/dist/commands/stylist.js +392 -0
  81. package/dist/commands/stylist.js.map +1 -0
  82. package/dist/project-memory.d.ts +2 -0
  83. package/dist/project-memory.d.ts.map +1 -1
  84. package/dist/project-memory.js +3043 -399
  85. package/dist/project-memory.js.map +1 -1
  86. package/dist/stylist-theme.d.ts +104 -0
  87. package/dist/stylist-theme.d.ts.map +1 -0
  88. package/dist/stylist-theme.js +1374 -0
  89. package/dist/stylist-theme.js.map +1 -0
  90. package/package.json +1 -1
  91. package/templates/embedded-fonts.template.ts +72 -0
  92. package/templates/expo-sdk-56-screen-universal.template.tsx +709 -0
  93. package/templates/project/guidelines.md +4 -3
  94. package/templates/stylist-screen.template.tsx +3446 -0
@@ -43,9 +43,10 @@ it for the app before treating it as final.
43
43
  - Deployed server: {{deployedServer}}
44
44
  - Latest Expo SDK preference: {{useLatestExpoSdk}}
45
45
  - Advanced package setup: {{advancedPackageSetup}}
46
- - Create Expo starter components: {{includeCreateExpoComponents}}
47
- - Expo UI: {{usesExpoUi}}
48
- - Expo Native Tabs: {{usesExpoNativeTabs}}
46
+ - Create Expo starter components: {{includeCreateExpoComponents}}
47
+ - Expo UI: {{usesExpoUi}}
48
+ - Expo UI Universal components: {{usesExpoUiUniversalComponents}}
49
+ - Expo Native Tabs: {{usesExpoNativeTabs}}
49
50
  - Data start: {{dataStart}}
50
51
  - Test-to-main safeguards: {{testToMainSafeguards}}
51
52
  - EAS usage: