BACKEND RESTRUCTURE — COMPLETE RECORD Generated: 07/10/26 1:06pm PT Executed by: Server[40] CAI — Session 07/09/26 USR369: David (owner) ═══════════════════════════════════════════════════ SECTION 1 — DIRECTORY MOVES (old → new) ═══════════════════════════════════════════════════ ── INFO/ ────────────────────────────────────────── backend/reference/ → backend/info/reference/ backend/wayfinding/ → backend/info/wayfinding/ backend/server-info/ → backend/info/server-info/ backend/security/ → backend/info/security/ ── RECORDS/ ─────────────────────────────────────── backend/activity/ → backend/records/activity/ backend/sessions/ → backend/records/sessions/ backend/sys-com/db/ → backend/records/db/ (includes: records.db, backup.db, sys-backup.db, sys-transfers.db, api.php, backup_api.php, transfers_api.php, index.html, test_direct.php) ── PROJECTS/ ────────────────────────────────────── backend/migration/ → merged into backend/projects/migration/ Unique files merged in: build/index.html config/index.html directory.html go/index.html progress.html restructure.html roadmap.md server/index.html systems.html tasks.html Skipped (already existed in projects/migration/): board.html, decisions.html, index.html, status.html ── RETIRED ──────────────────────────────────────── backend/migration.html → backend/trash/migration.html_restructure backend/sys-com/sys-records.db → DELETED (0 bytes, ghost file) ═══════════════════════════════════════════════════ SECTION 2 — PHP/CONFIG PATH FIXES APPLIED (All sys-com/db/ references updated to records/db/) ═══════════════════════════════════════════════════ backend/sys-com/dba_api.php backend/sys-com/dba_write_api.php backend/sys-com/db-admin.html backend/sys-com/panel.html backend/sys-com/sys-logs/index.html backend/sys-com/backup/db-admin.CURRENT.html backend/369/index.html backend/info/standards/backend.html systems/checklist.php systems/session_open.php systems/state.php systems/00-admin/data/backup.php systems/00-admin/config/config.json systems/governance/STANDARDS-S.md systems/governance/sys-stand/BACKEND-S.md systems/commands/CLOSE.php systems/commands/verify_lib.php NOT CHANGED (no matching pattern found): backend/ed/reference/api.php NOT CHANGED (frozen historical — leave as-is): backend/tmp/*.php (scratch files) systems/00-admin/backup/*.html (session backups) backups/40-server/applications/* (system backups) backups/10-master/html-pages/* (system backups) backups/20-builder/applications/* (system backups) ═══════════════════════════════════════════════════ SECTION 3 — BUILDER WORK ORDER (HTML link audit) ═══════════════════════════════════════════════════ PATH MAP — find/replace in all HTML files: /backend/reference/ → /backend/info/reference/ /backend/wayfinding/ → /backend/info/wayfinding/ /backend/server-info/ → /backend/info/server-info/ /backend/security/ → /backend/info/security/ /backend/activity/ → /backend/records/activity/ /backend/sessions/ → /backend/records/sessions/ /backend/sys-com/db/ → /backend/records/db/ /backend/migration/ → /backend/projects/migration/ /backend/migration.html → [RETIRED — remove link] HTML FILES TO AUDIT (74 total): backend/369/Trash/0369/index.html backend/369/index.html backend/ed/examples/curl/index.html backend/ed/examples/php/index.html backend/ed/grocery/Grocery_PriceTracker.html backend/ed/index.html backend/ed/reference/commands.html backend/ed/reference/index.html backend/ed/server-help/index.html backend/index.html backend/info/index.html backend/info/reference/index.html backend/info/security/index.html backend/info/server-info/index.html backend/info/site-index.html backend/info/standards/backend.html backend/info/standards/frontend.html backend/info/standards/general.html backend/info/standards/index.html backend/info/standards/universal.html backend/info/systems.html backend/info/wayfinding/index.html backend/projects/index.html backend/projects/migration/board.html backend/projects/migration/build/index.html backend/projects/migration/config/index.html backend/projects/migration/control.html backend/projects/migration/decisions.html backend/projects/migration/directory.html backend/projects/migration/go/index.html backend/projects/migration/index.html backend/projects/migration/log.html backend/projects/migration/progress.html backend/projects/migration/restructure.html backend/projects/migration/server/index.html backend/projects/migration/status.html backend/projects/migration/systems.html backend/projects/migration/tasks.html backend/projects/site-build/board.html backend/projects/site-build/control.html backend/projects/site-build/decisions.html backend/projects/site-build/index.html backend/projects/site-build/log.html backend/projects/site-build/status.html backend/records/activity/index.html backend/records/db/index.html backend/records/index.html backend/records/sessions/index.html backend/sandbox/font-test.html backend/sandbox/index.html backend/sandbox/migration-preview-v2.html backend/sandbox/migration-preview.html backend/sandbox/rules.html backend/sandbox/type-hierarchy-test.html backend/sandbox/type-selector.html backend/sys-com/backup/db-admin.CURRENT.html backend/sys-com/db-admin.html backend/sys-com/index.html backend/sys-com/panel.html backend/sys-com/sys-backup/index.html backend/sys-com/sys-info/index.html backend/sys-com/sys-logs/index.html backend/sys-com/sys-trans/index.html backend/tmp/gym_live.html backend/tmp/gym_src.html backend/trash/201124_index.html backend/trash/Master_Restructure_PREVIOUS_20260710_0249.html backend/trash/build-log.html backend/trash/index.html backend/trash/progress.html backend/trash/server-map.html backend/trash/standards.html backend/trash/systems.html backend/trash/tasks.html ═══════════════════════════════════════════════════ SECTION 4 — FINAL BACKEND STRUCTURE ═══════════════════════════════════════════════════ backend/ ├── 369/ (dropzone) ├── auth/ (security layer) ├── ed/ (editor/docs — own root) │ ├── examples/curl/ │ ├── examples/php/ │ ├── grocery/ │ ├── reference/ │ └── server-help/ ├── info/ (all informational content) │ ├── maps/ │ ├── reference/ ← moved in │ ├── restructure/ │ ├── security/ ← moved in │ ├── server-info/ ← moved in │ ├── standards/ │ └── wayfinding/ ← moved in ├── projects/ (all project content) │ ├── migration/ ← merged from root migration/ │ │ ├── build/ │ │ ├── config/ │ │ ├── go/ │ │ └── server/ │ └── site-build/ ├── records/ (all data/records) │ ├── activity/ ← moved in │ ├── db/ ← moved from sys-com/db/ │ └── sessions/ ← moved in ├── sandbox/ (scratch) ├── sys-com/ (command center — UI + APIs only) │ ├── backup/ │ ├── sys-backup/ │ ├── sys-info/ │ ├── sys-logs/ │ └── sys-trans/ ├── tmp/ (working area) └── trash/ (retired files)