diff --git a/dot_config/wtp/config.yml b/dot_config/wtp/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..9e3d7541537bb74e95372cb4b57b73eb84ea9b7b --- /dev/null +++ b/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"