feat(wtp): add config

Amolith created

Change summary

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

Detailed changes

dot_config/wtp/config.yml 🔗

@@ -0,0 +1,20 @@
+version: "1.0"
+defaults:
+  base_dir: ".."
+hooks:
+  post_create:
+    - type: copy
+      from: ".crush"
+      to: ".crush"
+    - type: copy
+      from: "crush.json"
+      to: "crush.json"
+    - type: copy
+      from: "AGENTS.md"
+      to: "AGENTS.md"
+    - type: copy
+      from: "CLAUDE.md"
+      to: "CLAUDE.md"
+    - type: copy
+      from: "CRUSH.md"
+      to: "CRUSH.md"