NF-UI-9: Version diff + revert #339
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#339
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 an operator, I want to inspect any past version of a flow, diff it against current, and revert to it so that recovering from a bad edit doesn't require SQL.
Acceptance criteria
Historical view
/app/flows/:id/v/:versionloads the historical body viaGET /flows/:id/versions/:version.Diff
:version→ red; changed args → amber.Revert
POST /flows/:id/revert?version=:version.flow_auditmentions source version.List
/app/flows/:id/versionslists every historical version with author, timestamp, diff size (nodes added / removed / modified counts).Out of scope
References
specs/node-flows-ui.md§ Stories § NF-UI-9.