melserngl 1b690619af refactor(fs): root filesystem to cwd and simplify path handling
- Switch API reload to `NewRootedDiskFilesystem(Root: ".")` for cwd-relative ops
- Use `NewString` for RTMP.App/FFmpeg.Binary (drop absolute/exec enforcement)
- Remove absolute path resolution in JSON config store
- Improve `diskFilesystem.LookPath`: use `filepath.IsAbs`, add Windows `.exe` suffix
- Simplify FFmpeg skills init error handling

Allows portable execution from any dir (e.g., containers), fixes Windows compat.
2025-11-21 12:16:53 -05:00
..