From 905fa10bd32d17217a93a53dd79c7d5f22ecd8a5 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 30 Nov 2025 13:43:42 -0700 Subject: [PATCH] fix(crush): add to memory_paths --- dot_config/crush/crush.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 3d5a0f483719b87cdb13bc09b863bb307844de10..3593148dad1318790668fe817cd229fd5d67a5d9 100644 --- a/dot_config/crush/crush.json +++ b/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 }