← CHAOS CONSOLE
V9 — MARCH 2026

Digital Ecosystem

Systems maintenance guide. The heavy cleanup is done — this document now tracks the habits, routines, and checkpoints that keep the workspace clean going forward.

Cleanup phase complete. Nine sessions of file triage, folder restructuring, and digital consolidation wrapped. This document has shifted from a cleanup tracker to a maintenance playbook.
Documents Root
0
loose files
Downloads
1
item remaining
Cleanup Sessions
9
V0 — V9
Phase
MAINTAIN
since Mar 2026
🔄

Maintenance Routines

Core Habits

📥 Downloads Triage

Check ~/Downloads for accumulated files. Sort into the appropriate Documents/ subfolder or delete. Goal: keep Downloads at ≤3 items at all times. If a file doesn't have an obvious home, it goes to Personal/Reference/.

Weekly

📂 Documents Root Scan

Verify nothing has accumulated at the ~/Documents/ root level. All user files belong in a subfolder. Zero tolerance — sort immediately or flag for next session.

Weekly

🏦 Financial Statement Intake

When new bank/credit card statements arrive, download PDFs to the correct Financial/[Account] Statements/ folder. Update financial-consolidation.html with latest balances. Verify interest tracking.

Monthly

🎵 Spotify Tracker Update

Pull follower counts from the public Spotify profile. Enter data via the tracker's "Add Month" modal. Cross-check against the profile page — some playlists may not render in web scrapes (use the app for verification).

Monthly

🔍 Dashboard Integrity Check

Load chaosconsole.com and verify all 5 pages render correctly. Check that the local ~/Documents/Website/gary-dashboard/ copies match production. Note any 0-byte files or sync anomalies — iCloud can silently corrupt.

Quarterly

🗑️ Duplicate & Stale Purge

Scan for duplicate files (especially "(1)" copies in Downloads or Documents). Review Financial/Tests or temp folders for leftover experiments. Delete with prejudice — if it hasn't been touched in 90 days and isn't a statement, it goes.

Quarterly
🗂️

Folder Taxonomy

Reference

The canonical folder structure under ~/Documents/. When in doubt about where a file goes, consult this map. New top-level folders should be rare — exhaust existing categories first.

FolderContentsCadence
Financial/Bank & credit card statements, organized by account subfolderMonthly intake
Government/Tax returns, ID documents, legal filingsAs needed
Government/Legal/Power of attorney, contracts, notarized docsRare
Insurance/Policy documents, claims, correspondenceAnnual review
Medical/Health records, lab results, prescriptionsAs needed
Personal/Miscellaneous personal files, receiptsPeriodic
Personal/Reference/Guides, custom instructions, reference materialCatch-all
Website/chaosconsole.com source files, tracker backupsPer update
Website/gary-dashboard/Production dashboard HTML files (5 pages)Monthly
⚠️

Known Risks & Watchpoints

Attention
🔴
iCloud Sync / 0-Byte File Risk
HTML files in iCloud-synced folders can silently become 0 bytes during extended sessions or when tools operate on cached content. Always verify file sizes after editing. The V9 session lost all 5 dashboard files this way. Mitigation: keep a separate local backup outside iCloud, or verify with ls -la after every write.
🟡
financial-consolidation.html Recovery
This file is auth-protected on chaosconsole.com and was lost in the V9 0-byte incident. It needs to be recovered from a browser session (save page source while logged in) or rebuilt from statement data. Until resolved, the financial tracker is offline.
🔵
Spotify Tracker localStorage Dependency
The tracker uses localStorage for persistence. Clearing browser data wipes all custom entries. The DEFAULT_DATA in the HTML source is the true baseline — manual month additions via the modal only persist in localStorage. Keep the source file up to date.
🔵
Hidden Playlists in Web Scrapes
Spotify's web profile doesn't always render all public playlists. Five playlists (Afterglow, Broadway, Masterpiece, Vertigo, Broken) sometimes don't appear. Verify counts in the Spotify desktop/mobile app when web data is incomplete.
📋

Next Session Checklist

V10 Prep
  • Recover or rebuild financial-consolidation.html Auth-protected on live site. Save source from browser or reconstruct from statements.
  • Sync workspace files to ~/Documents/Website/gary-dashboard/ Ensure local backup matches production. Verify no 0-byte files.
  • Sort ChatGPT_Custom_Instruction_Gary.md from ~/Downloads Move to Personal/Reference/ or delete if outdated.
  • April financial statement intake Download new statements, update financial-consolidation.html balances.
  • April Spotify tracker update Pull follower counts, add "Apr 26" data point via tracker modal.
📜

Version History

Archive
V0 — Oct 2025
Initial Assessment
Catalogued 215+ files across Documents, Downloads, Desktop. Established folder taxonomy.
V1–V3 — Oct–Nov 2025
Financial Consolidation
Organized bank statements into account subfolders. Built financial-consolidation.html tracker.
V4–V5 — Nov–Dec 2025
Government & Medical Sort
Tax docs, insurance, medical records into proper subfolders. Legal documents separated.
V6–V7 — Jan–Feb 2026
Downloads Deep Clean
Cleared 100+ items from Downloads. Duplicates purged. Desktop zeroed out.
V8 — Feb 2026
Spring Refresh
Tag system exploration, remaining stragglers sorted. Documents root cleared to 0.
V9 — Mar 2026
Systems Maintenance Transition
Final cleanup pass. Shifted this document from task tracker to maintenance guide. Recovered from iCloud 0-byte incident.