From 9de1eb4aa334c0edb4056ad9beaa75c932572e70 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 11 Feb 2026 17:25:00 +0100 Subject: [PATCH] docs(meta): add tea PR workflow to CLAUDE.md Document Gitea tea CLI usage for pull requests with all required flags for non-interactive execution. Adds Gitea to local services. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index dce2e577b..41a4d6f7d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -82,7 +82,22 @@ db/connectors/qdrant-count Use conventional commits with project-specific scopes: `agents`, `skills`, `docs`, `briefings`, `discussions`, `schema`, `db`, `config`, `engine`, `simulation`, `client`, `ui`, `audio`, `assets`, `meta` +### Pull requests +**Use `tea` (Gitea CLI), not `gh` (GitHub CLI).** The remote is Gitea at `git.schweitz.internal`. + +Always provide all required flags to ensure non-interactive execution: +```bash +tea pr create \ + --repo jpmschweitzer/settled-reach \ + --login schweitz \ + --title "feat(scope): short description" \ + --description "PR body here" \ + --base main \ + --head branch-name +``` + ### Local services +- Gitea: `http://git.schweitz.internal` (login: `schweitz`) - Qdrant: `http://tower-of-joy:6333/` - Ollama: `http://tower-of-joy:11434/` (nomic-embed-text) - Collection: `commonwealth` (768 dimensions, cosine distance)