Skip to content

Commit 9224cb7

Browse files
committed
Update scenario prompt to fix SDK versions to 1.0.0-dev.1 after project creation
1 parent 7f61566 commit 9224cb7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

golem-skills/tests/harness/scenarios/golem-new-project-ts.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ settings:
33
timeout_per_subprompt: 300
44
steps:
55
- id: "create-project"
6-
prompt: "Create a new Golem application called test-app with TypeScript. Before running golem new, set the SDK override: export GOLEM_TS_PACKAGES_PATH=$GOLEM_PATH/sdks/ts/packages"
6+
prompt: "Create a new Golem application called test-app with TypeScript. After creating the project, fix the SDK versions in package.json by replacing any local path references to golem-ts-sdk and golem-ts-typegen with version 1.0.0-dev.1, then run npm install"
77
expectedSkills:
88
- "golem-new-project"
99
verify:
@@ -15,6 +15,3 @@ steps:
1515
args: ["test-app/golem.yaml"]
1616
expect:
1717
exit_code: 0
18-
19-
# Deploy requires components to be added to the project first;
20-
# golem-new-project only scaffolds the app structure.

0 commit comments

Comments
 (0)