save progress
This commit is contained in:
26
src/__Libraries/StellaOps.IssuerDirectory.Client/AGENTS.md
Normal file
26
src/__Libraries/StellaOps.IssuerDirectory.Client/AGENTS.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# IssuerDirectory Client Agent Charter
|
||||
|
||||
## Mission
|
||||
- Provide a reliable HTTP client for issuer key and trust lookups with deterministic caching.
|
||||
|
||||
## Responsibilities
|
||||
- Validate options early and normalize tenant/issuer identifiers consistently.
|
||||
- Keep cache keys stable and invalidation behavior correct.
|
||||
- Emit actionable error context for remote failures.
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/issuer-directory/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Libraries/StellaOps.IssuerDirectory.Client
|
||||
- Allowed shared projects: src/IssuerDirectory
|
||||
|
||||
## Testing Expectations
|
||||
- Add unit tests using stubbed HttpMessageHandler to validate headers and paths.
|
||||
- Cover cache key normalization and invalidation across includeGlobal variants.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and avoid non-ASCII logs.
|
||||
10
src/__Libraries/StellaOps.IssuerDirectory.Client/TASKS.md
Normal file
10
src/__Libraries/StellaOps.IssuerDirectory.Client/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.IssuerDirectory.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-0372-M | DONE | Maintainability audit for IssuerDirectory.Client. |
|
||||
| AUDIT-0372-T | DONE | Test coverage audit for IssuerDirectory.Client. |
|
||||
| AUDIT-0372-A | TODO | Pending approval. |
|
||||
Reference in New Issue
Block a user