mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-23 12:53:58 +00:00
Covers untested paths in index.ts and commands.ts: - Error output formatting for injection attacks (semicolons, $, backticks) - Flag ordering edge cases (--prompt before/between/after positional args) - Unknown flags with subcommands (--json, --format, --dry-run) - --prompt interaction with subcommands (list, agents, clouds) - Version flag variants (-v, -V, --version, version) - Non-TTY behavior (help output when stdin is not TTY) - Command aliases (ls -> list) - --prompt-file error handling with real filesystem - Agent/cloud display name resolution in cmdRun - Subcommand output format verification - Fuzzy matching edge cases in showInfoOrError - SPAWN_NO_UNICODE and SPAWN_NO_UPDATE_CHECK env vars Agent: test-engineer Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| commands-logic.ts | ||
| commands.ts | ||
| index.ts | ||
| manifest.ts | ||
| security.ts | ||
| unicode-detect.ts | ||
| update-check.ts | ||