claude-dreamteam 1.2.0 → 1.2.1

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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,13 @@ One command to unlock 100% of Claude Code's power. Zero learning curve.
8
8
  npx claude-dreamteam init
9
9
  ```
10
10
 
11
+ Works for **new projects** and **existing codebases**:
12
+
13
+ ```
14
+ /dream fitness app with React Native and Firebase ← new project
15
+ /setup ← existing project
16
+ ```
17
+
11
18
  ---
12
19
 
13
20
  ## The Problem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-dreamteam",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "One command to build your entire Claude Code development environment. Level 0 to 10.",
5
5
  "bin": {
6
6
  "claude-dreamteam": "./bin/cli.js"