Files
timmy-home/training-data/dpo-pairs/session_20260324_172713_0edfa6.json
Alexander Whitestone 0d64d8e559 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)
2026-03-27 13:05:57 -04:00

7 lines
887 B
JSON

[
{
"prompt": "Audit the hermes-agent git repo to find ALL custom work by Timmy, Rockachopa, and Claude. I need: 1) List every commit author that ISN'T from NousResearch upstream (filter by author names containing Timmy, timmy, Rockachopa, rockachopa, Claude, claude, hermes, payne, Alexander). 2) For each custom commit, show: hash, author, date, commit message, and the files changed. 3) List ALL files that exist ONLY in our fork (not in upstream NousResearch). Run: cd ~/.hermes/hermes-agent && git log --all --oneline --author=Timmy --author=Rockachopa --author=Claude --author=hermes --author=payne --author=Alexander --format='%h|%an|%ad|%s' --date=short to get commits, then for each commit get the files with git diff-tree --no-commit-id --name-only -r <hash>. Also check the sovereign branch.",
"chosen": "",
"session": "session_20260324_172713_0edfa6.json"
}
]