@automagik/genie 4.260324.11 → 4.260324.12
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.
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "genie",
|
|
13
|
-
"version": "4.260324.
|
|
13
|
+
"version": "4.260324.12",
|
|
14
14
|
"source": "./plugins/genie",
|
|
15
15
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, wish them into plans, make with parallel agents, ship as one team. A coding genie that grows with your project."
|
|
16
16
|
}
|
package/README.md
CHANGED
|
@@ -19,17 +19,17 @@ Genie is an AI orchestration CLI that turns vague ideas into shipped PRs. You de
|
|
|
19
19
|
|
|
20
20
|
## Get Started
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
**Prerequisites:** curl, bash, git (pre-installed on macOS/Linux/WSL)
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
Install Genie, then run /wizard to set up this project:
|
|
24
|
+
Run these commands in sequence to install Genie and initialize your workspace:
|
|
26
25
|
|
|
26
|
+
```bash
|
|
27
27
|
curl -fsSL https://raw.githubusercontent.com/automagik-dev/genie/main/install.sh | bash
|
|
28
28
|
genie
|
|
29
29
|
/wizard
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
That's it. The wizard handles everything: project scaffold, identity, first wish, execution, and review.
|
|
32
|
+
That's it. The wizard handles everything: project scaffold, identity, first wish, execution, and review. In ~5 minutes, you'll have your workspace scaffolded and ready to execute your first wish.
|
|
33
33
|
|
|
34
34
|
## What Happens Next
|
|
35
35
|
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genie",
|
|
3
|
-
"version": "4.260324.
|
|
3
|
+
"version": "4.260324.12",
|
|
4
4
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, turn them into wishes, execute with /work, validate with /review, and ship as one team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Namastex Labs"
|