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,25 @@
# ExportCenter Client Agent Charter
## Mission
Provide a stable, offline-friendly SDK client for the ExportCenter WebService API.
## Responsibilities
- Maintain typed API calls, pagination/query handling, and error envelopes.
- Keep streaming download helpers deterministic and safe (atomic writes, checksum validation).
- Ensure configuration options map cleanly to HttpClient behavior.
## Required Reading
- docs/modules/export-center/architecture.md
- docs/modules/export-center/provenance-and-signing.md
- docs/modules/platform/architecture-overview.md
## Definition of Done
- Client surface matches API contracts and uses deterministic defaults.
- Downloads avoid partial files and support offline usage.
## 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 avoid network side effects in tests.
- 4. Prefer invariant culture for parsing/formatting in URLs and logs.
- 5. Revert to TODO if paused; capture context in PR notes.

View File

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