From 64e6513a0870ac6d20131d7d513d36211c111f21 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 1 Mar 2026 09:54:08 -0700 Subject: [PATCH] feat(wtp): yeet --- dot_config/wtp/config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dot_config/wtp/config.yml diff --git a/dot_config/wtp/config.yml b/dot_config/wtp/config.yml deleted file mode 100644 index c1269b578bc886b7bb2ceb2c6fe1111fbe37bdf4..0000000000000000000000000000000000000000 --- a/dot_config/wtp/config.yml +++ /dev/null @@ -1,26 +0,0 @@ -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: ".chunkhound" - to: ".chunkhound" - - type: copy - from: "AGENTS.md" - to: "AGENTS.md" - - type: copy - from: "CLAUDE.md" - to: "CLAUDE.md" - - type: copy - from: "CRUSH.md" - to: "CRUSH.md" - - type: copy - from: "CRUSH.local.md" - to: "CRUSH.local.md"