normogen/docs/archive
goose e322145ffb
Some checks failed
Lint and Build / format (pull_request) Successful in 37s
Lint and Build / clippy (pull_request) Successful in 1m40s
Lint and Build / build (pull_request) Successful in 3m44s
Lint and Build / test (pull_request) Failing after 0s
docs: decide multi-person ZK sharing ADR; reconcile jwt/encryption docs
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.
2026-07-18 19:26:43 -03:00
..
API_TEST_RESULTS_SOLARIA.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
CI-CD-FINAL-SOLUTION.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
DOCKER_IMPROVEMENTS_SUMMARY.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
ENCRYPTION_UPDATE_SUMMARY.md docs: decide multi-person ZK sharing ADR; reconcile jwt/encryption docs 2026-07-18 19:26:43 -03:00
PHASE28_COMPLETE_SPECS.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
PHASE28_PILL_IDENTIFICATION.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
PHASE28_PLAN.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
PHASE_2.7_DEPLOYMENT_PLAN.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
PHASE_2.7_MVP_PRIORITIZED_PLAN.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
PHASE_2.7_PLAN.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00
README.md docs: reconcile documentation with reality (P3) 2026-06-27 16:02:16 -03:00

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, no test job yet). For the current CI see ../development/CI-CD.md.