feat(frontend): add Readiness Matrix for configured/running/served/selected state#157
Open
OnlyTerp wants to merge 1 commit into
Open
feat(frontend): add Readiness Matrix for configured/running/served/selected state#157OnlyTerp wants to merge 1 commit into
OnlyTerp wants to merge 1 commit into
Conversation
5 tasks
…ved/selected state - Add frontend/src/features/dashboard/readiness-matrix/ with pure model, presentation component, and no external state effects. - Matrix shows per-recipe configured/process/served/selected/mismatch status using existing dashboard data (recipes, currentRecipe, currentProcess, lifecycleStatus). - Handles stopped, starting, running, error, and served-model mismatch states. - Links recipe names to /recipes?id=... for editing. - Add tests/frontend/e2e/readiness-matrix.test.ts covering row-building logic. - No new backend endpoint, no recipe schema change, no auto-launch.
ea3015b to
b69cd56
Compare
This was referenced Jun 22, 2026
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.
Closes #154
Adds a read-only Readiness Matrix panel to the dashboard that composes existing endpoints/hooks to clarify configured vs running vs served vs selected model state.
Changes
frontend/src/features/dashboard/readiness-matrix/component family./recipes?id=...for editing.tests/frontend/e2e/readiness-matrix.test.tscovering row-building logic.Verification
npm --prefix frontend run typecheck✅npm --prefix frontend run lint✅ (2 pre-existing warnings)npx tsx --test ../tests/frontend/e2e/readiness-matrix.test.ts✅ 8 pass, 0 failcd controller && bun run test:integration✅ 48 pass / ❌ 1 unrelated failure (lifetime-metrics fixture asserts GPU power draw is 0; host reports real draw)npm run check:contracts❌ upstream duplicateAggregatedSessionexport failure (see details below)Known baseline failures (not from this PR)
current_power_watts: 0, but the workstation GPU reports a real value.npm run check:contracts— flags duplicateAggregatedSessionexports infrontend/src/app/api/agent/sessions/all/route.tsandfrontend/src/features/agent/session-contracts.ts.Non-goals