File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,14 @@ Then add your global preferences:
107107
108108### When to Use Home Directory vs Project Knowledge Files
109109
110+ <MarkdownTable >
110111| Home Directory (` ~/.knowledge.md ` ) | Project (` knowledge.md ` ) |
111- | -----------------------------------| ---------- --------------------------|
112+ | ------------------------------------ | --------------------------|
112113| Personal coding preferences | Project-specific conventions |
113114| Preferred frameworks/tools | Architecture decisions |
114115| Communication style | Build and deploy commands |
115116| Global defaults | Team coding standards |
117+ </MarkdownTable >
116118
117119Both files are loaded—project knowledge files add to (and can override) your home directory preferences.
118120
You can’t perform that action at this time.
0 commit comments