feat(ui): five-word stand line on blocked tasks - #692
Merged
Conversation
Replace the 2-4 bullet activity summary with a sticky-note stand. Haiku is asked for five words; NormalizeStand clamps to 5 words / 40 chars before store, and DisplayStand clamps again at render so fossils and long one-liners never show as the stand.
Blocked kanban cards (TUI + GUI) render the five-word stand instead of reconnect crumbs or "needs your input". Detail chrome shows the same line so it survives a tiny log pane. Fossils stay in the body until rewritten; they never appear as the stand. Rewrite on enter-blocked and on opening a stale blocked task. Freeze on done (skip-if-exists). Live crumb is unchanged for running tasks.
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
Blocked tasks now carry a five-word stand — a sticky note that queues your brain, not a recap.
Haiku is asked for five words. Length is enforced in code (
clampStand: 5 words / 40 chars) on store and again on display.Test plan
go testfortasksummary,ui,web,completion,executor,parity