From 3cb146f517059086ea823bf43c3ee50f6bdc5af3 Mon Sep 17 00:00:00 2001 From: dongyun Date: Sat, 29 Aug 2026 03:35:50 +0000 Subject: [PATCH] docs(flows): gen-plan stops while a decision is still PENDING Says the new ending humanfia/flowverse#9 gives `gen-plan`: a plan whose `Pending User Decisions` still say `PENDING` stops the run instead of being handed on to a loop that never waits for a person. Co-Authored-By: Claude Fable 5 --- docs/flows/humanize1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/flows/humanize1.md b/docs/flows/humanize1.md index 2097e1a..8eb7b25 100644 --- a/docs/flows/humanize1.md +++ b/docs/flows/humanize1.md @@ -44,6 +44,12 @@ time and reads the plan against the repository. They converge, or the round limi `--input` names the draft to plan from, `--discussion` and `--direct` are the two modes, and `alternative_plan_language` writes a translated plan beside the plan. +A plan that still says `PENDING` on a `Pending User Decisions` entry stops the run rather +than finishing it: `rlcr` never waits for a person, so a decision left undecided here would +idle the loop, not stop it. The plan stays on disk with every position written down — +answer each `Decision Status` in the file, or run `gen-plan` again with somebody at the +prompt. + ## 3 · `rlcr`