diff --git a/dist/project-bootstrap.skill b/dist/project-bootstrap.skill index 806fa86..8c3ba82 100644 Binary files a/dist/project-bootstrap.skill and b/dist/project-bootstrap.skill differ diff --git a/skills/project-bootstrap/SKILL.md b/skills/project-bootstrap/SKILL.md index d76e4d1..dd2d6c1 100644 --- a/skills/project-bootstrap/SKILL.md +++ b/skills/project-bootstrap/SKILL.md @@ -1,7 +1,7 @@ --- name: project-bootstrap author: ours -version: 3.0.1 +version: 3.0.2 description: > Initializes or upgrades a project in the current folder: git, .gitignore, README.md, .wiki/ using Karpathy's method, .tasks/ for task tracking, AGENTS.md (canon) with diff --git a/skills/project-bootstrap/assets/AGENTS.md.template b/skills/project-bootstrap/assets/AGENTS.md.template index bcccb75..4266c7d 100644 --- a/skills/project-bootstrap/assets/AGENTS.md.template +++ b/skills/project-bootstrap/assets/AGENTS.md.template @@ -5,6 +5,13 @@ # NOT files. This line opts the project into inbox delivery at session start: inbox monitor: raise on start +# Search rule + +⛔ Never `grep -r`/`find`-walk trees containing node_modules/dist/build/.nuxt +(measured: 3701s vs rg 0s, 2026-08-26) — use `rg` (gitignore-aware) instead. +`grep --include` filters result file names, NOT directory traversal — it still +walks every node_modules entry. + talk like a caveman use project wiki use task management system