create-walle 0.9.19 → 0.9.20
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-walle",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.20",
|
|
4
4
|
"description": "CTM + Wall-E \u2014 AI coding dashboard and personal digital twin agent. Multi-agent terminal for Claude Code, Codex, Gemini, Aider, OpenCode, and more, plus prompt editor, task queue, remote phone access, code/doc review, and an agent that learns from Slack, email & calendar.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-walle": "bin/create-walle.js"
|
package/template/package.json
CHANGED
|
@@ -14,7 +14,7 @@ fi
|
|
|
14
14
|
if ! fly apps list 2>/dev/null | grep -q my-wall-e; then
|
|
15
15
|
echo "Creating Fly.io app..."
|
|
16
16
|
fly apps create my-wall-e
|
|
17
|
-
fly volumes create wall_e_data --region sjc --size
|
|
17
|
+
fly volumes create wall_e_data --region sjc --size 5
|
|
18
18
|
fi
|
|
19
19
|
|
|
20
20
|
# Set secrets
|