mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
simplify: remove redundant inline comment inside updateWorkflowRun object literal
The surrounding block comment already explains why status stays 'paused' for the interactive loop path; the duplicated inner comment adds no new information. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2c0002fc96
commit
61bc95fe24
1 changed files with 0 additions and 1 deletions
|
|
@ -1894,7 +1894,6 @@ export function registerApiRoutes(
|
|||
// Interactive loop path: store user input, keep status 'paused' so getPausedWorkflowRun
|
||||
// finds it, then auto-dispatch to orchestrator to resume without requiring a manual message.
|
||||
await workflowDb.updateWorkflowRun(runId, {
|
||||
// No status change — keep 'paused' so the natural-language approval path finds it
|
||||
metadata: { loop_user_input: comment },
|
||||
});
|
||||
// Auto-resume: inject the approval as a message into the parent conversation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue