save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

View File

@@ -0,0 +1,26 @@
# Platform Integration Tests Agent Charter
## Mission
- Validate platform startup and PostgreSQL-only configurations.
## Responsibilities
- Keep integration tests deterministic and offline-safe.
- Ensure Docker/Testcontainers usage is guarded when unavailable.
- Avoid nondeterministic state in schemas and records.
## 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.Platform
- Allowed shared projects: src/__Libraries/StellaOps.Infrastructure.Postgres.Testing
## Testing Expectations
- Tag tests for Integration and Platform.
- Prefer fixed schema names and deterministic data in migrations.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Clean up schemas and tables created during tests.

View File

@@ -0,0 +1,10 @@
# StellaOps.Integration.Platform 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-0366-M | DONE | Maintainability audit for Integration.Platform. |
| AUDIT-0366-T | DONE | Test coverage audit for Integration.Platform. |
| AUDIT-0366-A | DONE | Waived (test project). |