Files
teabot/.gitignore
T
unkinben 1b4448afb4
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Add teabot daemon implementation
teabot watches Gitea repos and dispatches one-shot Claude Code sessions in
Docker containers to work issues and review PRs, acting as configurable bot
personalities.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-26 23:36:21 +10:00

9 lines
235 B
Plaintext

# built binary (repo root only)
/teabot
# cross-compiled release artifacts (e.g. teabot-linux-amd64)
/teabot-*
# build output: binaries, completions, RPM
dist/
# local checksums manifest produced by the release pipeline
sha256sums.txt