From 92524d720b58ca3ac66778a6700fd272bc7e9273 Mon Sep 17 00:00:00 2001 From: xcaliber Date: Sat, 17 Jan 2026 14:11:33 +0000 Subject: [PATCH] docs: update README with gitea_coder role documentation Adds documentation for the new gitea_coder role to the project README. Refs: #11 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13238d2..378c8fe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This monorepo contains a collection of automation tools for Open WebUI, designed Python scripts for Git operations and repository management: - **`admin.py`**: Administrative utilities for managing Gitea repositories, potentially including user management, permissions, and batch operations. - **`dev.py`**: Development-focused tools for Git workflows, branch handling, and repository interactions tailored for software development processes. +- **`coder.py`**: Development workflow role that reads tickets, creates branches with scope enforcement, generates commit messages with issue references, and creates pull requests. ### venice/ Tools for interacting with Venice AI services: @@ -15,4 +16,4 @@ Tools for interacting with Venice AI services: - **`image.py`**: Utilities for image processing and generation using AI models. - **`info.py`**: Information retrieval and data handling tools, possibly for querying AI models or processing related data. -These tools are modular and can be used independently or integrated into larger automation pipelines for Open WebUI. \ No newline at end of file +These tools are modular and can be used independently or integrated into larger automation pipelines for Open WebUI.