Description:
Right now, file type detection is based only on .md vs everything else. Improve this to properly detect:
- .md → Markdown
- .yml / .yaml → YAML
- fallback behavior for unknown types
Acceptance Criteria:
- Correctly detect .yml and .yaml
- Gracefully handle unsupported file types
Description:
Right now, file type detection is based only on .md vs everything else. Improve this to properly detect:
Acceptance Criteria: