From fd7d5f49e64a060ef1cb0afd6b0debf1e52edb98 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 13 Apr 2025 18:39:14 +0200 Subject: [PATCH] Updated root docs v2 --- aider_gitea/__init__.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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.