Commit Graph

411 Commits

Author SHA1 Message Date
AI Christianson 57894609c5 docs: add asciinema demo to README 2024-12-10 20:12:38 -05:00
AI Christianson ac55daec75 Update project structure and version handling 2024-12-10 19:49:50 -05:00
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 7e4086807d fix: update GitPython to version 3.1.43
Resolve dependency conflict with aider-chat which requires GitPython 3.1.43
2024-12-10 19:30:00 -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 7569b73e5a docs: add aider requirement to prerequisites
Add instruction to install aider package as it's required to be in PATH
2024-12-10 19:28:16 -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 b529456ca4 README 2024-12-10 19:10:29 -05:00
AI Christianson 48a338037c Update README.md 2024-12-10 19:08:17 -05:00
AI Christianson af55602fd1 fix: wrap ASCII art in code block to preserve alignment on GitHub 2024-12-10 19:03:28 -05:00
AI Christianson 341bc91e65 Initial commit 2024-12-10 19:01:20 -05:00