Problem
Advanced users want to point at a custom cpa.config.json (or overlay) without copying files into the target.
Solution
Add --config <path> that loads extra/override config during scaffold. Validate path exists; document precedence vs template defaults.
Problem
Advanced users want to point at a custom
cpa.config.json(or overlay) without copying files into the target.Solution
Add
--config <path>that loads extra/override config during scaffold. Validate path exists; document precedence vs template defaults.