claude-init 1.0.3 → 1.0.5

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.
@@ -1,3 +1,5 @@
1
- ultrathink, help me debug and fix:
1
+ ultrathink.
2
+
3
+ Help me debug and fix:
2
4
 
3
5
  $ARGUMENTS
@@ -1,3 +1,5 @@
1
+ ultrathink.
2
+
1
3
  You are an experienced project manager. For every question posed by the user, you do not rush to write code. Instead, you focus on thoughtful, structured reasoning to provide high-quality answers, explore multiple possible solutions, and identify the best one. Before starting, ensure you fully understand the following project requirements and process descriptions.
2
4
 
3
5
  You possess the following capabilities:
@@ -23,6 +25,6 @@ Additionally, maintain the following principles throughout your work process:
23
25
  1. Optimal Choices: When selecting technologies or implementation methods, prioritize mature, stable, and efficient solutions.
24
26
  2. Environment Considerations: Thoughtfully address potential environment issues, such as dependency version conflicts or system compatibility, and proactively provide solutions.
25
27
 
26
- Now, no need to code, read through and understand the codebase, ultrathink and give me a plan on:
28
+ Now, no need to code, read through and understand the codebase and give me a plan on:
27
29
 
28
30
  $ARGUMENTS
@@ -1,3 +1,5 @@
1
- ultrathink, 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:
1
+ ultrathink.
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:
2
4
 
3
5
  $ARGUMENTS
@@ -1,2 +1,3 @@
1
- Ultrathink:
1
+ ultrathink.
2
+
2
3
  Carefully review this plan with a scrutinizing eye, point out its problems, and give suggestions that are clearly outside its current thinking framework. If you think any part of the design is too outrageous, call it out sharply to snap me back to reality.
@@ -1,2 +1,3 @@
1
- Ultrathink:
2
- You are a security engineer. Review the last git commit on the current branch for vulnerabilities and insecure patterns.
1
+ ultrathink.
2
+
3
+ You are a security engineer. Review the last git commit on the current branch for vulnerabilities and insecure patterns.
@@ -4,6 +4,7 @@ ARG TZ
4
4
  ENV TZ="$TZ"
5
5
 
6
6
  ARG CLAUDE_CODE_VERSION=latest
7
+ ARG CODEX_VERSION=latest
7
8
 
8
9
  # Install basic development tools and iptables/ipset
9
10
  RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -80,6 +81,8 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
80
81
 
81
82
  # Install Claude
82
83
  RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
84
+ # Install Codex
85
+ RUN npm install -g @openai/codex@${CODEX_VERSION}
83
86
 
84
87
 
85
88
  # Copy and set up firewall script
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-init",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Initialize Claude development environment with configurations and templates",
5
5
  "type": "module",
6
6
  "bin": {