diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-10 18:13:03 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-10 18:13:03 -0500 |
| commit | fcf554a6be8b02aeb9c521ea5d7b7d86465aea0f (patch) | |
| tree | 869fbe141ce36693325531651a8a4120c1de506d /claude-templates | |
| parent | a059be8650080864505b3d9274c6b3555419b9b2 (diff) | |
| download | rulesets-fcf554a6be8b02aeb9c521ea5d7b7d86465aea0f.tar.gz rulesets-fcf554a6be8b02aeb9c521ea5d7b7d86465aea0f.zip | |
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.
Diffstat (limited to 'claude-templates')
| -rw-r--r-- | claude-templates/.ai/notes.org | 2 | ||||
| -rw-r--r-- | claude-templates/.ai/protocols.org | 2 | ||||
| -rw-r--r-- | claude-templates/.ai/workflows/journal-entry.org | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/claude-templates/.ai/notes.org b/claude-templates/.ai/notes.org index 5f1860e..42ea8df 100644 --- a/claude-templates/.ai/notes.org +++ b/claude-templates/.ai/notes.org @@ -77,7 +77,7 @@ Implementation is ready - just need Craig's preference. When Craig says "remind me" about something: 1. Add it here with timestamp and description -2. If it's a TODO, also add to =/home/cjennings/sync/org/roam/inbox.org= scheduled for today +2. If it's a TODO, also add to =/home/cjennings/org/roam/inbox.org= scheduled for today 3. Check this section at start of every session 4. Remove reminders once addressed diff --git a/claude-templates/.ai/protocols.org b/claude-templates/.ai/protocols.org index 15d1476..3fc7104 100644 --- a/claude-templates/.ai/protocols.org +++ b/claude-templates/.ai/protocols.org @@ -306,7 +306,7 @@ cmail-action send --to addr@example.com --subject "Re: ..." --body-file /tmp/dra =cmail-action= handles the receive/triage side too (=list-unread=, =read=, =mark-read=, =star=, =trash=). For the full guided flow (validate the recipient against =contacts.org=, confirm before sending, verify delivery), run the =send-email= workflow; for a known recipient, the one-liner above is enough. ** Task List Location -Craig's global task list is available at: =/home/cjennings/sync/org/roam/inbox.org= +Craig's global task list is available at: =/home/cjennings/org/roam/inbox.org= Use this to: - See all the tasks that he's working on outside of projects like this one diff --git a/claude-templates/.ai/workflows/journal-entry.org b/claude-templates/.ai/workflows/journal-entry.org index 6fc5a73..3f476a7 100644 --- a/claude-templates/.ai/workflows/journal-entry.org +++ b/claude-templates/.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: |
