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:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user