mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-11 21:40:48 +00:00
Fixes #1409 The bash sandbox test now verifies that test runs don't create or modify agent-specific directories and configuration files: - Checks that ~/.openclaw, ~/.sprite, and ~/.claude directories are not created by test runs - Verifies ~/.claude.json and ~/.claude/settings.json are not modified during tests (using mtime comparison to handle pre-existing files) - Skips checks for directories/files that existed before tests ran to avoid false positives in development environments This ensures tests remain properly sandboxed and don't pollute the production environment with agent artifacts. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| mock-curl-script.sh | ||
| mock.sh | ||
| qa-dry-run.sh | ||
| record.sh | ||
| run.sh | ||
| test-sandbox.sh | ||
| update-readme.py | ||