refactored-recon/phases
Matt 5b0d4eed90 Phase 6e doc: add 6e-2 revert note and 6e-3 destination fix
Document the api.py revert (6e-2) and the shadowlib download
destination fix (6e-3) that redirects all three sources from
/mnt/library/Acquired/[SUBDIR]/ to the new dispatcher hopper
at /opt/recon/data/acquired/pdf/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 03:42:40 +00:00
..
phase-0-baseline.md
phase-1-scaffolding.md
phase-2-shared-filing.md
phase-3-transcript-processor.md
phase-4-pdf-processor.md
phase-5a-transcript-resweep.md Phase 5a: transcript resweep (18855 transcripts) 2026-04-14 17:41:38 +00:00
phase-5b-transcript-unprocess.md Phase 5b: transcript unprocess — stage 2,259 skip_unclassified transcripts into hopper 2026-04-14 18:19:35 +00:00
phase-5c1-service-rewire.md Phase 5c-1: service rewire (code only, not started) 2026-04-14 18:33:15 +00:00
phase-5c2-service-start.md Add Phase 5c-2 doc: service start, failure analysis, and recovery 2026-04-14 20:23:37 +00:00
phase-6a-transcript-organized-in-place.md Phase 6a: transcript organized-in-place documentation 2026-04-14 22:50:18 +00:00
phase-6b-dashboard-bug-fix.md Phase 6b: dashboard bug fix documentation 2026-04-14 23:06:09 +00:00
phase-6c-code-cleanup.md Phase 6c: code cleanup documentation 2026-04-14 23:46:56 +00:00
phase-6e-skill-and-dashboard-cleanup.md Phase 6e doc: add 6e-2 revert note and 6e-3 destination fix 2026-04-15 03:42:40 +00:00
README.md

Phases

Per-phase execution documents live here. Each phase gets its own markdown file with detailed steps, commands, verification criteria, and rollback procedures.

Phase documents are written just-in-time — the details of phase 3 are informed by what we learn in phases 1 and 2. Writing all six up front would be speculative and would churn as reality hits.

Naming convention

  • phase-0-baseline.md — baseline capture
  • phase-1-scaffolding.md — new directories and config
  • phase-2-shared-filing.md — shared filing function
  • phase-3-transcript-processor.md — first processor end-to-end
  • phase-4-pdf-processor.md — second processor
  • phase-5-cutover.md — service cutover and transcript resweep
  • phase-6-cleanup.md — dead code removal and docs

Status

None of the per-phase docs exist yet. They will be added as each phase is scoped.

The high-level plan lives in ../migration-plan.md.