ClawKitchen: add Mission Control overview page#240
Open
jiggai-automation-bot wants to merge 6 commits into
Open
ClawKitchen: add Mission Control overview page#240jiggai-automation-bot wants to merge 6 commits into
jiggai-automation-bot wants to merge 6 commits into
Conversation
f4c0eca to
ba3b286
Compare
added 5 commits
April 13, 2026 13:54
Major fix from March 18, 2026 within 24h of app versioning commit that was lost during format unification. Removes hardcoded 'development-team' defaults throughout ticket system to support teams with different names: **lib/tickets.ts:** - Remove default parameters from listTickets(), getTicketByIdOrNumber(), stageDir() - getTeamWorkspaceDir() throws error when no team specified instead of defaulting - Functions now require explicit teamId parameter **api/tickets/assign/route.ts:** - Require teamId in request body - Pass teamId to getTicketByIdOrNumber(), stageDir(), listTickets() - Add validation for missing teamId **app/tickets/page.tsx:** - Use listAllTeamsTickets() when no team selected - Remove hardcoded 'development-team' fallback **app/tickets/TicketsBoardClient.tsx:** - Use ticket's own teamId for navigation when no global team selected - Fix 'no team selected' errors when clicking tickets This ensures ClawKitchen works for external users with custom team names instead of assuming everyone uses 'development-team'.
ba3b286 to
fb9b4ba
Compare
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.
Implements a first cut of the Mission Control / Overview dashboard (#244).\n\n- Adds /overview page with KPI tiles + panel layout\n- Wires real data for: active sessions (last 60m via openclaw sessions) + installed agents (agents list)\n- Other KPIs/panels intentionally show empty/unknown state (no fake data)\n- Adds a Home nav link: Mission Control\n\nLocal checks: npm run lint, npm run build