Centralized defaults into internal/config/defaults.go

This commit is contained in:
2026-05-17 07:53:51 -05:00
parent 539601bd16
commit a3986cf0d6
7 changed files with 111 additions and 52 deletions

View File

@@ -114,6 +114,7 @@ CLI pipeline config path resolution:
- when `--config` is omitted, Narratio searches defaults in order:
- `/usr/local/etc/narratio/pipeline.yml`
- `/etc/narratio/pipeline.yml`
- default values are centralized in `internal/config/defaults.go`
CLI session config path resolution: