From fcf554a6be8b02aeb9c521ea5d7b7d86465aea0f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 10 Jun 2026 18:13:03 -0500 Subject: feat(kb): roam-sync script + timer units, old roam path repointed Phase 0 of the agent KB spec: the org-roam KB now lives at ~/org/roam as a git repo on cjennings.net. roam-sync.sh (bats-tested: commit, rebase, push, conflict-abort) runs from a 15-minute systemd user timer; canonical unit files live in scripts/systemd/. Live references to the old ~/sync/org/roam path (the task-list pointer, the journal workflow, the notes template) repoint to ~/org/roam, and a transition symlink at the old location covers stragglers. --- .ai/workflows/journal-entry.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ai/workflows') diff --git a/.ai/workflows/journal-entry.org b/.ai/workflows/journal-entry.org index 6fc5a73..3f476a7 100644 --- a/.ai/workflows/journal-entry.org +++ b/.ai/workflows/journal-entry.org @@ -36,7 +36,7 @@ We know a journal entry is complete when: 1. **Draft has been created** - Claude writes initial first-person draft based on today's session record (=.ai/session-context.org= if session is live, or today's file in =.ai/sessions/= if already wrapped up) 2. **Revisions are complete** - Craig provides corrections and context until satisfied -3. **Entry is added to journal file** - Text is added to the org-roam daily journal at ~/sync/org/roam/journal/YYYY-MM-DD.org +3. **Entry is added to journal file** - Text is added to the org-roam daily journal at ~/org/roam/journal/YYYY-MM-DD.org 4. **Craig approves** - Craig explicitly approves or indicates no more revisions needed *Measurable validation:* @@ -115,7 +115,7 @@ During revisions: Once approved: -1. Find the org-roam daily journal file at ~/sync/org/roam/journal/YYYY-MM-DD.org +1. Find the org-roam daily journal file at ~/org/roam/journal/YYYY-MM-DD.org 2. If it doesn't exist, create it with this header: ``` :PROPERTIES: -- cgit v1.2.3