fix(crush): add to memory_paths

Amolith created

Change summary

dot_config/crush/crush.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Detailed changes

dot_config/crush/crush.json 🔗

@@ -8,7 +8,11 @@
 	},
 	"options": {
 		"attribution": { "generated_with": false },
-		"memory_paths": ["~/.config/crush/rules"],
+		"memory_paths": [
+			"~/.config/crush/rules",
+			"~/.config/crush/CRUSH.md",
+			"~/.config/AGENTS.md"
+		],
 		"disable_provider_auto_update": true,
 		"disable_metrics": true
 	}