Next Chapter OS — Consolidation Status

2026-04-22 · top-to-bottom view after OLD Supabase decommission

The head of the snake is severed. OLD Supabase rdnnhxhohwjucvjwbwch — the primary source of 13+ months of sprawl — is DELETED. All 74,021 rows preserved on NEW dwrnfpjcvydhmhnvyzov with full provenance. Writes frozen. Drift-patch disabled. References scrubbed across ~/.claude/ and ~/repos/.
DELETEDOLD Supabase
74,021Rows preserved
0Gap rows
HTTP 410OLD URL (Gone)
3Lovable apps need repoint
1Primary Supabase going forward

1 · What was preserved

OutcomeTablesNotes
migrated live 21 NEW has the full table at current row count — schema carried over. Includes tam_businesses, buyer_dossiers, cowork_enriched, etc.
archived 43 NEW has *_archive_2026_04_22 tables with JSONB original_row + provenance (source_project, source_table, frozen_at). Includes call_log (1,395), persons (1,421), deal_research, dossier_cost_log, etc.
empty 17 Zero rows on OLD — nothing to lose. Skipped by design.
TOTAL 81 / 81 Zero gaps. Full parity check in scripts/full_parity_check.py.

2 · What is gone

ThingBeforeNow
OLD Supabase project rdnnhxhohwjucvjwbwch ACTIVE_HEALTHY DELETED — DELETE 200, verify 404/410
Hardcoded Service Role JWT in public-facing docs leaked in 3 files scrubbedPROJECT-REFERENCE.md, 2 prompt files (commit e31de20)
Pipeline writes to OLD (hrcom-deal-room, 5 jobs) writing hourly frozen — import-time RuntimeError (commit dfbaa23)
Scheduled task old-supabase-drift-patch daily 6:15am disabled — was syncing OLD→NEW, unnecessary
rdnn references in memory/skills/plans/docs dozens scrubbed — ~20 files rewritten (commits 09b1738 + e31de20)

3 · Architecture now

Data plane

InstancePurposeState
dwrnfpjcvydhmhnvyzov Next Chapter OS DB — sole primary. mark@chapter.guide, East US. LIVE — single source of truth
rdnnhxhohwjucvjwbwch AND Call Command (OLD) DECOMMISSIONED 2026-04-22
lhmuwrlpcdlzpfthrodm ColdCall Universe — still backing 2 Lovable apps RETIRED — needs Lovable repoint
asavljgcnresdnadblse Phoenix TAM Engine (migrated 2026-03-25) RETIRED
pgoogsxaljtjhwhydqtg NYC Outreach Hub — full investor CRM consolidation TBD — most valuable
iumytggxqtfyaxewgghb Marks NYC Hunt — investor contacts consolidation TBD
wdhnsbzmcjpqbltkulwe NYC Deal Maker — attack_list + AI edge fn consolidation TBD
lsxmnowczekpdjuvrxxt, ginqabezgxaazkhuuvvw, iwcvaowfogpffdllqtld Empty / debugger / NYC map — zero tables DELETE candidates

Code plane

RepoRoleState
nextchapter-crmMain pipeline (ex–coldcall-universe)active
nextchapter-opsOps + scheduled tasksactive
claude-skillsSkill libraryactive
next-chapter-osConsolidation scratchpad + diagnostic (fka hermes-review)audit phase — will merge into ops
hrcom-deal-roomHR.com / Debbie deal pipelineFROZEN — needs rewire to NEW

Scheduled tasks (Mac Mini)

TaskState
hermes-daily-agent-report — 4:03 PM dailyenabled
phoenix-tam-enginemanual only
old-supabase-drift-patchDISABLED 2026-04-22

4 · What's left

3 Lovable apps still hardcode OLD. They load against rdnnhxhohwjucvjwbwch.supabase.co and will return 410 Gone at next page load. Repoint = change VITE_SUPABASE_URL + VITE_SUPABASE_ANON_KEY in each Lovable project's env.
AppLovable IDAction
Debbie Deal Rooma3bf07f3-1c4c-437b-b658-f0d9f86c38dcrepoint
Pixel Perfect Clone01b7b849-30f8-405f-b057-55974c3baba0repoint
Next Chapter Reports70bfa70e-e847-47d0-abfd-5845c0ba81c1repoint

Progress since 2026-04-22 consolidation

Still open — requires Ewing input

5 · Where we are going

Next arc: kill the rest of the sprawl. OLD was the biggest offender, but 4 other Supabase instances still hold real data or back live apps. The pattern is the same: archive, verify zero loss, decommission.
  1. Repoint the 3 Lovable apps off rdnn to dwrnfpjcvydhmhnvyzov. Fastest to fix visibly-broken things first.
  2. Audit the 4 discovered instances (NYC Outreach Hub, Marks NYC Hunt, NYC Deal Maker, ColdCall Universe). Decide: merge into dwrnfpjcvydhmhnvyzov, keep as purpose-built silo, or archive + delete.
  3. Delete the 3 empty/dead instances (lsxmnowczekpdjuvrxxt, ginqabezgxaazkhuuvvw, iwcvaowfogpffdllqtld). Zero risk.
  4. Rewire hrcom-deal-room to NEW. Unblocks the 5 frozen write jobs.
  5. Archive the migration scripts in next-chapter-os. They hardcode a dead URL.