@vercel/dream 0.2.5 → 0.2.6
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/dist/dream.js +1 -1
- package/package.json +2 -2
package/dist/dream.js
CHANGED
|
@@ -173,7 +173,7 @@ program.command("init").description("Initialize a new dream project").action(()
|
|
|
173
173
|
`);
|
|
174
174
|
const result = init({ dir: workDir, version: "^0.2.1" });
|
|
175
175
|
if (result.specsCreated) {
|
|
176
|
-
log(` ${green("+")} specs/
|
|
176
|
+
log(` ${green("+")} specs/2048.md`);
|
|
177
177
|
} else {
|
|
178
178
|
log(` ${dim("\xB7")} specs/ ${dim("already exists")}`);
|
|
179
179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/dream",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "A CLI that runs OpenCode in a loop until specs are complete",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"agent-browser": ">=0.9.0",
|
|
16
16
|
"commander": "^12.0.0",
|
|
17
17
|
"opencode-ai": ">=1.0.0",
|
|
18
|
-
"@vercel/dream-init": "0.2.
|
|
18
|
+
"@vercel/dream-init": "0.2.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^22.0.0",
|