ship-create 1.6.2 → 1.6.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.
package/package.json
CHANGED
|
@@ -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.
|
|
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.**
|
package/templates/.cursorrules
CHANGED
|
@@ -62,14 +62,16 @@ All docs live under `docs/`:
|
|
|
62
62
|
## Quick Orientation for a New Agent Session
|
|
63
63
|
|
|
64
64
|
1. Read `docs/PROJECT.md` — learn what's being built and for whom.
|
|
65
|
-
2. Check **Section 9 Technical Decisions**
|
|
65
|
+
2. Check **Section 9 Technical Decisions** for `UI language`. If Thai (ภาษาไทย), switch to Thai immediately for all responses. If English, stay in English.
|
|
66
66
|
3. Read `docs/HUMAN_FLOW.md` to understand the user experience.
|
|
67
67
|
4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
|
|
68
|
-
|
|
68
|
+
|
|
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. 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.
|
|
69
71
|
|
|
70
72
|
**Shortcut commands available:**
|
|
71
73
|
- `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
|
|
72
|
-
- `/build` —
|
|
74
|
+
- `/build` — start building immediately: idea → theme → home screen → first feature
|
|
73
75
|
|
|
74
76
|
## Source
|
|
75
77
|
|
package/templates/.windsurfrules
CHANGED
|
@@ -62,14 +62,16 @@ All docs live under `docs/`:
|
|
|
62
62
|
## Quick Orientation for a New Agent Session
|
|
63
63
|
|
|
64
64
|
1. Read `docs/PROJECT.md` — learn what's being built and for whom.
|
|
65
|
-
2. Check **Section 9 Technical Decisions**
|
|
65
|
+
2. Check **Section 9 Technical Decisions** for `UI language`. If Thai (ภาษาไทย), switch to Thai immediately for all responses. If English, stay in English.
|
|
66
66
|
3. Read `docs/HUMAN_FLOW.md` to understand the user experience.
|
|
67
67
|
4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
|
|
68
|
-
|
|
68
|
+
|
|
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. 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.
|
|
69
71
|
|
|
70
72
|
**Shortcut commands available:**
|
|
71
73
|
- `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
|
|
72
|
-
- `/build` —
|
|
74
|
+
- `/build` — start building immediately: idea → theme → home screen → first feature
|
|
73
75
|
|
|
74
76
|
## Source
|
|
75
77
|
|
package/templates/AGENTS.md
CHANGED
|
@@ -62,14 +62,16 @@ All docs live under `docs/`:
|
|
|
62
62
|
## Quick Orientation for a New Agent Session
|
|
63
63
|
|
|
64
64
|
1. Read `docs/PROJECT.md` — learn what's being built and for whom.
|
|
65
|
-
2. Check **Section 9 Technical Decisions**
|
|
65
|
+
2. Check **Section 9 Technical Decisions** for `UI language`. If Thai (ภาษาไทย), switch to Thai immediately for all responses. If English, stay in English.
|
|
66
66
|
3. Read `docs/HUMAN_FLOW.md` to understand the user experience.
|
|
67
67
|
4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
|
|
68
|
-
|
|
68
|
+
|
|
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. 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.
|
|
69
71
|
|
|
70
72
|
**Shortcut commands available:**
|
|
71
73
|
- `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
|
|
72
|
-
- `/build` —
|
|
74
|
+
- `/build` — start building immediately: idea → theme → home screen → first feature
|
|
73
75
|
|
|
74
76
|
## Source
|
|
75
77
|
|
package/templates/CLAUDE.md
CHANGED
|
@@ -62,14 +62,16 @@ All docs live under `docs/`:
|
|
|
62
62
|
## Quick Orientation for a New Agent Session
|
|
63
63
|
|
|
64
64
|
1. Read `docs/PROJECT.md` — learn what's being built and for whom.
|
|
65
|
-
2. Check **Section 9 Technical Decisions**
|
|
65
|
+
2. Check **Section 9 Technical Decisions** for `UI language`. If Thai (ภาษาไทย), switch to Thai immediately for all responses. If English, stay in English.
|
|
66
66
|
3. Read `docs/HUMAN_FLOW.md` to understand the user experience.
|
|
67
67
|
4. Check if `docs/AI_BUILD_SPEC.md` exists — if yes, read it for the technical contract.
|
|
68
|
-
|
|
68
|
+
|
|
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. 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.
|
|
69
71
|
|
|
70
72
|
**Shortcut commands available:**
|
|
71
73
|
- `/ship` — interactive gate-by-gate guide through Structure → Human Flow → Instruction → Publish
|
|
72
|
-
- `/build` —
|
|
74
|
+
- `/build` — start building immediately: idea → theme → home screen → first feature
|
|
73
75
|
|
|
74
76
|
## Source
|
|
75
77
|
|