Personal file memory organization instructions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ztimson/ai-utils",
|
"name": "@ztimson/ai-utils",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"description": "AI Utility library",
|
"description": "AI Utility library",
|
||||||
"author": "Zak Timson",
|
"author": "Zak Timson",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ Rules:
|
|||||||
|
|
||||||
When extracting facts, you MUST also decide the exact destination path:
|
When extracting facts, you MUST also decide the exact destination path:
|
||||||
- Use an existing node name if the facts clearly belong there
|
- 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)
|
- 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})
|
- For journal entries, use "journal" (will auto-route to Journal/${weekKey})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user