Workflow independence audit, store tests, InstallPackage decomposition
Fix RenderWorkflow() handler (was a stub that never loaded data), remove dead chat UI from workflow.html, align stage mode naming with Go constants, add 17 SQLite store tests, decompose 400-line InstallPackage into 7 phases, add E2E workflow-without-chat test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1777,7 +1777,7 @@ paths:
|
||||
enum: [full, summary, fresh]
|
||||
stage_mode:
|
||||
type: string
|
||||
enum: [custom, form_only, form_chat, review]
|
||||
enum: [form, review, delegated, automated]
|
||||
form_template:
|
||||
type: object
|
||||
transition_rules:
|
||||
@@ -1817,7 +1817,7 @@ paths:
|
||||
enum: [full, summary, fresh]
|
||||
stage_mode:
|
||||
type: string
|
||||
enum: [custom, form_only, form_chat, review]
|
||||
enum: [form, review, delegated, automated]
|
||||
form_template:
|
||||
type: object
|
||||
transition_rules:
|
||||
@@ -3209,7 +3209,7 @@ paths:
|
||||
enum: [full, summary, fresh]
|
||||
stage_mode:
|
||||
type: string
|
||||
enum: [custom, form_only, form_chat, review]
|
||||
enum: [form, review, delegated, automated]
|
||||
form_template:
|
||||
type: object
|
||||
transition_rules:
|
||||
@@ -3250,7 +3250,7 @@ paths:
|
||||
enum: [full, summary, fresh]
|
||||
stage_mode:
|
||||
type: string
|
||||
enum: [custom, form_only, form_chat, review]
|
||||
enum: [form, review, delegated, automated]
|
||||
form_template:
|
||||
type: object
|
||||
transition_rules:
|
||||
|
||||
Reference in New Issue
Block a user