Research: Gitea webhook agent dispatch and PR session continuity #182

Merged
didericis merged 1 commits from research/gitea-webhook-agent-dispatch into main 2026-06-03 21:37:42 -04:00
Collaborator

Summary

  • Documents the Gitea webhook events relevant to a PR lifecycle
  • Analyzes how to spawn bot-bottle agents non-interactively from webhook events
  • Explains how to reuse the same Claude session across all events in a PR using the existing transcript snapshot machinery
  • Identifies what is still missing: non-interactive run mode, explicit --resume <session_id> path, and a PR-keyed session registry

Builds directly on host-dispatch-to-container-agents.md and the transcript preservation introduced in PRD 0012.

New file: docs/research/gitea-webhook-agent-dispatch.md

## Summary - Documents the Gitea webhook events relevant to a PR lifecycle - Analyzes how to spawn bot-bottle agents non-interactively from webhook events - Explains how to reuse the same Claude session across all events in a PR using the existing transcript snapshot machinery - Identifies what is still missing: non-interactive run mode, explicit --resume <session_id> path, and a PR-keyed session registry Builds directly on [host-dispatch-to-container-agents.md](https://gitea.dideric.is/didericis/bot-bottle/src/branch/main/docs/research/host-dispatch-to-container-agents.md) and the transcript preservation introduced in PRD 0012. New file: [docs/research/gitea-webhook-agent-dispatch.md](https://gitea.dideric.is/didericis/bot-bottle/src/commit/770c2ca9966a20a1bee55796cdcce390fde82e92/docs/research/gitea-webhook-agent-dispatch.md)
didericis-claude added 1 commit 2026-06-03 21:04:25 -04:00
docs(research): gitea webhook agent dispatch and PR session continuity
test / unit (pull_request) Successful in 33s
test / integration (pull_request) Successful in 42s
770c2ca996
Research note covering how to spawn bot-bottle agents from Gitea
webhook events and reuse the same session (bottle identity + Claude
session ID) across an entire PR lifecycle.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
didericis merged commit 06eed5b236 into main 2026-06-03 21:37:42 -04:00
didericis deleted branch research/gitea-webhook-agent-dispatch 2026-06-03 21:37:43 -04:00
Sign in to join this conversation.