P2-03: ADR "Consequences" section is static boilerplate regardless of decision #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Severity: P2 (Medium)
File:
decider/adr.pylines 72-74Problem
The ADR Generator always writes the same consequence:
For
abortdecisions, this reads "abort allows progress without user interruption" — which is semantically wrong (abort literally stops progress). Forask_userdecisions, the text is misleading.Additionally, the consequences should differ per decision type:
Fix
Implement decision-type-specific consequence text. Also consider using the LLM to generate substantive consequences for the
auto_approvepath (what becomes easier, what becomes harder).