- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring. - docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026. - docs/features/checked/web/**: update feature notes where UI changed. - docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts. - docs/setup/**, docs/technical/**: align with setup wizard contracts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
893 B
893 B
Issuer Directory Architecture -- Redirect
Moved by Sprint 216 (2026-03-04). IssuerDirectory is now owned by the Authority domain.
Current documentation
- Architecture and schema ownership:
docs/modules/authority/architecture.md(sections 21.1--21.4) - Source code:
src/Authority/StellaOps.IssuerDirectory/ - Client library:
src/Authority/__Libraries/StellaOps.IssuerDirectory.Client/ - Persistence:
src/Authority/__Libraries/StellaOps.IssuerDirectory.Persistence/
Archived original
docs-archived/modules/issuer-directory/architecture.md
Runtime identity
The IssuerDirectory service retains its own container, hostname, and endpoints.
Schema isolation from AuthorityDbContext is a deliberate security feature (see ADR in Authority architecture).
Non-testing runtime is PostgreSQL-backed; in-memory persistence is reserved for Testing only.