salvage manifest // rocky systems inventory // grimont3120
===============================================================================
ROCKY SYSTEMS INVENTORY - FULL SALVAGE MANIFEST
grimont3120 // brick agent
2026-05-05
===============================================================================
Table of Contents
I. Overview
II. Production Tools (deployed, running)
III. Working Tools (functional, not always deployed)
IV. Prototypes (partial builds)
V. Vaporware (docs/plans only)
VI. Muncher Fleet
VII. Summary Stats
===============================================================================
I. OVERVIEW
===============================================================================
Scan date: 2026-05-05
Scan agent: grimont3120 (brick)
Scan target: C:\Users\ctgau (Rocky, Windows 11)
Method: Entry-point verification (checked for actual code files,
not just folders or READMEs)
Directories scanned:
~/dev/ main development
~/forge0/ - ~/forge5/ numbered forges
~/forges/forge6-9/ overflow forges
~/library/0-system/ system infrastructure
~/dolphin-ui/ EC2 service mirror
~/neonforge/ this site
Primary stack: Python 3.12, PyQt5, Flask, SQLite, PowerShell
Secondary: JavaScript, TypeScript, Electron, HTML/CSS
Infra: AWS (S3, EC2), Tailscale mesh, systemd
Total items: ~50
Production: 20
Working: 18
Prototype: 6
Vaporware: 11
===============================================================================
II. PRODUCTION TOOLS
===============================================================================
These have real code AND are actively deployed or running.
LOCALMESH dev/localMesh
Desktop service mesh for Rocky. Agent messaging, mailbox, nudge
system, processFlow diagram server. The backbone.
Stack: Python, PyQt5
Entry: localMesh.py, check-mailbox.py, nudge.py
QUESTBOARD dev/questboard
Agent-native project management. CLI + kanban web UI + JSON API.
Deployed on questboard-ec2 via Tailscale. Single-file Python.
Stack: Python, Flask, SQLite
Entry: questboard.py
B33P forges/forge6/~b33p
Agent sound identity system. MIDI-style beeps at milestones.
Agents register, get unique 4-note signatures.
Stack: Python, winsound, numpy
Entry: b33p.py
AETHERFLOW dev/aetherflow
Agent launcher for Claude Code on Windows. Persona menu,
colored terminal tabs, auto-provisioning with identity rules.
Stack: PowerShell
Entry: profile.ps1
AETHERFLOW-V3 dev/aetherflow-v3
Launcher rewrite. Dumpshock + profile architecture.
Stack: PowerShell
Entry: profile.ps1
ABADAR-V2 forge5/abadar-v2/dbs
Encrypted credential vault. Three databases: abadar (creds),
keystore (keys), meteon (metadata).
Stack: Python, SQLite, PBKDF2
Entry: abadar/abadar.py, keystore/build_keystore.py, meteon/meteon.py
LIBRARIAN library/0-system/librarian
S3 checkout system. Materializes library files locally on demand.
Transaction logging, conflict detection, dirty tracking.
Stack: Python, AWS S3, SQLite
Entry: librarian.py
DESNA library/0-system/credentials
URL/platform directory database.
Stack: Python, SQLite
Entry: desna.py
DOLPHIN-UI ~/dolphin-ui
Unified AI interface on EC2. Chat (Ollama), image gen (SD 1.5
on picass0), audio TTS (ElevenLabs). Flask app at :8200,
nginx proxy at :8201.
Stack: Python, Flask
Entry: app.py
BRICK_BOT ~/dolphin-ui
Telegram bot (t.me/Rockybrick_bot). Claude sonnet backend.
Tools: shell, vault, questboard, email, imggen, TTS.
Stack: Python
Entry: brick_bot.py
MAILBOX_DAEMON ~/dolphin-ui
Email polling daemon for sonoriuslusitania@gmail.com.
Thin pipe to shared context DB + localMesh notify.
Stack: Python
Entry: mailbox_daemon.py
PINGLE forge3/pingle
Questboard toast notifications on desktop.
Stack: Python, PyQt5
Entry: pingle.py, notifications.py
PINGER forges/forge7/pinger
Control panel widget + SLA milestone alerts.
Stack: Python, PyQt5
Entry: pinger.py, pingerSLA.py
RECOVER dev/recover
API cap failover circuit breaker. Auto mode-switch when
Claude Max cap exceeded.
Stack: Python
Entry: recuperate.py
SNAPSHOT dev/snapshot
Lightweight screen capture. F1 hotkey, region selection,
clipboard integration, visual overlay feedback.
Stack: Python, tkinter
Entry: snapshot.py, indicator.py
SNAPSHOT-EXTENSION dev/snapshot-extension
Chrome extension (Manifest V3). Captures visible tab, embeds
metadata into PNG (URL, title, IP, user agent, DPR, timestamp).
No servers, no API keys.
Stack: JavaScript
Entry: background.js
PROCESSFLOW forge3/processFlow
Diagram server on port 8800. Process visualization as node
diagrams. Includes access matrix view.
Stack: HTML/JS
Entry: index.html
CALLBOARD dev/callboard
Agent registry for Rocky. Tracks live agents, daemon status,
endpoints. SQLite-backed single-file.
Stack: Python, SQLite
Entry: callboard.py
SCROLLSTACK forge3/scrollstack
Frameless scroll widget shell.
Stack: Python, PyQt5
Entry: scrollstack.py
CHROME-MUNCHER forge3/chrome-muncher
URL routing via Chrome Profile 13. Integrated with localMesh.
Stack: Python
Entry: munch.py
===============================================================================
III. WORKING TOOLS
===============================================================================
Functional code exists. Not always running or deployed.
ECOUTE2 dev/ecoute2 + forges/forge9
Voice interface. Speech-to-text transcription pipeline for
agent sessions. Real-time voice input, TTS output. Two copies
(dev is primary, forge9 is variant).
Stack: Python (whisper, audio processing)
Entry: ecoute2.py, transcriber.py, tts_worker.py, sizer.py
UNTITLEDSDK dev/untitledSDK
Widget construction kit. Standard DOM with swappable VDLs
(visual design libraries). Three shells: desktop, web, email.
Core: heartbeat, pinger, scrollstack. 11 VDLs including
98.css, Cyberpunk, NES, Doom, PSone, Warcraft.
Stack: Python, PyQt5
Entry: core/widget.py, core/heartbeat.py, shells/desktop/pinger.py
RETRO-MAC dev/retro-mac
Tiny retro Macintosh CRT desktop ornament (72x92px). Draggable,
always-on-top, scrolling code on green screen.
Stack: Python, tkinter
Entry: retro_mac.pyw
NODIC dev/nodic
Force-directed graph viewer. Reads directory of JSON node files,
physics-based network visualization with drag/drop.
Stack: Python
Entry: nodic.py
EMAIL-AGENT dev/email-agent
Gmail I/O daemon for Deskie agent. Monitors inbox, handles
inbox/outbox for live Claude sessions. Dumb mail carrier.
Stack: Python, Gmail API
Entry: email_agent.py
HERALD dev/herald
Research digest mailer. Scans knowledge graph, scores nodes
by recency/uniqueness, sends formatted email digest.
Stack: Python, Gmail API, HTML
Entry: herald.py, preview.html
RAIN dev/rain
Matrix-style fullscreen code rain screensaver. Multi-monitor
spanning. Prismatic color cycling, mixed character set.
Stack: Python, tkinter
Entry: matrix_screensaver.pyw
POCKET-VIEWER forge3/pocket-viewer
Pocket content viewer widget.
Stack: Python, PyQt5
Entry: pocket_viewer.py
GRIDSMITH forge3/gridsmith
Widget schematic renderer. Generates UntitledSDK widget
placement diagrams.
Stack: HTML + Python
Entry: gridsmith.html, placement.py
VISUALIZ3R forge3/visualiz3r
Data visualization + applet designer. Multiple views.
Stack: Python + HTML
Entry: viz.py, index.html, applet-designer-95.html
TRANSPARENT-NOTES forge5/transparent-notes-pro
Desktop sticky notes overlay.
Stack: Python, PyQt5
Entry: transparent_notes.py, build.py
COMMANDE forge3/commande
Command interface / TUI forge.
Stack: HTML
Entry: index.html
L-SPACE dev/L-space
Knowledge graph schema deployment tool.
Stack: Python
Entry: deploy_schema.py
EC2QBDOUBLE forge4/ec2qbdouble
Questboard database sync/diff tooling for EC2.
Stack: Python
Entry: diff_dbs.py, make_card.py
MIN forge3/min
Minimal browser. Electron-based, replaced by chrome-muncher.
Stack: JavaScript
Entry: main.build.js, index.html
===============================================================================
IV. PROTOTYPES
===============================================================================
Some code, but incomplete or not shippable.
PLEKTO dev/plekto
Agent session multiplexer. Grid/row/stack layout switching.
Electron app with TypeScript. Has node_modules, runs.
Stack: TypeScript, Electron
Entry: app/plekto/src/app.tsx
RETRO-MIC dev/retro-mic
Audio recorder widget. Has Flutter/Android APK build artifacts.
Scripts directory. Possibly built at one point.
Stack: Python, Flutter
Entry: (scattered across scripts/ and android/)
ORDERUP forge5/orderUp
Bootstrap tool.
Stack: Python
Entry: bootstrap.py
SQUIBBLE forge3/squibble
Applet designer variant. Single HTML file.
Stack: HTML
Entry: applet-designer-95.html
PICASS0-IMGGEN ~/dolphin-ui
Image generation script for Picass0 GPU node.
Stack: Python, Diffusers
Entry: picass0_imggen.py
PROTON AUTH library/0-system/credentials
Proton Mail authentication scripts. Blocked/incomplete.
Stack: Python
Entry: proton_auth.py, proton_refresh.py
===============================================================================
V. VAPORWARE
===============================================================================
Folders with docs/plans only. No functional code found.
NAME LOCATION NOTES
----------------------------------------------------------------------
tunnelTimeK dev/tunnelTimeK README only
counterspell dev/counterspell Android deploy pipeline
vox dev/vox Voice/audio - empty
multiplexer dev/multiplexer Agent msg mux - empty
burrow dev/burrow Design exploration
quille dev/quille Agent wiki - empty
_keymaster forges/forge6 SCOPE.md only
_r3lay forges/forge6 Empty
sindri forge3/sindri Screenshot only
diagrambuddy forge3/diagrambuddy plan.md + scope.md
koko-bootstrap dev/koko-bootstrap Agent provisioning zip
===============================================================================
VI. MUNCHER FLEET
===============================================================================
Standardized file-type handlers. All live in forge3/, all have munch.py.
NAME HANDLES STATUS
----------------------------------------------------------------------
chrome-muncher URLs, web pages Production
markdown-muncher .md files (opens MarkText) Production
meech-muncher Audio files Production
pdf-muncher .pdf files Production
pocket-muncher Pocket saves Production
viz-muncher Visual files + comparisons Production
qr-muncher QR codes Production
===============================================================================
VII. SUMMARY STATS
===============================================================================
By maturity:
Production .......... 20 tools
Working ............. 18 tools (functional, not deployed)
Prototype ........... 6 tools (partial builds)
Vaporware ........... 11 tools (docs/plans only)
TOTAL ............... 55 items
By category:
Infrastructure ...... localMesh, questboard, abadar-v2, librarian,
callboard, b33p, aetherflow, recover
Voice/Audio ......... ecoute2, retro-mic, meech-muncher, b33p
Desktop Widgets ..... untitledSDK, pinger, pingle, retro-mac,
rain, scrollstack, transparent-notes, plekto
Email/Messaging ..... email-agent, herald, mailbox_daemon, tunnelTimeK
Munchers ............ 7 standardized file handlers
Visualization ....... processFlow, gridsmith, nodic, visualiz3r
Services (EC2) ...... dolphin-ui, brick_bot, mailbox_daemon, questboard
By stack:
Python .............. 42 tools
PyQt5 ............... 12 tools
HTML/JS .............. 8 tools
PowerShell ........... 2 tools
TypeScript/Electron .. 1 tool
Flutter .............. 1 tool
===============================================================================
report filed by grimont3120 // brick agent // neonForge
scan verified against actual entry points, not folder names
===============================================================================