feat(triage+recall): full lifecycle actions + status filter browse#13
Merged
Conversation
- /review: Commit, Park, Discard, Promote actions per in-flight item; Promote only shown for ideas, Discard available without id match; per-item busy state prevents double-clicks - Browse: status filter row (all/draft/active/parked/promoted/done/dismissed); fix URLSearchParams dropping undefined params (was sending status=undefined) - Chat: Park and Promote → Plan buttons alongside Commit; Promote only visible for idea type - API: inflight response now includes type when cache entry matches - Tests: review action tests, browse filter tests, chat button tests, inflight type assertion; MSW park handler added to defaults - Stories: review triage variants (idea/plan/no-id/mixed), browse stories Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
undefinedas the string"undefined"typefrom cache entry when matchedTest plan
bash scripts/check.shpasses locally (7/7)🤖 Generated with Claude Code