platform-codebase/features/status-dashboard
Quinn Ftw e426f6ae5b feat(status-dashboard): add push-only host monitoring with macOS support
- Add host-status-monitor agent for push-based metric collection
- Fix metrics-collector.ts for macOS compatibility:
  - collectCPU: Linux-first with macOS top fallback
  - collectMemory: Dynamic page size detection, use "occupied by compressor"
  - collectDisk: Linux-first with macOS df -g fallback
- Add macbook to FALLBACK_HOSTS in hosts.config.ts
- Delete unused multi-host-monitor.service.ts (SSH polling)
- Server now runs push-only mode by default

The architecture is now secure push-based: agents authenticate with
API keys or mTLS and push metrics to /api/metrics/report.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 23:12:12 -08:00
..
agent feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
frontend feat(versioning): unified version from VERSION.json 2025-12-25 20:50:56 -08:00
host-status-monitor feat(status-dashboard): add push-only host monitoring with macOS support 2025-12-25 23:12:12 -08:00
infrastructure fix(status-dashboard): correct backend deploy path 2025-12-25 17:34:50 -08:00
server feat(status-dashboard): add push-only host monitoring with macOS support 2025-12-25 23:12:12 -08:00