What problem does it solve?
Provides structured, deterministic guidance for production server management, covering process management, monitoring strategy, logging, scaling decisions, and health checks. It clarifies ownership boundaries and non-goals to ensure guidance is actionable without performing operations on real systems.
Core Features & Use Cases
- Deterministic Process Manager Selection: recommends PM2, systemd, Docker, or Kubernetes based on runtime, environment, and deployment needs.
- Holistic Monitoring Strategy: defines categories (Availability, Performance, Errors, Resources) and alert levels (Critical, Warning, Info) with practical guidance.
- Logging & Health Checks: outlines log types, rotation principles, and two-level health checks to ensure readiness and resilience.
- Integration & Safety: describes the agent contract, stateless invocations, and boundaries to prevent commands from being executed.
Quick Start
Provide a complete server-ops decision for a given runtime, environment, and scale without executing any commands.