summaryrefslogtreecommitdiff
path: root/internal/file/file.go
AgeCommit message (Collapse)Author
2026-07-04refactorPaul Buetow
2026-07-04minor refactorPaul Buetow
2026-07-04add more file typesPaul Buetow
2026-07-04- Delete internal/file/content.go (duplicate implementation with different ↵Paul Buetow
semantics). - Refactor internal/file/file.go to use a File struct with options (WithContent, WithSource, WithMode, etc.). - Update Have signature to accept variadic options instead of (path, param). - Update tests to use new API. - Update TODO.md to remove resolved blocker and reflect remaining features.
2026-07-04support files and templatesPaul Buetow
2026-07-04register file resource automaticallyPaul Buetow
2026-07-04initial versionPaul Buetow