898 B
898 B
Graph API Tests Agent Charter
Mission
- Maintain deterministic, offline-safe tests for the Graph API.
Responsibilities
- Keep fixtures stable and time/ID deterministic.
- Cover query/search/path/diff/export behaviors and error handling.
- Ensure test categories reflect integration vs unit scope.
Required Reading
- docs/modules/graph/architecture.md
- docs/modules/platform/architecture-overview.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
Definition of Done
- Tests are deterministic and offline-safe.
- Coverage includes core API behaviors and validation paths.
- Test metadata (traits/categories) is accurate.
Working Agreement
-
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
-
- Review required docs before changes.
-
- Prefer fixed IDs/timestamps and injected time providers in tests.
-
- Avoid network calls in tests unless explicitly mocked.