audit work
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# AGENTS
|
||||
## Role
|
||||
Concelier persistence layer for Postgres storage, repositories, and adapters.
|
||||
|
||||
## Scope
|
||||
- Postgres repositories, converters, and storage adapters.
|
||||
- Migrations under `Migrations/`.
|
||||
- Deterministic ordering and time/id generation (TimeProvider where possible).
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/concelier/architecture.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status in the sprint file and local `TASKS.md`.
|
||||
- 2. Keep outputs deterministic (ordering, timestamps, hashes).
|
||||
- 3. Avoid new external calls; stay offline-first.
|
||||
- 4. Update docs when schema/contracts change.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Concelier Persistence 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-0230-M | DONE | Maintainability audit for StellaOps.Concelier.Persistence. |
|
||||
| AUDIT-0230-T | DONE | Test coverage audit for StellaOps.Concelier.Persistence. |
|
||||
| AUDIT-0230-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user