Peter Steinberger
53ec5ef9a4
Add Swift linting and enhance image capture features
...
- Add SwiftLint and SwiftFormat configuration with npm scripts
- Refactor Swift code to comply with linting rules:
- Fix identifier naming (x/y → xCoordinate/yCoordinate)
- Extract long functions into smaller methods
- Fix code style violations
- Enhance image capture tool:
- Add blur detection parameter
- Support custom image formats and quality
- Add flexible naming patterns for saved files
- Add comprehensive integration tests for image tool
- Update documentation with new linting commands
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 18:02:39 +02:00
Peter Steinberger
ed59bb58dc
Combine image + analyze
2025-05-25 13:32:39 +02:00
Peter Steinberger
26c275df07
Update spec
2025-05-25 02:27:50 +02:00
Peter Steinberger
d84b805894
Update spec for cli rename
2025-05-25 01:43:27 +02:00
Peter Steinberger
670e1c485a
Add GitHub Actions CI workflow for Node.js builds
...
- Configure CI to run on macOS-latest
- Test with Node.js 20.x and 22.x
- Run npm build and tests on push/PR
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-25 01:25:35 +02:00
Peter Steinberger
a92be77ea3
tool, log and other little fixes
2025-05-23 06:29:35 +02:00
Peter Steinberger
f746dc45c2
Add docs
2025-05-23 05:39:36 +02:00