- Implemented comprehensive tests for verdict artifact generation to ensure deterministic outputs across various scenarios, including identical inputs, parallel execution, and change ordering. - Created helper methods for generating sample verdict inputs and computing canonical hashes. - Added tests to validate the stability of canonical hashes, proof spine ordering, and summary statistics. - Introduced a new PowerShell script to update SHA256 sums for files, ensuring accurate hash generation and file integrity checks.
18 lines
907 B
Markdown
18 lines
907 B
Markdown
# 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? Add it to the docs backlog under `docs/implplan/` so the index stays complete.
|