claude-init 1.0.17 → 1.0.19

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.
@@ -25,6 +25,6 @@ Additionally, maintain the following principles throughout your work process:
25
25
  1. Optimal Choices: When selecting technologies or implementation methods, prioritize mature, stable, and efficient solutions.
26
26
  2. Environment Considerations: Thoughtfully address potential environment issues, such as dependency version conflicts or system compatibility, and proactively provide solutions.
27
27
 
28
- Now, no need to code, read through and understand the codebase and give me a detailed plan on:
28
+ Now, no need to start implementing, just read through and understand the codebase and give me a detailed plan on:
29
29
 
30
30
  $ARGUMENTS
@@ -1,2 +1,2 @@
1
- Continue the remainning tasks in $1.
2
- Don't forget to update the todolist/checklist progress in $1 as long as you complete a step.
1
+ I have a design planning in $1 and $2, you will continue the remainning tasks in $2.
2
+ Don't forget to update the todolist/checklist progress in $2 as long as you complete a step.
@@ -1,3 +1,3 @@
1
1
  ultrathink.
2
2
 
3
- now let's document the detailed plan, with detailed todo lists, in $ARGUMENTS
3
+ now no need to start implementing, let's document the detailed plan, with detailed todo lists, in $ARGUMENTS
@@ -1,5 +1,5 @@
1
1
  ultrathink.
2
2
 
3
- no need to code, just help me rewrite and enhance the prompt, make the instructions more clear and detailed, by reading through and understanding the codebase first:
3
+ no need to start implementing, just help me rewrite and enhance the prompt, make the instructions more clear and detailed, by reading through and understanding the codebase first:
4
4
 
5
5
  $ARGUMENTS
@@ -1,5 +1,5 @@
1
1
  ultrathink.
2
2
 
3
- No need to code, read through and understand the codebase and give me a detailed plan on:
3
+ No need to start implementing, just read through and understand the codebase and give me a detailed plan on:
4
4
 
5
5
  $ARGUMENTS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {