Commit graph

1 commit

Author SHA1 Message Date
mehmet turac
7b9b30a1ea
refactor: extract working-directory validation into testable module
- Add src/working-directory.ts with validateWorkingDirectory()
- Add __test__/working-directory.test.ts with 4 test cases
- Update main.ts to use validation function
- Throw clear error for non-existent or non-directory paths
- Rebuild dist/index.js

Addresses review feedback on #426
2026-05-12 13:24:42 +03:00