diff --git a/web/src/content/tips/knowledge-files.mdx b/web/src/content/tips/knowledge-files.mdx index 5d20178d2..23c52a97c 100644 --- a/web/src/content/tips/knowledge-files.mdx +++ b/web/src/content/tips/knowledge-files.mdx @@ -107,12 +107,14 @@ Then add your global preferences: ### When to Use Home Directory vs Project Knowledge Files -| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) | -|-----------------------------------|------------------------------------| -| Personal coding preferences | Project-specific conventions | -| Preferred frameworks/tools | Architecture decisions | -| Communication style | Build and deploy commands | -| Global defaults | Team coding standards | + + | Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) | + |------------------------------------|--------------------------| + | Personal coding preferences | Project-specific conventions | + | Preferred frameworks/tools | Architecture decisions | + | Communication style | Build and deploy commands | + | Global defaults | Team coding standards | + Both files are loaded—project knowledge files add to (and can override) your home directory preferences.