Commit Graph

6 Commits

Author SHA1 Message Date
pandaadir05
2f7eed4047 Fix TUI borrow checker and generic type issues 2025-11-20 14:26:37 +02:00
pandaadir05
34007d11c1 fix: Resolve 44 compilation errors in ghost-core 2025-11-17 22:26:53 +02:00
pandaadir05
96b0d12099 refactor: comprehensive codebase improvements and documentation
- Enhanced error handling with expanded GhostError variants and From impls
- Fixed race conditions in TUI (ui.rs unwrap calls)
- Added comprehensive module documentation with doc comments
- Improved type safety with proper validation in DetectionConfig
- Implemented Linux process enumeration via procfs
- Refactored TUI for better state management and removed emojis
- Enhanced CLI with proper logging initialization
- Added example configuration file (examples/ghost.toml)
- Updated README with complete feature documentation
- Added performance optimizations (saturating arithmetic, reduced clones)
- Improved testing framework with proper struct initialization
- Added validation and preset modes to DetectionConfig
2025-11-17 21:28:37 +02:00
Adir Shitrit
db7a60d091 enhance TUI layout and threat visualization 2025-11-08 11:49:39 +02:00
Adir Shitrit
75171c7ff2 improve TUI responsiveness and error handling 2025-11-08 11:49:33 +02:00
Adir Shitrit
5794afb4a0 feat: implement sophisticated TUI with real-time monitoring 2025-11-08 11:23:10 +02:00