@smi-digital/create-smi-app 2.14.0 → 2.14.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smi-digital/create-smi-app",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1,10 +1,5 @@
1
1
  # Working in this project
2
2
 
3
- Most of the code here is written by an agent that reads this file at the start
4
- of every session, and by a human who read it once. It is written for the first
5
- reader: concrete steps, in the order they are done, with the reason attached
6
- where the reason is what makes the step correct.
7
-
8
3
  ## The two checks that gate a pull request
9
4
 
10
5
  **The A/B visual check** builds the frontend twice — once from the merge-base,
@@ -0,0 +1,7 @@
1
+ # CLAUDE.md
2
+
3
+ See [AGENTS.md](./AGENTS.md). It is the single source for how to work in this
4
+ project — the checks that gate a pull request, and the steps for adding an
5
+ island, a page, an animation that never settles, or a hydration probe.
6
+
7
+ Kept as a pointer rather than a copy so the two cannot drift apart.
@@ -82,6 +82,10 @@
82
82
  {
83
83
  "template": "AGENTS.md.template",
84
84
  "target": "AGENTS.md"
85
+ },
86
+ {
87
+ "template": "CLAUDE.md.template",
88
+ "target": "CLAUDE.md"
85
89
  }
86
90
  ],
87
91
  "cdFiles": [