Skip to content

feat(hardened): Centralized PMOVES UI with real-time health monitoring - #405

Closed
POWERFULMOVES wants to merge 2 commits into
PMOVES.AI-Edition-Hardenedfrom
feat/hardened-centralized-ui
Closed

POWERFULMOVES wants to merge 2 commits into
PMOVES.AI-Edition-Hardenedfrom
feat/hardened-centralized-ui

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary: Centralized PMOVES UI with real-time health monitoring and UI refinements.

Note: This PR includes only the core UI feature commits. Accessibility fixes from 6c97210 were skipped due to UI architectural differences.

Changes:

Test Plan: UI renders correctly, health monitoring works, all services display properly

POWERFULMOVES and others added 2 commits January 1, 2026 17:38
Implements centralized PMOVES UI with:

- Service catalog with 55 services across 11 tiers
- Real-time health monitoring with SystemStatsBar
- Tier-based navigation and filtering
- Neo-brutalism design with Cataclysm Studios branding
- Updated tests for new catalog structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(ui): Centralized PMOVES UI with real-time health monitoring

Implements TAC 1: Single branded dashboard showing all 94+ services with
real-time health monitoring, eliminating URL jumping between services.

Features:
- Service catalog with 94+ services across 11 categories
- Real-time health monitoring (30s auto-refresh)
- Tier/category filtering on services dashboard
- Expandable tier overview cards on landing page
- System-wide health statistics bar
- Search functionality for services

New Components:
- SystemStatsBar - Overall health percentage and service counts
- TierNavigation - Category filter pills
- TierOverview - Expandable tier summary cards
- ServiceHealthIndicator - Visual health status dot
- SystemHubSection - Landing page service hub

New APIs:
- GET /api/services - Service catalog with filtering
- GET /api/health-all - Health check for all/specific services
- GET /api/services-hub - Aggregated catalog + health endpoint

New Hooks:
- useServiceHealth - Client-side health polling with auto-refresh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: resolve TypeScript build errors from PR review

Fixes 4 critical type errors identified by PR review:
- Change isChecking → isPolling (useServiceHealth returns isPolling)
- Fix ServiceCategory import from serviceCatalog instead of serviceHealth
- Add 'use client' directive to services/page.tsx for hooks
- Remove metadata export (incompatible with client components)
- Fix ServiceEndpoint.url → endpoints.length check

Resolves:
- Type error: Property 'isChecking' does not exist
- Type error: Module has no exported member 'ServiceCategory'
- Type error: React hooks require client component

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(ci): address PR #366 CodeRabbit review feedback

Add missing permissions blocks to 3 workflows and fix out-of-diff issues:

- Add permissions: contents: read to chit-contract.yml, python-tests.yml, webhook-smoke.yml
- Fix .gitmodules e2b submodule path (pmoves/pmoves/vendor/e2b → pmoves/vendor/e2b)
- Add SCRIPTS variable to Makefile (was undefined)
- Fix Makefile test-smoke targets (remove cd pmoves && for make -C compatibility)
- Add standard Makefile targets (all, test, clean, .DEFAULT_GOAL)
- Add learnings document

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(tests): update tests for TAC 1 centralized UI

Updates Jest and E2E tests to work with the new SERVICE_CATALOG:
- Changed heading check from "integration services" to "services"
- Updated service list to use SERVICE_CATALOG entries
- Separated catalog visibility tests from markdown doc tests

Test results:
- Jest: 10/11 passing (2 suites)
- E2E: 4/4 passing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Codex Agent <codex-agent@example.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jan 1, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@POWERFULMOVES

Copy link
Copy Markdown
Owner Author

Superseded by PR #433 (centralized UI now in main branch)

@POWERFULMOVES
POWERFULMOVES deleted the feat/hardened-centralized-ui branch January 3, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant