feat(wtp): copy chunkhound/local CRUSH.md

Amolith created

Change summary

dot_config/wtp/config.yml | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

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"