Update instructions - part 2
Quality Gate / gate (push) Successful in 2m34s

This commit is contained in:
Jim Lancaster
2026-09-02 14:31:40 -05:00
parent e5ef4d4422
commit fc4288ff88
6 changed files with 179 additions and 15 deletions
+16 -3
View File
@@ -1,6 +1,6 @@
# Document Transcription System Overview (Current Baseline: V5.1)
# Document Transcription System Overview (Current Baseline: V6.1)
This directory is the single source of truth for current V5.1 behavior and architecture.
This directory is the single source of truth for current V6.1 behavior and architecture.
## Canonical Reading Order
@@ -17,7 +17,20 @@ This directory is the single source of truth for current V5.1 behavior and archi
- [Digital Evidence and AI Processing Provenance](./invariant/ai_evidence_and_provenance.md)
- [UI Style Guide](./invariant/ui_style_guide.md)
## Deployment and Operations
- [Production Runbook](production-runbook.md) for deploy, rollback, and recovery.
- [Backup and Restore](backup_restore.md) for backup configuration and restore procedure.
- [Data Migration](data_migration.md) for the SQLite to PostgreSQL migration path.
- [Cloudflare Tunnel and Access](cloudflare_tunnel_access.md) for remote exposure and access control.
## Baseline Statement
The current V5.1 baseline includes behavior delivered through the architectural cleanup phases and person-schema redesign.
The current V6.1 baseline includes behavior delivered through the architectural cleanup phases and
person-schema redesign (through V5.1), the V6.0 hosting migration to a containerized PostgreSQL
deployment, and the V6.1 navigation, Document Detail, and worker-backed maintenance refinements.
Use this `docs/*` canonical set for active design and implementation decisions.
Every canonical document above states this same baseline; `tests/test_meta_contract_guards.py`
fails if one of them falls behind. Forward-looking work is tracked in
[`roadmap_plan.md`](roadmap_plan.md) and is not part of the baseline.