We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db5db commit ce03c95Copy full SHA for ce03c95
1 file changed
web/src/content/tips/knowledge-files.mdx
@@ -107,12 +107,14 @@ Then add your global preferences:
107
108
### When to Use Home Directory vs Project Knowledge Files
109
110
+<MarkdownTable>
111
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
-|-----------------------------------|------------------------------------|
112
+|------------------------------------|--------------------------|
113
| Personal coding preferences | Project-specific conventions |
114
| Preferred frameworks/tools | Architecture decisions |
115
| Communication style | Build and deploy commands |
116
| Global defaults | Team coding standards |
117
+</MarkdownTable>
118
119
Both files are loaded—project knowledge files add to (and can override) your home directory preferences.
120
0 commit comments