From bdabcfb68e4d032b216a06833d04a95d6ed2c585 Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Mon, 4 May 2026 14:18:50 +0100 Subject: [PATCH] docs: note Gitea repo + tea CLI in CLAUDE.md --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 64136fc..8b1dd42 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,10 @@ Project-specific rules for Claude when working in this repo. +## Repo + +The repo lives inside a Gitea instance; `tea` CLI is available for use by agents + ## Run `go vet` before every commit CI runs `go vet ./...` and will fail the build on any vet error.