-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting Atlas
David Ahmann edited this page Feb 10, 2026
·
1 revision
Symptoms:
- Tool never executes.
- Verdict is
error,block, orrequire_approval.
Checks:
- Validate policy intent pair:
gait policy test <policy> <intent> --json
- Verify trace write path permissions.
- Confirm high-risk mode is expected to fail-closed.
Symptoms:
- Local lint fails in restricted environment.
Fix:
- Use reachable
GOVULNDBmirror or run in CI with network access.
Reference: CONTRIBUTING.md
Checks:
(cd sdk/python && PYTHONPATH=. uv run --python 3.13 --extra dev pytest tests/test_adapter.py tests/test_client.py -q)Run:
make test-adapter-parityIf one adapter diverges, align behavior to common contract in examples/integrations/README.md.
Cause:
- Invalid or expired provider API key.
Fix:
GAIT_ENABLE_LIVE_CONNECTOR_TESTS=1 OPENAI_API_KEY='<valid>' ANTHROPIC_API_KEY= bash scripts/test_live_connectors.sh