Conversation
9-phase Jony Ive redesign of Mission Control expanded initiative view: - Phase 1: Relative ETA replacing absolute timestamps - Phase 2: Priority as typography weight instead of colored badges - Phase 3: Actions hidden by default, revealed on hover - Phase 4: Agent deduplication (shared agent shown once as banner) - Phase 5: Column collapse from 10 to 5 in compact mode - Phase 6: Queue urgency signals with overdue sort-to-top - Phase 7: Banners demoted to inline indicators - Phase 8: Stats redesign with SVG progress ring - Phase 9: Dependency map as SVG swimlane visualization Also includes: entity detail modal improvements, decision queue enhancements, activity timeline fixes, next-up queue hook updates, agents/chats panel expansion, QA artifacts, and verification reports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… evidence chips 7-phase implementation transforming system-speak activity feed into executive-clarity UI: - Narrative title pipeline: prioritizes user_summary → task_title → event templates - Modal redesign: zero empty modals via synthesized fallback, devMode gating for internals - Internal event filtering: hides orchestrator noise for non-dev users - Autopilot burst summary: collapses 3+ clustered events into expandable summary card - Evidence chips: PR, commit, test, doc badges extracted from metadata - Canonical autopilot state: backend getCanonicalAutopilotState() consumed by all panels - Skip & Continue: POST /orgx/api/autopilot/skip advances queue with structured metadata - Session completion events for deterministic agent panel status - Artifact type alignment with backend domain schemas (14 canonical types) - 3-iteration UX audit: spacing standardization, color token alignment, code deduplication Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Keep enhanced empty state messages from confidence revamp. Accept task count label from main in InitiativeSection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
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
autopilot_transition,heartbeat,orchestrator_selection,spawn_guard_*from non-dev usersgetCanonicalAutopilotState()provides unified truth for Activity, Mission Control, and Agent panelsPOST /orgx/api/autopilot/skipendpoint advances queue, emits skip event, triggers next ticksession_completedevent for deterministic agent panel status transitionshumanizeArtifactType()now maps all 14 canonical atomic unit types fromartifact-domain-schemas.tsresolveArtifactColor()helper,text-micro/text-primarydesign tokensFiles changed (14 files, +1081/-130)
ActivityTimeline.tsx,ActivityTimelineItem.tsx,ActivityDetailSummary.tsx,activityVisuals.tsx,AutopilotBurstSummary.tsx(new)ArtifactGallery.tsx,InitiativeSection.tsxAgentsChatsPanel.tsxApp.tsx,humanize.tsauto-continue-engine.tslive-snapshot.ts,mission-control-actions.ts,index.tsTest plan
npm --prefix dashboard run buildpassesnpm run build:corepasses🤖 Generated with Claude Code