You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add FilePaths field to TemplateData to provide file paths independently
of file contents. This allows XML format to build the directory structure
correctly in tree-only mode when Files array is empty.
- Add FilePaths to TemplateData struct
- Populate FilePaths in PrepareTemplateData (always, not just tree-only)
- Update XML format to use FilePaths for directory structure
- Update tests to include and verify FilePaths field
0 commit comments