save progress
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# AirGap Integration Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Validate offline/air-gap behaviors end-to-end without relying on external networks.
|
||||
|
||||
## Responsibilities
|
||||
- Keep integration tests deterministic and offline-safe.
|
||||
- Ensure offline kit fixtures and simulated flows mirror documented behavior.
|
||||
- Tag tests for CI selection (Integration, Offline, AirGap).
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/airgap/airgap-mode.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Tests/Integration/StellaOps.Integration.AirGap
|
||||
- Allowed shared projects: src/AirGap, src/Scanner, src/Attestor, src/Cli
|
||||
|
||||
## Testing Expectations
|
||||
- Avoid real network calls; use deterministic monitors/stubs.
|
||||
- Use fixed seeds or deterministic time where assertions depend on timestamps.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep fixtures isolated and clean up temp artifacts.
|
||||
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Integration.AirGap Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0362-M | DONE | Maintainability audit for Integration.AirGap. |
|
||||
| AUDIT-0362-T | DONE | Test coverage audit for Integration.AirGap. |
|
||||
| AUDIT-0362-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user