Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/v2-api-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,15 @@ Debug / Test-only:

## Test Migration

v1 suite stays in `tests/`.
The v1 python suite (`tests/`, driven by `tests/cmux.py`) has been deleted now that `tests_v2/`
has full protocol parity. Only CI-infrastructure guard scripts and the two CI-wired tests ported
onto the v2 client remain in `tests/`.

v2 suite lives in `tests_v2/` and should:
- use a v2 JSON client (`tests_v2/programa.py`)
- avoid depending on v1 text output formats

VM runners:
- v1: `ssh programa-vm 'cd /Users/programa/GhosttyTabs && ./scripts/run-tests-v1.sh'`
VM runner:
- v2: `ssh programa-vm 'cd /Users/programa/GhosttyTabs && ./scripts/run-tests-v2.sh'`

## Open Questions
Expand Down
244 changes: 0 additions & 244 deletions scripts/run-tests-v1.sh

This file was deleted.

22 changes: 0 additions & 22 deletions tests/claude_teams_test_utils.py

This file was deleted.

Loading
Loading