The AI-OS in userspace.
Stars
5
Forks
1
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
306
commits
fix: professionalize feature documentation, verify implementation accuracy, remove false claims
8d9d0e0View on GitHubfix: remove emojis, normalize formatting, verify claims in performance and monitoring docs
7ec1169View on GitHubfix: professionalize pattern documentation, remove emoji, verify implementation accuracy
8d7f5fdView on GitHubfix: professionalize documentation across monitoring, features, and patterns modules
2dcd220View on GitHubfix: professionalize native apps documentation, remove emoji/marketing language, verify implementation status
f1685acView on GitHubfix: professionalize architecture documentation, remove emoji/marketing language, verify implementation accuracy
63fc2c7View on GitHubfix: audit documentation for professionalism, remove emoji/marketing language, verify implementation accuracy
d03dc24View on GitHubfix: remove all remaining special characters and emojis from documentation
a9414a3View on GitHubfix: remove emojis from documentation files for consistency
fc1f0dfView on GitHubfix: monitoring circular dependency and gRPC keepalive flooding, extracted LogLevel/LogContext to types.ts breaking logger<->buffer cycle preventing app startup, reduced AI client keepalive from 10s to 60s eliminating too_many_pings disconnection errors
b804cf2View on GitHubfeat: unified monitoring system with modular architecture, consolidated core/monitoring and core/utils/monitoring into single cohesive structure with feature-based modules (core/hooks/journey/tracker/causality/context/visualization), clean barrel exports, comprehensive README, 150+ import paths updated
bcd7d8eView on GitHubfeat: Journey Tracking System with cross-window causality chains, MonitorProvider/WindowJourneyProvider integration, useJourney hook for component tracking, WebSocket causality linking, user interaction/app launch tracking, 20+ files created/updated
d110519View on GitHubfeat: production-grade logging system v2.0 with hierarchical context tracking (Desktop>Window>App>Component), causality chain debugging, high-performance buffering, backend streaming endpoints, environment-based config, 10 files created/updated
46748f2View on GitHubfix: replace console statements with proper logging patterns, improve TypeScript schema typing in apiClient
6f28f1cView on GitHub