From 3dd1581a3e894c9095bfdc0122c7a924e22151a5 Mon Sep 17 00:00:00 2001 From: kavren Date: Sun, 28 Dec 2025 17:32:33 -0500 Subject: [PATCH] docs: Add Gitea integration and tea CLI instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Gitea Integration section with server details - Documented tea CLI as the tool for interacting with Gitea - Added issue tracking workflow for enhancement management - Included common tea commands reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2816ee0..b896bb5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,6 +31,33 @@ Types: `add`, `update`, `fix`, `docs`, `config` **Remote**: `origin` → https://git.kavcorp.com/kavren/proxmox-infra.git +## Gitea Integration + +**Server**: https://git.kavcorp.com (self-hosted Gitea) +**CLI Tool**: `tea` (Gitea's official CLI, similar to GitHub's `gh`) + +### Issue Tracking +Use Gitea issues for enhancement tracking and task management: +```bash +# List issues +tea issues list + +# Create new issue +tea issues create --title "Title" --body "Description" + +# View issue +tea issues view +``` + +### Common tea Commands +```bash +tea repos list # List repositories +tea pr list # List pull requests +tea pr create # Create pull request +tea issues list # List issues +tea repo clone # Clone a repository +``` + ## Repository Purpose Infrastructure documentation and management repository for the **KavCorp** Proxmox cluster - a 5-node homelab cluster running self-hosted services. This repository supports migration from Docker containers to Proxmox LXCs where appropriate.