Scaffold gitea-review-bot: thin matrix-nio PR-review bot (auto-map, threaded review, subagent panel, merge/reject/deploy)

This commit is contained in:
Keysat
2026-06-28 15:54:44 -05:00
commit 6968e5d737
12 changed files with 888 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Secrets & local env
.env
.env.*
!.env.example
# Local deployment config + runtime state (per-deployment; never committed)
config.toml
state/
# Claude Code — deny by default, allow-list shared wiring.
# .claude/ also accumulates worktrees, editor configs, and OS cruft; commit
# only the shared parts so new local scratch (or a stray secret) stays out.
.claude/*
!.claude/rules/
!.claude/agents/
!.claude/commands/
!.claude/skills/
!.claude/settings.json
# Python
__pycache__/
*.pyc
.venv/
# OS cruft
.DS_Store