From 08fdad34afdc48b28ddc454fe62cc34c8bbfb13d Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 20 Dec 2025 10:00:48 -0700 Subject: [PATCH] feat(wtp): copy chunkhound/local CRUSH.md --- dot_config/wtp/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_config/wtp/config.yml b/dot_config/wtp/config.yml index 9e3d7541537bb74e95372cb4b57b73eb84ea9b7b..c1269b578bc886b7bb2ceb2c6fe1111fbe37bdf4 100644 --- a/dot_config/wtp/config.yml +++ b/dot_config/wtp/config.yml @@ -9,6 +9,9 @@ hooks: - type: copy from: "crush.json" to: "crush.json" + - type: copy + from: ".chunkhound" + to: ".chunkhound" - type: copy from: "AGENTS.md" to: "AGENTS.md" @@ -18,3 +21,6 @@ hooks: - type: copy from: "CRUSH.md" to: "CRUSH.md" + - type: copy + from: "CRUSH.local.md" + to: "CRUSH.local.md"