@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.
- package/bundles/claude-code/.claude-plugin/plugin.json +20 -12
- package/bundles/claude-code/.mcp.json +11 -8
- package/bundles/claude-code/README.md +31 -11
- package/bundles/claude-code/commands/continue-development.md +3 -3
- package/bundles/claude-code/commands/create-expo-super-stack.md +1 -1
- package/bundles/claude-code/commands/fix-seo.md +1 -1
- package/bundles/claude-code/commands/prepare-deploy.md +2 -4
- package/bundles/claude-code/commands/project-research-plan.md +1 -1
- package/bundles/claude-code/commands/push-merge-loop.md +25 -0
- package/bundles/claude-code/commands/review-expo-project.md +3 -6
- package/bundles/claude-code/commands/run-doctor.md +4 -6
- package/bundles/claude-code/commands/wrap-up.md +67 -0
- package/bundles/claude-code/skills/continue-development/SKILL.md +3 -3
- package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +1 -1
- package/bundles/claude-code/skills/dev-server-management/SKILL.md +1 -1
- package/bundles/claude-code/skills/fix-seo/SKILL.md +1 -1
- package/bundles/claude-code/skills/prepare-deploy/SKILL.md +2 -4
- package/bundles/claude-code/skills/project-research-plan/SKILL.md +1 -1
- package/bundles/claude-code/skills/push-merge-loop/SKILL.md +30 -0
- package/bundles/claude-code/skills/review-expo-project/SKILL.md +3 -6
- package/bundles/claude-code/skills/run-doctor/SKILL.md +4 -6
- package/bundles/claude-code/skills/wrap-up/SKILL.md +72 -0
- package/bundles/codex/.codex-plugin/plugin.json +4 -4
- package/bundles/codex/commands/continue-development.md +3 -3
- package/bundles/codex/commands/create-expo-super-stack.md +1 -1
- package/bundles/codex/commands/fix-seo.md +1 -1
- package/bundles/codex/commands/prepare-deploy.md +2 -4
- package/bundles/codex/commands/project-research-plan.md +1 -1
- package/bundles/codex/commands/push-merge-loop.md +24 -0
- package/bundles/codex/commands/review-expo-project.md +3 -6
- package/bundles/codex/commands/run-doctor.md +4 -6
- package/bundles/codex/commands/wrap-up.md +67 -0
- package/bundles/codex/skills/workflow-continue-development/SKILL.md +3 -3
- package/bundles/codex/skills/workflow-create-expo-super-stack/SKILL.md +1 -1
- package/bundles/codex/skills/workflow-fix-seo/SKILL.md +1 -1
- package/bundles/codex/skills/workflow-prepare-deploy/SKILL.md +2 -4
- package/bundles/codex/skills/workflow-project-research-plan/SKILL.md +1 -1
- package/bundles/codex/skills/workflow-push-merge-loop/SKILL.md +36 -0
- package/bundles/codex/skills/workflow-review-expo-project/SKILL.md +3 -6
- package/bundles/codex/skills/workflow-run-doctor/SKILL.md +4 -6
- package/bundles/codex/skills/workflow-wrap-up/SKILL.md +79 -0
- package/bundles/vscode-copilot/.github/prompts/continue-development.prompt.md +3 -3
- package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +1 -1
- package/bundles/vscode-copilot/.github/prompts/fix-seo.prompt.md +1 -1
- package/bundles/vscode-copilot/.github/prompts/prepare-deploy.prompt.md +2 -4
- package/bundles/vscode-copilot/.github/prompts/project-research-plan.prompt.md +1 -1
- package/bundles/vscode-copilot/.github/prompts/push-merge-loop.prompt.md +30 -0
- package/bundles/vscode-copilot/.github/prompts/review-expo-project.prompt.md +3 -6
- package/bundles/vscode-copilot/.github/prompts/run-doctor.prompt.md +4 -6
- package/bundles/vscode-copilot/.github/prompts/wrap-up.prompt.md +72 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-continue-development/SKILL.md +3 -3
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +1 -1
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-fix-seo/SKILL.md +1 -1
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-prepare-deploy/SKILL.md +2 -4
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-project-research-plan/SKILL.md +1 -1
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-push-merge-loop/SKILL.md +30 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-review-expo-project/SKILL.md +3 -6
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-run-doctor/SKILL.md +4 -6
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-wrap-up/SKILL.md +72 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +135 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/continue.d.ts +1 -1
- package/dist/commands/continue.d.ts.map +1 -1
- package/dist/commands/continue.js +21 -0
- package/dist/commands/continue.js.map +1 -1
- package/dist/commands/dev-tools.d.ts.map +1 -1
- package/dist/commands/dev-tools.js +22 -4
- package/dist/commands/dev-tools.js.map +1 -1
- package/dist/commands/eject.d.ts +12 -0
- package/dist/commands/eject.d.ts.map +1 -0
- package/dist/commands/eject.js +328 -0
- package/dist/commands/eject.js.map +1 -0
- package/dist/commands/onboard.d.ts +29 -1
- package/dist/commands/onboard.d.ts.map +1 -1
- package/dist/commands/onboard.js +223 -23
- package/dist/commands/onboard.js.map +1 -1
- package/dist/commands/stylist.d.ts +25 -0
- package/dist/commands/stylist.d.ts.map +1 -0
- package/dist/commands/stylist.js +392 -0
- package/dist/commands/stylist.js.map +1 -0
- package/dist/project-memory.d.ts +2 -0
- package/dist/project-memory.d.ts.map +1 -1
- package/dist/project-memory.js +3043 -399
- package/dist/project-memory.js.map +1 -1
- package/dist/stylist-theme.d.ts +104 -0
- package/dist/stylist-theme.d.ts.map +1 -0
- package/dist/stylist-theme.js +1374 -0
- package/dist/stylist-theme.js.map +1 -0
- package/package.json +1 -1
- package/templates/embedded-fonts.template.ts +72 -0
- package/templates/expo-sdk-56-screen-universal.template.tsx +709 -0
- package/templates/project/guidelines.md +4 -3
- 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
|
|
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:
|