From 5fa3523260266a7dcfdf7b37732aaf90ff753f32 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 27 Nov 2025 09:41:20 -0700 Subject: [PATCH] chore(crush): simplify config --- dot_config/crush/crush.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 68e6834436c5b9349e07dedaf39f9c07481521bd..3d5a0f483719b87cdb13bc09b863bb307844de10 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -7,11 +7,8 @@ } }, "options": { - "attribution": { - "trailer_style": "assisted-by", - "generated_with": false - }, - "memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"], + "attribution": { "generated_with": false }, + "memory_paths": ["~/.config/crush/rules"], "disable_provider_auto_update": true, "disable_metrics": true }