From 95a21b45e857cc910579fc9c11b9f4bc438bc438 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 13 Dec 2025 12:52:20 -0700 Subject: [PATCH] feat(wtp): add config --- dot_config/wtp/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dot_config/wtp/config.yml 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"