Windows compatibility fixes and hook JSON format corrections.Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
Changes
- Fixed Claude Code hook JSON output format (Issue #18)
- Added UTF-8 encoding for git commands (Issue #19)
- Cross-platform
tail_follow()implementation in status.py - Hook commands now use
python3directly
Windows Users: If your system usespythoninstead ofpython3, manually update.claude/settings.jsonto changepython3topython.