Reference in New Issue
Block a user
Delete Branch "feat/automation-sprint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automation Sprint
Four high-leverage automation features built and tested:
Block 2 — Gitea Webhooks → Gateway (#77)
server/webhooks.py: Translates push/issue/PR/comment events to Matrix messagesPOST /api/webhook/giteaBlock 3 — Self-Triggering Research (#78)
_evaluate_research_trigger()in bridge.pyBlock 4 — Model Fallback Chain (#79)
server/ollama_client.py: Resilient Ollama client with model chainBlock 5 — SensoryBus Subscriber (#80)
register_on_bus()subscribes to 7 SensoryBus event typesTest Summary
test_webhooks.py: 17/17 ✓test_bridge.py: 17/17 ✓test_ollama_client.py: 11/11 ✓test_research.py: 21/21 ✓test_gateway.py: 10/10 ✓Closes #77, #78, #79, #80
Supersedes #51