Files
git.stella-ops.org/src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/AGENTS.md
2025-12-30 09:03:22 +02:00

735 B

AirGap Time Tests Charter

Working Directory

  • src/AirGap/__Tests/StellaOps.AirGap.Time.Tests

Scope

  • Unit and integration tests for time anchors, staleness evaluation, and verification services.

Required Reading

  • docs/airgap/staleness-and-time.md
  • docs/airgap/airgap-mode.md
  • docs/modules/platform/architecture-overview.md
  • src/AirGap/StellaOps.AirGap.Time/AGENTS.md

Working Agreements

  • Update task status in the sprint tracker and local TASKS.md.
  • Keep tests deterministic (fixed time and IDs).
  • Clean up temp artifacts created during tests.

Testing Rules

  • Include happy-path verification tests with deterministic fixtures.
  • Exercise health checks and controller endpoints where applicable.