Updated root docs v2

This commit is contained in:
Jon Michael Aanes 2025-04-13 18:39:14 +02:00
parent 15f6077b99
commit fd7d5f49e6

View File

@ -1,13 +1,12 @@
"""# Aider Gitea. """# Aider Gitea.
A code automation tool that integrates [Gitea](https://about.gitea.com/) with [Aider](https://aider.chat/) to automatically solve issues. A code automation tool that integrates Gitea with Aider to automatically solve issues.
## Overview This program monitors your [Gitea](https://about.gitea.com/) repository for issues with the 'aider' label.
Aider Gitea monitors your Gitea repository for issues with the 'aider' label.
When such an issue is found, it: When such an issue is found, it:
1. Creates a new branch. 1. Creates a new branch.
2. Invokes Aider to solve the issue using a Large-Language Model. 2. Invokes [Aider](https://aider.chat/) to solve the issue using a Large-Language Model.
3. Runs tests and code quality checks. 3. Runs tests and code quality checks.
4. Creates a pull request with the solution. 4. Creates a pull request with the solution.