aboutsummaryrefslogtreecommitdiff
path: root/.ai/notes.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-05 05:59:57 -0500
committerCraig Jennings <c@cjennings.net>2026-06-05 05:59:57 -0500
commit13816d00d6bf0f6d4a878c4cb5cd27ac03f3a9ea (patch)
tree46dcea2035b3eb843a58698f5e2ab57ffb0b2c06 /.ai/notes.org
parent83bf3cb50c88f91730656a2242141567551063ac (diff)
downloadrulesets-13816d00d6bf0f6d4a878c4cb5cd27ac03f3a9ea.tar.gz
rulesets-13816d00d6bf0f6d4a878c4cb5cd27ac03f3a9ea.zip
docs(design): add org-roam knowledge-base spec for shared agent memory
The spec adopts the existing ~/sync/org/roam/ KB (Syncthing-synced, 484 files) as the shared store agents read from and write to, so cross-machine memory sync comes for free instead of needing new infrastructure. It recommends the mechanics (queried as files, capture in harness memory then promote durable facts to the KB, a claude-rules pointer, an :agent: write schema) and leaves the work/personal write boundary for ratification. Supersedes the dedicated-repo and two-tier approaches for the storage-and-sync half.
Diffstat (limited to '.ai/notes.org')
-rw-r--r--.ai/notes.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ai/notes.org b/.ai/notes.org
index bf5e1b7..1ec9528 100644
--- a/.ai/notes.org
+++ b/.ai/notes.org
@@ -79,6 +79,6 @@ Format:
Markers maintained by workflows to record when they last ran. Read by other workflows that gate their behavior on freshness.
:LAST_AUDIT: 2026-05-28
-:LAST_INBOX_PROCESS: 2026-06-03
+:LAST_INBOX_PROCESS: 2026-06-05
Format: one =:MARKER: YYYY-MM-DD= line per workflow. Workflows overwrite their own marker on completion.