v0.11.0 - OpenCode terminal cleanup
OpenCode terminal cleanup minor release.
Highlights:
- Fixed OpenCode terminal reconciliation so terminal cards stop after a bounded grace period even when OpenCode backend heartbeats continue.
- Included the checked-in SMA-20 smoke harness lint cleanup from dev.
- Fixed the local pre-push quality gate to strip Git hook environment before tests create nested temporary repositories.
Verification:
- OpenCode E2E reached Human Review and /api/v1/state reported running=0, retrying=0 after terminal reconciliation.
- ruff check .
- pyright --pythonpath /Users/danny/Documents/PARA/Resource/symphony-multi-agent/.venv/bin/python
- pytest -q: 1153 passed, 2 skipped.
- Real pre-push hook passed on both main and v0.11.0 tag pushes.