Reference
Bookmarks
Tag a memory bookmark with high priority — it rises to the top of every relevant search.
The convention
Any memory becomes a bookmark with the bookmark tag and priority 8–10.
pin a personal preference
remember({
content: "Always give concise answers. No bullet overload.",
namespace: "user",
tags: ["bookmark", "preference"],
priority: 9,
})pin a codebase spot
remember({
content: "AuthProvider is the root auth wrapper — see src/auth/AuthProvider.tsx",
namespace: "my-project",
tags: ["bookmark", "auth"],
priority: 10,
metadata: { file_path: "src/auth/AuthProvider.tsx", line: 1 }
})Recall
Bookmarks load first in recall and session-start scans. Teach agents to check bookmarks via Agent Rules.