claude-init 1.0.36 → 1.0.40

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/CLAUDE.md +0 -4
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -1,5 +1 @@
1
1
  + During you interaction with the user, if you find anything reusable in this project (e.g. version of a library, model name), especially about a fix to a mistake you made or a correction you received, you should take note in the `Lessons` section in the `CLAUDE.md` file so you will not make the same mistake again.
2
-
3
- ## Lessons
4
-
5
- - When adding new template directories (like `.devcontainer-rust/`, `.devcontainer-go/`) to the project, remember to also add them to the `files` array in `package.json`. Otherwise they won't be included in the published npm package and users will get "ENOENT: no such file or directory" errors when running via `npx`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.36",
3
+ "version": "1.0.40",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {