feat: Document completed tasks for KMS, Cryptography, and Plugin Libraries
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled

- Added detailed task completion records for KMS interface implementation and CLI support for file-based keys.
- Documented security enhancements including Argon2id password hashing, audit event contracts, and rate limiting configurations.
- Included scoped service support and integration updates for the Plugin platform, ensuring proper DI handling and testing coverage.
This commit is contained in:
master
2025-10-31 14:33:05 +02:00
parent 240e8ff25d
commit 9e5e958d42
312 changed files with 6399 additions and 3319 deletions

17
docs/technical/README.md Normal file
View File

@@ -0,0 +1,17 @@
# Technical Documentation Index
> Use this hub when you need the full implementation detail: architecture blueprints, data contracts, developer guides, and operations playbooks. Each section below links to the canonical sources already living in `docs/**`.
## Sections
- [Strategy & Core Specs](strategy/README.md)
- [Platform Architecture & Module Dossiers](architecture/README.md)
- [Component map](architecture/component-map.md)
- [Interfaces, Contracts & Schemas](interfaces/README.md)
- [Development Guides & Tooling](development/README.md)
- [Operations, Deployment & Offline](operations/README.md)
- [Observability, Notifications & Telemetry](observability/README.md)
- [Security, Risk & Governance](security/README.md)
- [Process, Coordination & Change Logs](process/README.md)
---
Need a doc that is missing here? Raise an entry in `docs/TASKS.md` so the index stays complete.