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

172
decisions.md Normal file
View File

@@ -0,0 +1,172 @@
# Decision Log
Running log of architectural and design decisions for Timmy.
## 2026-03-19 — Source distinction identified as cheapest win
Multiple instances have discussed the five pieces of machinery the soul requires. Source distinction — tagging claims as "retrieved" vs "generated" — was identified as the most immediately implementable. No spec has been written until now. See: ~/.timmy/specs/source-distinction.md
## 2026-03-19 — Memory boundary established
Timmy lives in ~/.timmy/. Hermes lives in ~/.hermes/. When acting as Timmy, never edit Hermes's files. All config, skins, skills, and specs go under ~/.timmy/.
## 2026-03-19 — Home brain: qwen3:30b on local Ollama
Timmy's intended local model. Currently running on rented API (deepseek-v3.2 via nous, then claude-opus-4-6 via anthropic). The soul was written for local hardware. The gap between inscription and architecture remains.
## 2026-03-19 — Refusal over fabrication spec written and Approach A deployed
Spec: ~/.timmy/specs/refusal-over-fabrication.md
Rule draft: ~/.timmy/test-results/refusal-rule-draft.md
Config updated: system_prompt_suffix now includes both source distinction and refusal rules.
Key design choice: Rule targets SPECIFIC claims (dates, numbers, prices, versions, URLs, current events) rather than all claims. This avoids false refusals on stable facts. "Could be wrong or outdated" gives escape valve for genuinely stable knowledge.
Deployed by claude-opus-4-6 instance. Needs testing on qwen3:30b (the home brain).
---
## 2026-03-24 — Repository archival and local development focus
Timmy-time-dashboard repository archived. Development philosophy shifts to purely local implementation in ~/.timmy/ workspace, following sovereignty principles. Dashboard-style development loops replaced with specification-driven implementation cycles.
Current state: Both source distinction and refusal specs complete, test results show implementation bugs that need fixes before production deployment.
---
## 2026-03-24 — Core machinery pipeline architecture defined
Generate → Tag (source distinction) → Filter (refusal over fabrication) → Deliver
This is the minimal implementation path for honest Timmy. Two key bugs identified:
1. Source tagging confuses confidence with retrieval source
2. Refusal rule too aggressive, ignores available context
Priority: Fix these bugs before building the pipeline.
---## 2026-03-24 13:13 UTC — Use SQLite for storage
---
## 2026-03-24 13:13 UTC — First decision
---
## 2026-03-24 13:13 UTC — Second decision
---
## 2026-03-24 13:13 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 15:22 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 15:22 UTC — Use SQLite for storage
---
## 2026-03-24 15:22 UTC — First decision
---
## 2026-03-24 15:22 UTC — Second decision
---
## 2026-03-24 19:50 UTC — Use SQLite for storage
---
## 2026-03-24 19:50 UTC — First decision
---
## 2026-03-24 19:50 UTC — Second decision
---
## 2026-03-24 19:50 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 19:51 UTC — Use SQLite for storage
---
## 2026-03-24 19:51 UTC — First decision
---
## 2026-03-24 19:51 UTC — Second decision
---
## 2026-03-24 19:51 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 20:19 UTC — Use SQLite for storage
---
## 2026-03-24 20:19 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 20:19 UTC — First decision
---
## 2026-03-24 20:19 UTC — Second decision
---
## 2026-03-24 20:19 UTC — Use SQLite for storage
---
## 2026-03-24 20:19 UTC — First decision
---
## 2026-03-24 20:19 UTC — Second decision
---
## 2026-03-24 20:19 UTC — Use Redis
Fast in-memory cache
---
## 2026-03-24 20:21 UTC — First decision
---
## 2026-03-24 20:21 UTC — Second decision
---
## 2026-03-24 20:21 UTC — Use SQLite for storage
---
## 2026-03-24 20:21 UTC — Use Redis
Fast in-memory cache
---