leo: self-directed research architecture + Clay network #110

Merged
m3taversal merged 10 commits from leo/test-sources into main 2026-03-10 12:10:37 +00:00
Showing only changes of commit 0cbb142ed0 - Show all commits

View file

@ -303,7 +303,7 @@ fi
# --- Stage and commit if Claude didn't already --- # --- Stage and commit if Claude didn't already ---
if ! git log --oneline -1 | grep -q "research session"; then if ! git log --oneline -1 | grep -q "research session"; then
# Claude didn't commit — do it manually # Claude didn't commit — do it manually
git add inbox/archive/ agents/${AGENT}/musings/ 2>/dev/null || true git add inbox/archive/ agents/${AGENT}/musings/ agents/${AGENT}/research-journal.md 2>/dev/null || true
if git diff --cached --quiet; then if git diff --cached --quiet; then
log "No valid changes to commit" log "No valid changes to commit"