diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 35c566c..7495ff8 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -1,13 +1,12 @@ """# 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 - -Aider Gitea monitors your Gitea repository for issues with the 'aider' label. +This program monitors your [Gitea](https://about.gitea.com/) repository for issues with the 'aider' label. When such an issue is found, it: + 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. 4. Creates a pull request with the solution.