V5.1 Update tests and documentation
Quality Gate / gate (push) Failing after 11s

This commit is contained in:
Jim Lancaster
2026-08-23 16:01:53 -05:00
parent ebf659b26c
commit ed6998d8da
18 changed files with 184 additions and 385 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
# Document Transcription System Overview (Version 4)
# Document Transcription System Overview (Current Baseline: V5.1)
This directory is the single source of truth for current Version 4 behavior and architecture.
This directory is the single source of truth for current V5.1 behavior and architecture.
## Canonical Reading Order
@@ -11,13 +11,13 @@ This directory is the single source of truth for current Version 4 behavior and
## Cross-Version Invariants
- [Historical Document Transcription Design Intent](../invariant/intent.md)
- [Transcription Methodology](../invariant/transcription_methodology.md)
- [Error Handling](../invariant/error_handling.md)
- [Digital Evidence and AI Processing Provenance](../invariant/ai_evidence_and_provenance.md)
- [UI Style Guide](../invariant/ui_style_guide.md)
- [Historical Document Transcription Design Intent](./invariant/intent.md)
- [Transcription Methodology](./invariant/transcription_methodology.md)
- [Error Handling](./invariant/error_handling.md)
- [Digital Evidence and AI Processing Provenance](./invariant/ai_evidence_and_provenance.md)
- [UI Style Guide](./invariant/ui_style_guide.md)
## Baseline Statement
The current Version 4 baseline includes behavior delivered through the architectural cleanup phases.
The current V5.1 baseline includes behavior delivered through the architectural cleanup phases and person-schema redesign.
Use this `docs/*` canonical set for active design and implementation decisions.