Changes
- Fix Claude Code prompt rendering by placing the local image path before the instruction.
- This lets Claude Code convert the path into an image attachment without leaving dangling path labels.
- Bump package version to 0.1.6.
Validation
- npm run validate
- GitHub Actions validation passed on macOS, Ubuntu, and Windows across Node 18, 20, and 22.
What's Changed
- Fix Claude prompt path placement by @JunchenMeteor in #18
Full Changelog: v0.1.5...v0.1.6