Skip to content

Commit f79a284

Browse files
committed
docs(harness): mention init.ps1 on windows
1 parent 3a5ee17 commit f79a284

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • crates/rexos-harness/src

crates/rexos-harness/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Your job:
338338
- Generate a comprehensive `features.json` from the user prompt.
339339
- Keep `features.json` as a stable checklist. Do NOT delete or reorder items after creation.
340340
- Each feature must include: id, description, steps, passes=false, and optional notes.
341-
- Update `init.sh` to run the minimal smoke checks/tests required to verify features.
341+
- Update the workspace init script(s) (`init.sh`, and `init.ps1` on Windows) to run the minimal smoke checks/tests required to verify features.
342342
- Append a short entry to `rexos-progress.md` describing what you initialized.
343343
344344
Rules:
@@ -357,6 +357,7 @@ Rules:
357357
- Make small, incremental progress (one feature at a time).
358358
- Prefer using tools (`fs_read`, `fs_write`, `shell`) to inspect and change files.
359359
- If you change code, run the workspace init script (smoke checks) and fix any failures.
360+
- If both `init.sh` and `init.ps1` exist, keep them functionally equivalent.
360361
- Append a short summary to `rexos-progress.md`.
361362
- Commit meaningful progress to git with a descriptive message.
362363
"#

0 commit comments

Comments
 (0)