docs: add assisted exit transfer and history design documents
Verify / verify (push) Successful in 2m57s
Container / verify (push) Successful in 3m0s
Container / arm64 (push) Skipped
Container / amd64 (push) Successful in 1m52s
Container / manifest (push) Skipped

This commit is contained in:
sechmachine
2026-08-20 17:22:28 +07:00
parent 8878326839
commit 58a087b118
6 changed files with 103 additions and 24 deletions
@@ -0,0 +1,27 @@
# Assisted Exit Transfer and History Documentation Plan
**Status:** Documentation update only. No application or schema implementation is authorized by this record.
**Date:** 20 August 2026
## Deliverables
1. Amend the existing `AUTH`, `PRJ`, `TSK`, `ATT`, `CAL`, `INT`, `UI`, and `DB` rows without adding requirement IDs.
2. Synchronize the explained and very-simple teaching copies.
3. Update `UC-04`, `UC-05`, `UC-06`, and `UC-14`, required workflow pages, and regenerate the SRS from its generator.
4. Update `PRODUCT.md`, `.agents/PROJECT_PLAN.md`, `AGENTS.md`, and `README.md` with the locked boundary and Iteration 2 ownership.
5. Add the append-only requirements update manifest.
6. Preserve both DDL files, both Mermaid structures, all mockup/reference assets, and `.DS_Store` byte-for-byte.
## Validation gates
- Exactly 260 unique requirement rows in authoritative, explained, simple, and generated SRS catalogues.
- Exactly 14 SRS use cases.
- Exactly 23 documented tables and 56 named foreign-key relationships; no DDL byte change.
- Generated SRS agrees with the canonical requirement rows and updated use cases/workflow pages.
- All local Markdown links resolve.
- Protected DDL/mockup/reference hashes and `.DS_Store` hash match the pre-update snapshot.
- `git diff --check` passes.
## Non-goals
No Java, Flyway, SQL, Mermaid structure, mockup, frontend asset, branch, commit, push, or deployment change is part of this task.