Commit Graph

3 Commits

Author SHA1 Message Date
GLENN THOMPSON 478ba3ae92 feat: Comprehensive test suite and documentation update
- Added complete test suite with srfi-64
- Fixed fold-tree implementation in tree module
- Renamed canonicalize-path to normalize-path
- Resolved module import conflicts
- Updated all documentation files
- Added proper test infrastructure
- Enhanced path handling and tree operations
2024-12-06 16:08:27 +03:00
glenneth1 2b3a131bec docs: add interactive mode to DEVLOG
Update DEVLOG.md to document interactive mode as a third
mode of operation alongside dot syntax and explicit paths
2024-12-06 09:04:51 +03:00
glenneth1 269afd966d feat: implement robust path handling and symlink creation
Major changes:
- Add package management module for handling source/target paths
- Implement tree operations for symlink creation
- Add support for both dot syntax and explicit paths
- Enhance path handling with home directory expansion
- Add comprehensive documentation in README and DEVLOG
- Fix symlink creation for all use cases
- Add test suite for path handling and symlink creation
2024-12-06 07:55:01 +03:00