Documentation
¶
Overview ¶
Package fsx provides filesystem utilities for the workflow runner. It currently contains placeholder implementations for CRLF conversion and git ls-files workspace listing which will be implemented in future phases.
TODO(phase-5): Implement CRLF conversion according to docs/requirements.md. Supported modes: convert, preserve, error. Default mode: convert.
Package fsx provides filesystem utilities for the workflow runner. It currently contains placeholder implementations for CRLF conversion and git ls-files workspace listing which will be implemented in future phases.
TODO(phase-5): Implement workspace file listing using git ls-files. Fallback to filtered filesystem walk when not inside a Git repository.