fix: harden compaction pair handling

This commit is contained in:
gui-yue
2026-06-07 12:35:08 +08:00
parent 7891c25c12
commit 99a1e52b36
9 changed files with 238 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: pip install anthropic python-dotenv pytest
run: pip install -r requirements.txt pytest
- name: Run Python smoke tests
run: python -m pytest tests -q