Fix ideation backend reliability regressions - #414
Closed
adriandemian wants to merge 1 commit into
Closed
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Collaborator
Author
|
Superseded by combined frontend/backend fix in #415. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
DB fact-checking the failed ideation sessions showed four backend/runtime regressions: parent ideation calls were guided to omit session_id for get_plan_verification, stale registered Git worktrees were not pruned/retried, useful review transcripts could be polluted by a later provider stderr note, and split/timeline finalization could leave blank legacy chat message rows.
Impact
This unblocks the ClickUp-style parent ideation verification path, makes retry worktrees recover from Git's missing-but-registered state, avoids misleading post-success review errors, and reduces empty comment rows in tool-heavy chat/session timelines.
Decisions
Risks
The no-output placeholder backfill is intentionally conservative, but split-message rendering still deserves a broader integration test pass.
Validation
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.