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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user