Initial commit: Flynn's workspace

- AGENTS.md: workspace conventions and guidelines
- SOUL.md: personality and principles
- USER.md: about William
- IDENTITY.md: who I am
- TOOLS.md: local notes and infrastructure details
- MEMORY.md: long-term memory
- HEARTBEAT.md: periodic task config
- LLM-ROUTING.md: model selection guide
- memory/2026-01-26.md: daily log
- .gitignore: exclude runtime state and secrets
This commit is contained in:
William Valentin
2026-01-26 21:56:59 -08:00
commit f9111eea11
10 changed files with 758 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Runtime state (regenerated)
memory/heartbeat-state.json
# Canvas outputs (transient)
canvas/
# Secrets (should never be committed)
.env
*.key
*.pem
secrets/
# Temp files
tmp/
*.tmp
*.bak
# OS junk
.DS_Store
Thumbs.db