create-sailor 1.9.2 → 1.9.3

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 +6 -1
  2. package/dist/index.js +200 -195
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,12 @@ 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 starts with **where to create** (new folder vs current directory — defaults based on whether cwd looks empty), then **project name** (only for a new folder), then region / auth / AI topology. Everything else uses region-aware smart defaults.
42
+
43
+ ```bash
44
+ npx create-sailor@latest my-app # new folder
45
+ npx create-sailor@latest . # current directory
46
+ ```
42
47
 
43
48
  The AI prompt is topology-first:
44
49