create-patties 0.0.12-next.0 → 0.0.12

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 (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # create-patties
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - a99d1bf: Redesign the scaffolder prompt flow (cli specs 18 + 19): coding agent moves
8
+ earlier; a new **project type** (frontend / backend / fullstack) drives gated
9
+ sub-prompts for **Patties UI** and **monorepo** and the deploy-target option
10
+ set. Adds `--type`, `--ui`/`--no-ui`, `--monorepo`/`--no-monorepo`, `--theme`,
11
+ and a `container` target (emits a `Dockerfile`). When Patties UI is chosen, a
12
+ vendored starter set (button/card/input/label + tokens) is stamped so the demo
13
+ renders with real components. Claude / Codex projects now ship the `/patties`
14
+ skill + `/patties-init` command (Codex: a `patties-patterns` rule), generated
15
+ from one source so they can't drift, and the next-steps output hands off to
16
+ `claude --permission-mode plan "/patties-init"`. Stays zero-dependency.
17
+
3
18
  ## 0.0.12-next.0
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-patties",
3
- "version": "0.0.12-next.0",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "description": "Scaffolder for new Patties projects.",
6
6
  "license": "MIT",