claude-init 1.0.15 → 1.0.17

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
@@ -0,0 +1,5 @@
1
+ ultrathink.
2
+
3
+ No need to code, read through and understand the codebase and give me a detailed plan on:
4
+
5
+ $ARGUMENTS
package/README.md CHANGED
@@ -94,17 +94,7 @@ your-project/
94
94
  └── .claude/
95
95
  ├── settings.json # Claude settings
96
96
  ├── commands/ # Custom commands
97
- │ ├── commit.md
98
- │ ├── continue-tasks.md
99
- │ ├── debug.md
100
- │ ├── gogogo.md
101
- │ ├── impl-planning.md
102
- │ ├── plan.md
103
- │ ├── prompt-enhancement.md
104
- │ ├── review-plan.md
105
- │ └── security-review.md
106
97
  └── agents/ # Specialized agents
107
- └── library-usage-researcher.md
108
98
  ```
109
99
 
110
100
  ## Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
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.