You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation for healthmon rename and new features
Major documentation updates to reflect the architectural refactoring:
Documentation Updates:
- README.md: Updated all dockermon references to healthmon
- README.md: Added Docker cleanup and OS cleanup to updatectl description
- README.md: Updated notification examples and service descriptions
- README.md: Fixed GitHub Actions workflow references
- .env.example: Changed DOCKERMON_* to HEALTHMON_* variables
- .env.example: Added Docker cleanup and OS cleanup configuration sections
- .env.example: Updated examples to show new updatectl commands
- CLEANUP_DESIGN.md: Updated to reflect cleanup moved to updatectl
- CLEANUP_DESIGN.md: Documented current implementation vs original design
New Documentation:
- healthmon/README.md: Complete documentation for healthmon service
- CLI-COMMANDS.md: Comprehensive command reference for all services
- BASH_ALIASES.md: Shell alias guide for easy CLI usage
Key Changes:
- dockermon renamed to healthmon (health monitoring only)
- All cleanup functionality moved to updatectl
- Added OS cleanup commands (apt clean, apt autoremove)
- Added Docker cleanup profiles (conservative/moderate/aggressive)
- Documented local and remote execution patterns
The documentation now accurately reflects v2.0.0 architecture:
- healthmon: Read-only health monitoring
- updatemon: Read-only update checking
- updatectl: All system modifications (updates + cleanup)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments