You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Node 22+ required** (`.nvmrc` = 22, `package.json` engines `>=22.0.0`). Enforced by `node-tasks/lock_node_version.js` on `npm install`.
43
48
-**`npm run build` creates the ZIP** — it runs webpack, gulp styles, AND `gulp zip` in sequence. The build deletes `../build/` before creating it, so a failed build mid-way can leave the theme without a build folder.
44
-
-**AGENTS.md and CLAUDE.md are excluded from the ZIP** via `.zipignore` — keep it that way.
49
+
-**AGENTS.md, CLAUDE.md, `AGENTS.local.md`, `.ai/`, and `.private/` are excluded from the ZIP** via `.zipignore` — keep it that way.
45
50
-**`style.css` is compiled output** — never edit it directly. Source is in `src/scss/`.
46
51
-**Text domain `__theme_txtd`** is a placeholder replaced with `anima` during the build process. Use `__theme_txtd` in source PHP/JS/CSS files.
47
52
@@ -299,7 +304,7 @@ EOF
299
304
300
305
### 6. Publish to WUpdates
301
306
302
-
- Keep raw WUpdates host, port, and key material out of git. Store those only in local/private files such as `AGENTS.local.md` or `.claude/napkin.md`. This repo assumes a local `wupdates` SSH alias is already configured on the release machine.
307
+
- Keep raw WUpdates host, port, and key material out of git. Store those only in local/private files such as `AGENTS.local.md`, `.ai/`, or `.claude/napkin.md`. This repo assumes a local `wupdates` SSH alias is already configured on the release machine.
0 commit comments