create-sailor 1.9.2 → 1.9.4

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 (3) hide show
  1. package/README.md +13 -1
  2. package/dist/index.js +219 -200
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,19 @@ bunx create-sailor@latest
38
38
  npx create-sailor@latest
39
39
  ```
40
40
 
41
- Asks just 4 questions: **project name / region / auth / AI topology**. Everything else uses region-aware smart defaults.
41
+ Interactive flow:
42
+
43
+ 1. **Where** — new folder (name, default `my-app`) or current directory (smart default if cwd is empty)
44
+ 2. **Region / Auth / AI topology**
45
+ 3. **Plan** — compact summary; confirm or customize payment · email · storage · deploy
46
+ 4. **Done** — short golden path (`cd` → env → migrate → dev)
47
+
48
+ Everything else uses region-aware smart defaults (`--yes` skips prompts).
49
+
50
+ ```bash
51
+ npx create-sailor@latest my-app # new folder
52
+ npx create-sailor@latest . # current directory
53
+ ```
42
54
 
43
55
  The AI prompt is topology-first:
44
56