From c0e27c74e460abd164a6ac7f5addd66b25c65be9 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:44:56 +0000 Subject: [PATCH 1/2] feat: add branded README with ecosystem badges and service description Adds standard ChittyOS branding header with tier badge, org badge, and accurate service description to README.md. Co-Authored-By: Claude Opus 4.6 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d35273 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +![ChittyOS](https://img.shields.io/badge/ChittyOS-service-6366F1?style=flat-square) +![Tier](https://img.shields.io/badge/tier-3%20operational-3730A3?style=flat-square) + +# ChittyMonitor + +> Application monitoring and tracking dashboard for the ChittyOS ecosystem. + +ChittyMonitor provides real-time monitoring of connected applications across platforms (Replit, GitHub, Vercel), tracking status, performance metrics, workflow pipelines, and activity events. It features a React frontend with live-refreshing metrics, an Express.js backend, and Neon PostgreSQL for storing app registrations, heartbeats, package operations, and CI/CD workflow runs. Integrates with ChittyID for authentication, ChittyFlow for pipeline tracking, and ChittyIntel for AI-powered anomaly detection. + +**Domain**: `monitor.chitty.cc` From 1a0f305bdc40ee03f4136d9ffebe555625cb68ec Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:53:33 +0000 Subject: [PATCH 2/2] fix: update package.json description to match actual service purpose Co-Authored-By: Claude Opus 4.6 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55cb3d5..988c9dd 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,6 @@ }, "optionalDependencies": { "bufferutil": "^4.0.8" - } + }, + "description": "ChittyOS application monitoring and health dashboard" }