config.yml
1version: "1.0"
2defaults:
3 base_dir: ".."
4hooks:
5 post_create:
6 - type: copy
7 from: ".crush"
8 to: ".crush"
9 - type: copy
10 from: "crush.json"
11 to: "crush.json"
12 - type: copy
13 from: ".chunkhound"
14 to: ".chunkhound"
15 - type: copy
16 from: "AGENTS.md"
17 to: "AGENTS.md"
18 - type: copy
19 from: "CLAUDE.md"
20 to: "CLAUDE.md"
21 - type: copy
22 from: "CRUSH.md"
23 to: "CRUSH.md"
24 - type: copy
25 from: "CRUSH.local.md"
26 to: "CRUSH.local.md"