Rewrite the encryption/persona/JWT docs to match the implemented code and record the multi-person sharing design. - multi-person-sharing.md (NEW): ADR for per-profile DEK + X25519 envelope sharing. All five original open questions resolved 2026-07-18. Covers divorced-parents, pets, graduation, and elderly-parent care; adds an admin permission tier for owner-incapacity. Decided, not yet implemented. (#3) - encryption.md: full rewrite to the implemented wrapped-DEK / Web Crypto model; the old version described ZK encryption as 'planned'. (#4) - jwt-authentication-decision.md: rewritten to match implementation (PBKDF2 not bcrypt, no Redis, token_version revocation, real Claims). Original aspirational content preserved in a History section. (#4) - PERSONA_AND_FAMILY_MANAGEMENT.md: 'Current reality' section added, old 'Implementation Status' marked superseded, encryption section corrected. (#4) - ENCRYPTION_UPDATE_SUMMARY.md: archived (changelog for a rewrite that itself went stale). (#4) - ADR README index updated for the new + reconciled entries. |
||
|---|---|---|
| .. | ||
| API_TEST_RESULTS_SOLARIA.md | ||
| CI-CD-FINAL-SOLUTION.md | ||
| DOCKER_IMPROVEMENTS_SUMMARY.md | ||
| ENCRYPTION_UPDATE_SUMMARY.md | ||
| PHASE28_COMPLETE_SPECS.md | ||
| PHASE28_PILL_IDENTIFICATION.md | ||
| PHASE28_PLAN.md | ||
| PHASE_2.7_DEPLOYMENT_PLAN.md | ||
| PHASE_2.7_MVP_PRIORITIZED_PLAN.md | ||
| PHASE_2.7_PLAN.md | ||
| README.md | ||
Archive
Superseded and historical documentation, kept for reference but not current. For the live, authoritative docs see the main documentation index.
Contents:
- Phase plans (
PHASE_2.7_PLAN.md,PHASE_2.7_MVP_PRIORITIZED_PLAN.md,PHASE_2.7_DEPLOYMENT_PLAN.md,PHASE28_PLAN.md,PHASE28_COMPLETE_SPECS.md,PHASE28_PILL_IDENTIFICATION.md) — the original planning documents for phases that are now implemented. See../implementation/for the completion records. API_TEST_RESULTS_SOLARIA.md— a point-in-time API test-run snapshot.DOCKER_IMPROVEMENTS_SUMMARY.md— historical Docker optimization notes.CI-CD-FINAL-SOLUTION.md— the CI/CD state as of 2026-03-18 (3 jobs, notestjob yet). For the current CI see../development/CI-CD.md.