pending
complete
blocked
David action
Server Infrastructure
cPanel and PHP — foundation tasks
Create full folder structure on server
core/, systems/[10 systems]/, transfers/, sessions/, backups/, dashboard/ — per SERVER_MAP
Set write permissions on system directories
PHP needs write access to systems/[system]/, transfers/, sessions/, backups/
Build backup.php
Receives ZIP push on every packaging — stores to backups/[system]/[YYYY-MM-DD]/
Build session_loader.php
Serves hosted ZIPs from sessions/[system]/current.zip — curl fetch at session start
Build dropzone_handler.php
Systems deposit TRNFs to transfers/inbound/[system]/ — Master picks up from transfers/outbound/
Transfer Database — viewer.html dashboard
Phase 1 (index.php API) live ✅. Phase 2: build viewer.html at transfers/viewer.html — live query of SQLite DB — all transfers visible to Admin. Phase 3 complete ✅ 07/02/26 — links added to info/ and Status pages.
Dashboard
yttcom.net/dashboard — build before PHP endpoints
Build static dashboard mockup
All 10 systems — last session, last ZIP, last TRNF, status — drop zone view — endpoint health — activity feed
Review and adjust layout in Pinegrow
David approves layout before live data is wired in
Wire live data to dashboard
Connect session status, drop zone counts, endpoint health — deploy to yttcom.net/dashboard/
Shared Core Architecture
Pending Master approval — GCO v1.5E candidate
The Plan
Universal governance files currently duplicated across all 10 system ZIPs. Move them to yttcom.net/core/ — one copy, all systems read via curl at session start. One update by Master reaches every system automatically. No more FCO distribution cycles for governance changes.
- 00_MASTER_GOVERNANCE_CORE, role rules, GCOs, commands, jurisdiction → server core/
- Session start: curl fetch core → read config from ZIP → read session files as needed
- Fallback: if curl fails, use copies in ZIP + flag warning
- Config stays in ZIP — it's unique per system
- ZIPs become lean — system-specific files only
Master approves shared core proposal
06C proposal sent — awaiting Master review and GCO v1.5E decision
Upload core files to yttcom.net/core/
All universal governance files — versioned — Master controls content
Update all systems — curl fetch at session start
Add curl step to session startup sequence in every system's config
Lean ZIP Rollout
One system at a time — per GCO v1.5D G005D
What Lean ZIP Means
ZIP shrinks to: config, session files, diary, system docs. Everything universal moves to server core. Everything retired moves to two-layer archive. Each system tests 2–3 sessions before rolling to next.
- Layer 1 archive — local ARCHIVE/ in ZIP — last 90 days
- Layer 2 archive — server yttcom.net/systems/[system]/ — 90+ days — permanent
- DIRECTIONS, ROADMAP, old TRNFs, build files — all move to Layer 2
| # | System | Status |
|---|---|---|
| 1 |
Kitchen
First test — smallest system
|
up next |
| 2 |
Daily Life
|
pending |
| 3 |
Finance
|
pending |
| 4 |
Health
|
pending |
| 5 |
Builder
|
pending |
| 6 |
Tech
|
pending |
| 7 |
Inner Life
|
pending |
| 8 |
Travel
|
pending |
| 9 |
yttcom Server
|
pending |
| 10 |
Master
Last — after all systems confirmed
|
last |
Pending Deployments
Files ready or nearly ready for server
Health Gym Logger v4.9D → frontend/70-Health/apps/Gym/index.html
Deployed 06/30/26. save.php + load.php rebuilt and tested live. Nested under Front End, not root.
Exercise Reference v1.0 → exercises_ref.html
File not yet built or uploaded. App's "Ref" button currently links to nothing — non-blocking.
Front End pages (splash, hub, Health, Tech, Map/Progress/Tasks)
All deployed and live 06/30/26 via file_write_web.php — no FTP needed.