From 14f6cdd313dfd4791970b3970f3e223cf5c40656 Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 27 Jul 2026 22:47:48 -0400 Subject: [PATCH] Personal file memory organization instructions --- package.json | 2 +- src/memory.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6d39b8..2fcb31b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ztimson/ai-utils", - "version": "1.2.5", + "version": "1.2.6", "description": "AI Utility library", "author": "Zak Timson", "license": "MIT", diff --git a/src/memory.ts b/src/memory.ts index 7b84fab..ce86785 100644 --- a/src/memory.ts +++ b/src/memory.ts @@ -586,7 +586,7 @@ Rules: When extracting facts, you MUST also decide the exact destination path: - Use an existing node name if the facts clearly belong there -- All information primary about the user should go under "Personal" (e.g., Personal/Goals, Personal/Habits) +- All information primary about the user should go under "Personal/Subject" (e.g., Personal/Info, Personal/Todos) - When required, create a new path following collection/subject format (e.g., People/Sarah, Projects/Oxide) - For journal entries, use "journal" (will auto-route to Journal/${weekKey})