[Improve] Show durable goal status above the task composer - #1341
[Improve] Show durable goal status above the task composer#1341roomote-roomote[bot] wants to merge 8 commits into
Conversation
|
Fixed in Verification: focused transcript test 27/27 passed; web typecheck, lint, format check, diff check, and pre-push oxlint/residual lint/fast typechecks/knip passed. Updated browser proof was unavailable because the configured local preview timed out before and after one bounded restart. |
|
Final compact-layout revision: The durable GoalPanel is now one grouped horizontal status item immediately above the composer: lifecycle icon, bold status, inline truncating objective with tooltip/title, bullet, and adjacent elapsed or final duration. Active, complete, blocked, and continuation-limit states share the same compact structure, and legacy terminal goals without timestamps use accessible The implementation retains persisted objective/status/timestamps, live active timing, terminal frozen timing, TodoList placement, and non-goal behavior. It does not restore transcript UI, prompt parsing, or inferred state. The branch was merged with current Verification: 30 focused web tests passed; web and DB TypeScript passed; web ESLint, formatting, and diff checks passed; pre-push oxlint, residual web/worker lint, fast workspace typechecks, and knip passed. Current desktop proof: compact active goal row above the composer. |
What changed
N/Atext with an accessibleDuration unavailablelabel instead of clipping narrow screens.Why this change was made
The previous durable panel used a tall two-row card treatment that visually separated the objective and pushed timing away from the status. Product feedback called for one grouped inline treatment that stays compact above the composer while retaining strong persisted lifecycle state.
Impact
Users see the latest goal as one scan-friendly line directly above the composer, with the objective and elapsed or final duration kept together. Long objectives truncate gracefully, terminal states use the same structure, and tasks without goals remain unchanged.
The lifecycle migration remains additive and nullable for N-1 rollback compatibility. After merging the latest
develop, the goal timestamp migration was regenerated as0039_clever_maliceafter the Brain migration at0038.Verification passed: 30 focused web tests across the panel, placement, persistence, non-goal, and transcript surfaces; web TypeScript; web ESLint; DB TypeScript; formatting; diff checks; and pre-push oxlint, web/worker lint, fast workspace typechecks, and knip.
Screenshots