ship-create 1.6.3 → 1.6.5

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/create.mjs CHANGED
@@ -43,7 +43,7 @@ const PRODUCT_TYPES = [
43
43
  { key: "SAAS", name: "Web app / SaaS", desc: "users sign up and use a tool online", file: "SAAS_TEMPLATE.md" },
44
44
  { key: "CRM", name: "CRM / Sales pipeline", desc: "track leads, deals, and customers", file: "CRM_TEMPLATE.md" },
45
45
  { key: "MEMBERSHIP", name: "Membership / community", desc: "paid access to content or a community", file: "MEMBERSHIP_TEMPLATE.md" },
46
- { key: "LEADGEN", name: "Landing page / lead capture", desc: "get visitors to fill a form or book a call", file: "LEADGEN_TEMPLATE.md" },
46
+ { key: "LEADGEN", name: "Landing page", desc: "showcase a product or service sell, capture leads, or book calls", file: "LEADGEN_TEMPLATE.md" },
47
47
  { key: "DIRECTORY", name: "Directory / listing site", desc: "browse and find providers, products, or places", file: "DIRECTORY_TEMPLATE.md" },
48
48
  { key: "DASHBOARD", name: "Dashboard / analytics", desc: "visualise data and KPIs for a team or business", file: "DASHBOARD_TEMPLATE.md" },
49
49
  { key: "INTERNAL_TOOL", name: "Internal tool", desc: "replaces a manual or spreadsheet-based process inside a company", file: "INTERNAL_TOOL_TEMPLATE.md" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ship-create",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "Scaffold a new project the SHIP Method way — Structure, Human Flow, Instruction, Publish. No git clone, no API key, just one command.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@ S — STRUCTURE → H — HUMAN FLOW → I — INSTRUCTION → P — PUBLI
14
14
  **Do not create a task list. Do not plan. Act.**
15
15
 
16
16
  ### 1. Read (no output, no tasks)
17
- Silently read `docs/PROJECT.md` and `docs/HUMAN_FLOW.md`. Check **Section 9 Technical Decisions** for `UI language` — if Thai (ภาษาไทย), switch to Thai for all output from this point forward. If core sections are empty, ask the user one question (in the correct language): *"Describe your idea in one sentence."* Fill the docs from their answer, then continue.
17
+ Silently read `docs/PROJECT.md` and `docs/HUMAN_FLOW.md`. Check **Section 9 Technical Decisions** for `UI language` — if Thai (ภาษาไทย), switch to Thai for all output from this point forward. The idea is already in Section 10 (Original Idea) and Section 1 (Product Vision) do not ask the user to describe it again. Proceed directly to Step 2.
18
18
 
19
19
  ### 2. Theme — first visible output
20
20
  Present 2–3 theme options (palette name + font, one line each). Wait for the user to pick. Apply the chosen theme to `app/globals.css` and `app/layout.tsx`. Record in `docs/DESIGN_SYSTEM.md`. **This is the first thing the user sees — it must happen before any feature code.**
@@ -67,7 +67,7 @@ All docs live under `docs/`:
67
67
  4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
68
68
 
69
69
  **If the user has not said anything yet and `docs/AI_BUILD_SPEC.md` does not exist:**
70
- Do not present a menu of options. Do not ask what they want. Start `/build` automatically ask "describe your idea in one sentence" (in the correct language) and begin. The user opened this project to build something; they don't need a list of choices first.
70
+ Do not present a menu of options. Do not ask what they want. Do not ask them to describe their idea it is already in `docs/PROJECT.md` Section 10 (Original Idea) and Section 1 (Product Vision). Start `/build` automatically using what is already there. The user described their idea during `npx ship-create`; asking again is unnecessary friction.
71
71
 
72
72
  **Shortcut commands available:**
73
73
  - `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
@@ -67,7 +67,7 @@ All docs live under `docs/`:
67
67
  4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
68
68
 
69
69
  **If the user has not said anything yet and `docs/AI_BUILD_SPEC.md` does not exist:**
70
- Do not present a menu of options. Do not ask what they want. Start `/build` automatically ask "describe your idea in one sentence" (in the correct language) and begin. The user opened this project to build something; they don't need a list of choices first.
70
+ Do not present a menu of options. Do not ask what they want. Do not ask them to describe their idea it is already in `docs/PROJECT.md` Section 10 (Original Idea) and Section 1 (Product Vision). Start `/build` automatically using what is already there. The user described their idea during `npx ship-create`; asking again is unnecessary friction.
71
71
 
72
72
  **Shortcut commands available:**
73
73
  - `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
@@ -67,7 +67,7 @@ All docs live under `docs/`:
67
67
  4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
68
68
 
69
69
  **If the user has not said anything yet and `docs/AI_BUILD_SPEC.md` does not exist:**
70
- Do not present a menu of options. Do not ask what they want. Start `/build` automatically ask "describe your idea in one sentence" (in the correct language) and begin. The user opened this project to build something; they don't need a list of choices first.
70
+ Do not present a menu of options. Do not ask what they want. Do not ask them to describe their idea it is already in `docs/PROJECT.md` Section 10 (Original Idea) and Section 1 (Product Vision). Start `/build` automatically using what is already there. The user described their idea during `npx ship-create`; asking again is unnecessary friction.
71
71
 
72
72
  **Shortcut commands available:**
73
73
  - `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
@@ -67,7 +67,7 @@ All docs live under `docs/`:
67
67
  4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
68
68
 
69
69
  **If the user has not said anything yet and `docs/AI_BUILD_SPEC.md` does not exist:**
70
- Do not present a menu of options. Do not ask what they want. Start `/build` automatically ask "describe your idea in one sentence" (in the correct language) and begin. The user opened this project to build something; they don't need a list of choices first.
70
+ Do not present a menu of options. Do not ask what they want. Do not ask them to describe their idea it is already in `docs/PROJECT.md` Section 10 (Original Idea) and Section 1 (Product Vision). Start `/build` automatically using what is already there. The user described their idea during `npx ship-create`; asking again is unnecessary friction.
71
71
 
72
72
  **Shortcut commands available:**
73
73
  - `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish