Skip to content

Commit ae62585

Browse files
committed
chore: normalize Skillgym casing
1 parent 17488b2 commit ae62585

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `shared`: create one workspace per suite run and reuse it across executions
99
- `isolated`: create a fresh workspace per case x runner execution
1010

11-
Use `none` when the agent should run in an existing directory. Use `shared` or `isolated` when the suite needs SkillGym to provision a workspace first.
11+
Use `none` when the agent should run in an existing directory. Use `shared` or `isolated` when the suite needs Skillgym to provision a workspace first.
1212

1313
## Suite-level workspace config
1414

@@ -61,7 +61,7 @@ Behavior:
6161
- if omitted, none mode falls back to config `run.cwd`, then `process.cwd()`
6262
- `templateDir` and `bootstrap` are not allowed
6363

64-
If a suite file does not export `workspace`, SkillGym falls back to config `run.workspace`, then to implicit `none` mode.
64+
If a suite file does not export `workspace`, Skillgym falls back to config `run.workspace`, then to implicit `none` mode.
6565

6666
## Shared mode
6767

0 commit comments

Comments
 (0)