feat: support config.d directory for split configuration (closes #20) #26
Reference in New Issue
Block a user
Delete Branch "benvin/issue-20-config-dir-split"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #20
Summary
CONFIG_PATHnow accepts a directory path: all*.yaml/*.ymlfiles in it are loaded and merged alphabetically; later files win onremoteskey conflictsCONFIG_PATHcan still point to a single file (backwards-compatible); that file may now include aconfig_dir:key (absolute or relative) pointing to a drop-in directory whose files are merged on top_check_reload) tracks mtimes of all participating files in both modesTest plan
make test)uv build --wheel)