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,24 @@
# Infrastructure EfCore Agent Charter
## Mission
- Provide deterministic, tenant-safe EF Core infrastructure shared across modules.
## Responsibilities
- Keep DbContext wiring secure and consistent (schema, tenancy, UTC session).
- Validate configuration inputs and avoid production-only diagnostics in common paths.
- Maintain tests for interceptors, context options, and tenant accessors.
## Required Reading
- docs/modules/platform/architecture-overview.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
## Definition of Done
- Connection/session configuration is deterministic and safe.
- Configuration validation is explicit and tested.
- Tests cover tenant context, session settings, and schema wiring.
## Working Agreement
- 1. Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- 2. Review required docs before changes.
- 3. Keep session configuration deterministic (UTC, schema, tenant).
- 4. Avoid enabling detailed errors in production by default.

View File

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