This commit is contained in:
2025-12-14 18:14:07 -06:00
parent 9d45d5db88
commit a0b6e00a31
38 changed files with 969 additions and 932 deletions

13
docs/workflow.md Normal file
View File

@@ -0,0 +1,13 @@
```mermaid
flowchart TD
read --> src_paths
src_paths --> cfg
cfg --> parsed
cfg --> template_args
template_args --> dest_paths
src_paths --> template
parsed --> template
dest_paths --> template
template --> write
```