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,27 @@
# ExportCenter Infrastructure Agent Charter
## Mission
Provide deterministic, offline-safe infrastructure for ExportCenter (DB access, migrations, and storage adapters).
## Responsibilities
- Manage Npgsql data source configuration and tenant session state.
- Maintain migration loader/runner with checksum enforcement.
- Provide DevPortal offline storage and signing adapters.
## Required Reading
- docs/modules/export-center/architecture.md
- docs/modules/export-center/provenance-and-signing.md
- docs/airgap/offline-bundle-format.md
- docs/modules/platform/architecture-overview.md
## Definition of Done
- Migrations are ordered, checksummed, and applied deterministically.
- Storage adapters prevent path traversal and leave no partial files on failure.
- Tests cover migration loading, signing, and storage behaviors.
## Working Agreement
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
- 2. Review this charter and required docs before coding.
- 3. Keep outputs deterministic and UTC normalized.
- 4. Avoid nondeterministic IDs/timestamps in persisted metadata unless explicit.
- 5. Revert to TODO if paused; capture context in PR notes.

View File

@@ -0,0 +1,10 @@
# ExportCenter Infrastructure 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-0334-M | DONE | Maintainability audit for ExportCenter.Infrastructure. |
| AUDIT-0334-T | DONE | Test coverage audit for ExportCenter.Infrastructure. |
| AUDIT-0334-A | TODO | Pending approval (non-test project). |