Files
git.stella-ops.org/src/Graph/__Tests/StellaOps.Graph.Api.Tests/AGENTS.md
StellaOps Bot 3f197814c5 save progress
2026-01-02 21:06:27 +02:00

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

    1. Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
    1. Review required docs before changes.
    1. Prefer fixed IDs/timestamps and injected time providers in tests.
    1. Avoid network calls in tests unless explicitly mocked.