dx-driven 0.1.0

Professional AI-assisted development orchestrator with binary-first architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[hook]
name = "{{hook_name}}"
description = "{{description}}"
enabled = true

[trigger]
type = "file-save"
pattern = "{{file_pattern}}"

[action]
type = "shell"
command = "{{command}}"