Commit Graph

4 Commits

Author SHA1 Message Date
AI Christianson a34442af07 refactor: restructure main execution into proper entry point
- Move main execution code into main() function
- Update __main__.py to use main() as entry point
- This enables the ra-aid command to work properly when installed
2024-12-10 19:31:45 -05:00
AI Christianson 70a0770129 fix: add version configuration for hatch
- Add tool.hatch.version configuration in pyproject.toml
- Create __version__.py with initial version 0.1.0
2024-12-10 19:29:14 -05:00
AI Christianson 5cebfed28e feat: enhance documentation and CLI interface
- Add comprehensive usage documentation and examples to README
- Add warning about shell command execution risks
- Improve CLI with --message and --research-only flags
- Add environment validation for API keys
- Replace requirements.txt with pyproject.toml
2024-12-10 19:27:31 -05:00
AI Christianson 341bc91e65 Initial commit 2024-12-10 19:01:20 -05:00