initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs

Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
This commit is contained in:
Alexander Whitestone
2026-03-27 13:05:57 -04:00
commit 0d64d8e559
2393 changed files with 178606 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Runtime / Ephemeral
sessions/
audio_cache/
image_cache/
browser_screenshots/
logs/
sandboxes/
*.db
*.db-shm
*.db-wal
models_dev_cache.json
.hermes_history
interrupt_debug.log
cron/
.update_check
presence.json
# Screenshots & binary media (keep repo small)
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.mp3
*.ogg
*.wav
*.mp4
*.pdf
*.xsd
# Secrets
.env
auth.json
auth.lock
*.token
*.key
pairing/
# Already separate repos
timmy-config/
timmy-telemetry/
# Python
__pycache__/
*.pyc
# Editor temps
\#*\#
*~
.DS_Store