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.
- package/README.md +7 -0
- 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
|