pre-chatgpt-2026-05-22) on every code repo Mark owns.| Container | Port | Role |
|---|---|---|
| tp3_postgres_brain | 5432 | Postgres + pgvector + timescale — THE brain DB (tp3_neural_stack_brain_db, user tp3_admin) |
| tp3_memory_api | 8946 | Memory query / /ask / /sleep / /health/trend API |
| tp3_ingest | 8944 | POST /ingest write path |
| tp3_embed | 8080 internal | Local nomic-embed-text via Ollama |
| tp3_ollama | 11434 | nomic-embed-text + gemma3:4b local LLM |
| tp3_redis_queue | 6379 | Ingest queue |
| tp3_minio_vault | 9000-9001 | S3-compatible artifact store |
| tp3_bidet | 8955 | Web Bidet (Apex GPU Whisper, daily driver) |
| tp3_omi_mcp | 8933 (localhost) | OMI MCP bridge |
| workspace-mcp | 8766 | Mark@thebarnetts Gmail/Calendar/Drive |
| gmail-mcp | 8768 | breezybarnett16 Gmail MCP |
| yahoo-mcp | 8767 | Yahoo Mail MCP |
| wa-web-mcp | 9876 | WhatsApp web MCP |
| gmail_tp3_ingest, yahoo_tp3_ingest, tp3_pinger, tp3_autoheal | n/a | Background pollers + healing |
| Process | Port | Role |
|---|---|---|
| supertonic (HTTP TTS server) | 7788 | F5 voice for Ray-Bans via Tasker ntfy chain |
| pythonw — whisper_voice_type.py | none | Local CUDA whisper STT, Ctrl+Shift+; hotkey, faster-whisper large-v3 |
| RustDesk listener | 21118 | Remote-control hub for Mom/Lynn machines |
Key Ready/Running: TP3 Launch At Logon, TP3 Omi Poll, TP3 Shared-Memory Sync, Bidet Watchdog, TP3_DriveHealthWatcher, TP3 Comms Health Alarm, TP3 Freshness Alarm, TP3 Per-Source Freshness Alarm, TP3 Heartbeat Check, TP3 Weekly Backup, TP3 AI Radar TwiceWeekly, TP3 Calendar Snapshot Refresh, TP3 Daily Upcoming, TP3 Docker Daily Refresh, TP3 Stack Ping.
Intentionally Disabled (per memory): TP3 Morning Digest Web + TP3 Reenable Morning Digest 2026-05-06 (killed in 2026-05-21 reports cleanup), BidetAI-Web (legacy), TP3 Ollama Watchdog, TP3 State Reconciler, TP3 Ingest Worker Direct.
G16 task: TP3 G16 Metrics — Disabled (pending one-time enable per session resume notes).
| What | Apex path | G16 path | Size |
|---|---|---|---|
| TP3 Postgres (pg_dumpall, full DB + roles) | /home/breezy/snapshots/2026-05-22-tp3-postgres.sql.gz | /home/g16/backups/2026-05-22-tp3-postgres.sql.gz | 438 MB |
| Bidet dumps volume (audio + transcripts archive) | /home/breezy/snapshots/2026-05-22-bidet-dumps.tar.gz | /home/g16/backups/2026-05-22-bidet-dumps.tar.gz | 768 MB |
| Memory repo | github.com/MrB-Ed/claude-memory tag pre-chatgpt-2026-05-22 | version-controlled | |
gunzip -c /home/breezy/snapshots/2026-05-22-tp3-postgres.sql.gz \ | docker exec -i tp3_postgres_brain psql -U tp3_admin
One-line walkthrough script lives on Apex: /home/breezy/restore_2026-05-22.sh.
docker run --rm -v tp3_bidet_dumps:/restore -v /home/breezy/snapshots:/src alpine \ tar xzf /src/2026-05-22-bidet-dumps.tar.gz -C /restore --strip-components=1
pre-chatgpt-2026-05-22| Repo | HEAD at tag | Pushed to remote? |
|---|---|---|
| MrB-Ed/claude-memory (Apex copy) | f902b48 | yes |
| MrB-Ed/claude-memory (G16 copy) | 6c3259c | local-only (ahead of remote; routine auto-push owns it) |
| MrB-Ed/bidetai-app | bf94ac8 | yes |
| MrB-Ed/honest-answers | 7eba024 (Apex) / a985fc1 / 42892bb | yes |
| MrB-Ed/personal-context-portfolio | 9ffe0c8 | yes |
| MrB-Ed/The_Project | da27f2b | yes |
| MrB-Ed/TP3-Neural-Stack (G16) | 6b518e8 | yes |
| tp3_neural_stack (Apex, jules remote) | aa4943e | tagged local (remote 404 — JulesDevStack repo gone) |
| lharries/whatsapp-mcp (G16 fork) | 7d6a06d | tagged local (upstream not pushable) |
| Component | Path |
|---|---|
| Memory repo (G16 working copy) | /home/g16/.claude/projects/-home-g16/memory/ |
| Memory repo (Apex working copy) | /home/breezy/claude-memory/ |
| Reports deploy tree | /mnt/c/Users/Breezy/barnett_reports_deploy/ |
| Deploy script (overwrites stable URLs, regens pills) | /mnt/c/Users/Breezy/barnett_reports_deploy/deploy_once.ps1 |
| Legacy Soil deploy tree | /mnt/c/Users/Breezy/legacy_soil_website_deploy/ |
| Whisper STT app (G16 Windows) | C:\Users\Breez\Documents\whisper_stt\whisper_voice_type.py |
| Whisper corpus pairs (audio + transcript) | C:\Users\Breez\whisper_corpus\<ts>\ |
| Supertonic TTS audio output (Pixel) | /sdcard/Tasker/supertonic_speak.wav |
| Bidet uptime state | /home/breezy/.bidet_uptime_state |
If ChatGPT proposes a change to anything in sections 1, 2, or 5: cross-reference this page first. The point of the trial isn't replacement — it's find the deltas. Specifically watch for:
pre-chatgpt-2026-05-22 tag, and this page is the comparison baseline — so give ChatGPT power, see what it does, and roll back anything that regresses without a second thought.