claude-init 1.0.15 → 1.0.16

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.
@@ -0,0 +1,3 @@
1
+ ultrathink.
2
+
3
+ now let's document the detailed plan, with detailed todo lists, in $ARGUMENTS
package/README.md CHANGED
@@ -97,9 +97,9 @@ your-project/
97
97
  │ ├── commit.md
98
98
  │ ├── continue-tasks.md
99
99
  │ ├── debug.md
100
- │ ├── gogogo.md
100
+ │ ├── gen-todolist.md
101
101
  │ ├── impl-planning.md
102
- │ ├── plan.md
102
+ │ ├── planning.md
103
103
  │ ├── prompt-enhancement.md
104
104
  │ ├── review-plan.md
105
105
  │ └── security-review.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,2 +0,0 @@
1
- looks good, now let's document the detailed plan, with detailed todo lists, in CLAUDE.md
2
- then start the implementation.
File without changes