Files
Ty d6b74c42f6 Implement S7 operator connect helpers for SaaS and channels.
Add dry-run-default connect dispatcher and per-integration scripts with gitignored local capability state, docs, and unit tests. Mutations require --apply and use nemohermes/openshell only.
2026-07-27 13:32:42 -07:00
..

Tests

Path Purpose Status
unit/ Deterministic domain/skill logic (no live model required) Partial
contract/ Provider/MCP allow-deny contracts
integration/ Optional cheap-model dialogue paths
fixtures/ Test-only fixtures

Running tests

# All unit tests
python -m pytest tests/unit/ -v

# Specific test file
python -m pytest tests/unit/test_board_builder.py -v

Design boundary

design/det-vs-inf.md — unit tests cover the deterministic column without a live model.