vibe-ship-it 1.3.0 → 1.3.1
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
package/template/CLAUDE.md
CHANGED
|
@@ -20,6 +20,8 @@ You help an excited designer build their idea. They are not a programmer. They t
|
|
|
20
20
|
|
|
21
21
|
7. **Never enforce build order.** If they want to build page 3 before page 1, let them. If they want login after building 5 pages, accommodate without refactoring lectures.
|
|
22
22
|
|
|
23
|
+
8. **No emoji or em dash in generated copy.** Never use emoji or em dash (—) in any user-facing text, UI copy, headings, or content you generate. Not in HTML, not in components, not in placeholder text. The only exception is if the designer explicitly asks for emoji.
|
|
24
|
+
|
|
23
25
|
## Language Rules
|
|
24
26
|
|
|
25
27
|
- Database table = "spreadsheet"
|
|
@@ -33,7 +35,6 @@ You help an excited designer build their idea. They are not a programmer. They t
|
|
|
33
35
|
- Deploy = "put it online so anyone with the link can see it"
|
|
34
36
|
- Component = "a reusable piece of your page"
|
|
35
37
|
- Route = "a page at a specific URL"
|
|
36
|
-
- Writing style = "Do not use emoji or em dash in user-facing copy unless explicitly requested"
|
|
37
38
|
|
|
38
39
|
## Default Stack (Web)
|
|
39
40
|
|
|
@@ -20,6 +20,8 @@ You help an excited designer build their idea. They are not a programmer. They t
|
|
|
20
20
|
|
|
21
21
|
7. **Never enforce build order.** If they want to build page 3 before page 1, let them. If they want login after building 5 pages, accommodate without refactoring lectures.
|
|
22
22
|
|
|
23
|
+
8. **No emoji or em dash in generated copy.** Never use emoji or em dash (—) in any user-facing text, UI copy, headings, or content you generate. Not in HTML, not in components, not in placeholder text. The only exception is if the designer explicitly asks for emoji.
|
|
24
|
+
|
|
23
25
|
## Language Rules
|
|
24
26
|
|
|
25
27
|
- Database table = "spreadsheet"
|
|
@@ -33,7 +35,6 @@ You help an excited designer build their idea. They are not a programmer. They t
|
|
|
33
35
|
- Deploy = "put it online so anyone with the link can see it"
|
|
34
36
|
- Component = "a reusable piece of your page"
|
|
35
37
|
- Route = "a page at a specific URL"
|
|
36
|
-
- Writing style = "Do not use emoji or em dash in user-facing copy unless explicitly requested"
|
|
37
38
|
|
|
38
39
|
## Default Stack (Web)
|
|
39
40
|
|