mikegehard / ai-assisted-agile-agents

MIT License
3 stars 0 forks source link

Build agent that can analyze git history #1

Open mikegehard opened 1 week ago

mikegehard commented 1 week ago

If one assumes that most git commits contain information other than what was changed, such as why the change was made or lessons learned from this change, can you write an agent that allows a developer to ask questions about a codebase history using information from the git commit history?

Could this agent replace architecture decision records (ADRs)?

mikegehard commented 1 week ago

Could you also mine GitHub issues for information?

What other data sources can you mine to learn about your codebase?