Skip to content

Commit 6ca6763

Browse files
Edwin ChanEdwin Chan
authored andcommitted
Fix Obsidian project notes path
1 parent 65dc904 commit 6ca6763

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Before broad file searching:
66
1. Use CodeGraph for repo structure and symbol/file relationships.
77
2. Check project notes at:
8-
/Users/cosmic/Documents/ObsidianVault/Projects/dbsmo/
8+
DBSMO/Projects/dbsmo/
99
3. Treat Obsidian notes as memory, but verify against source code before editing.
1010
4. Ignore `.codegraph`, `node_modules`, `.next`, `out`, `dist`, and generated files unless needed.
1111
Rules for any AI agent working in this repo. Loaded into context every session.
@@ -26,6 +26,9 @@ If there is no `.codegraph/` directory, skip CodeGraph entirely — indexing is
2626

2727
Project vault is at `DBSMO/`.
2828

29+
The dbsmo project notes live in `DBSMO/Projects/dbsmo/`. Do not use the old
30+
external path `/Users/cosmic/Documents/ObsidianVault/Projects/dbsmo/`.
31+
2932
Use `DBSMO/AGENTS.md` and `DBSMO/.codex/commands/` for Obsidian Second Brain workflows.
3033
Use CodeGraph for live code navigation before broad file searching.
3134

0 commit comments

Comments
 (0)