WIZ-8 apply transaction + Done screen #704
No reviewers
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!704
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "boss/679"
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?
Closes #679
Atomic POST /onboarding/apply that creates agents, encrypts PATs, seeds plugin/MCP/system-prompt rows, calls the WIZ-prereq-B rename endpoint inline, installs webhooks, and marks the wizard complete. Webhook-install policy: rollback all on any failure (deletes the webhooks already created on the operator's forge before bailing). Done screen renders summary bullets + master-key backup nag with required checkbox gating the Open dashboard CTA.
Test plan
behavior
apps/server/src/http/handlers/onboarding-apply.ts, system_prompt insert (~line 1225 in diff).get(item.typeName, appendixBody, appendixBody, now)passes the body text for both theshortandtemplatecolumns.shortshould be the title (item.name). Fix:CI green, all other AC met.
Reviewer's
short/templateswap fixed in12311b8— now bindsitem.nametoshortandappendixBodytotemplate. 9/9onboarding-apply.test.tspass.