claude-init 1.0.28 → 1.0.29

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 -5
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -1,6 +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
- ### Test Maintenance
6
- - When tests fail after removing template files, update the test assertions to reference existing template files. For example, after removing `.claude/commands/commit.md`, the test was updated to check for `simple-planning.md` instead (commit 348f79d removed the custom commit command).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {