audit work

This commit is contained in:
StellaOps Bot
2026-01-02 11:43:43 +02:00
parent 82e55c206a
commit dd581699cc
234 changed files with 5189 additions and 270 deletions

View File

@@ -0,0 +1,17 @@
# Crypto Plugin Loader Charter
## Mission
Load crypto provider plugins from manifests with deterministic filtering and error reporting.
## Responsibilities
- Keep plugin selection deterministic and explainable.
- Validate configuration inputs and surface clear errors.
- Track task status in `TASKS.md`.
## Required Reading
- `docs/modules/platform/architecture-overview.md`
## Working Agreement
- 1. Update task status in the sprint file and local `TASKS.md`.
- 2. Add tests for filtering, priority ordering, and error paths.
- 3. Avoid silent option drops or configuration mismatches.