NF-8: Legacy dispatch removal #329
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#329
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?
As the platform, I want to delete the hard-coded handlers in
webhook-handlers.ts/webhook-ci.ts/slash-commands.ts/deps.tsso that the default graph is the single source of truth for dispatch.Acceptance criteria
Code removal
webhook-handlers.ts,webhook-ci.ts,slash-commands.ts,deps.tsstrip out every dispatch path. What remains: event normalisation + SSE broadcasting only.Tests
Docs
CLAUDE.mdmodules table updated to reflect the reorg.docs/*.mdreferences to the legacy handlers redirected to the flow.Out of scope
References
specs/node-flows.md§ Migration path, phase 3.