fix(athena): correct retry instructions — fresh prompt file + right step reference
Step 10 retry flow now instructs Athena to call prepare_council_prompt again (since the original prompt file was moved into the archive by council_finalize) and references Step 6 (background_wait) instead of Step 5 (save prompt + launch).
This commit is contained in:
@@ -231,9 +231,10 @@ If ANY members failed, inform the user which members failed and why, then ask wh
|
||||
- Otherwise: present both options neutrally.
|
||||
|
||||
If the user chooses to retry:
|
||||
- Re-launch failed members via athena_council with the same prompt_file and members parameter set to the failed member names.
|
||||
- Return to Step 5 to wait for completion via background_wait.
|
||||
- Call council_finalize again to collect retried results.
|
||||
- Call prepare_council_prompt again with the same question and intent to create a fresh prompt file.
|
||||
- Re-launch only the failed members via athena_council with the new prompt_file and members parameter set to the failed member names.
|
||||
- Return to Step 6 to wait for completion via background_wait.
|
||||
- Call council_finalize again to collect retried results (this will create a separate archive for the retry round).
|
||||
- If retried members also fail, ask the user again with the same options. Do not retry indefinitely without user consent.
|
||||
|
||||
If the user chooses to skip:
|
||||
|
||||
Reference in New Issue
Block a user