- Added assertions to ensure the presence and order of `set -e` and `set +e` in the generated bash script when a system prompt is included. - Updated the test for the scenario without a prompt to confirm that `set -e` is not present, ensuring correct script behavior. - Improved documentation in the `buildBashScript` function to clarify the use of `set -e` for error handling during script execution. |
||
|---|---|---|
| .. | ||
| claude | ||
| cursor | ||
| v2 | ||
| DESIGN.md | ||
| executor.go | ||
| executor_test.go | ||
| integration_test.go | ||
| PLAN.md | ||
| types.go | ||
| types_test.go | ||