B9 — Integration test: tail-PR rebase watchdog fires within 60 s against fixture forge #445
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Follow-up from #425 / PR #436. The unit tests cover all dispatch-logic branches. This ticket tracks the integration test deferred because it requires a controllable Forgejo instance with real git state.
What is needed
merge_basefalls behindmain.rebasetask is dispatched for that PR.Why deferred
Setting up a fixture forge in CI requires creating a repo, pushing commits, opening a PR, and advancing
main— substantial infrastructure that would block the core fix. Unit tests already cover every logic branch; this adds an end-to-end smoke check.References