docs: surface operations runbooks in main readme

This commit is contained in:
rcourtman 2025-11-14 01:08:41 +00:00
parent 2850f20dad
commit ef2daa9dbc

View file

@ -30,6 +30,7 @@ Pulse is maintained by one person after work. [Sponsorships](https://github.com/
- [API](#api)
- [Troubleshooting](#troubleshooting)
- [Documentation](#documentation)
- [Operations Runbooks](#operations-runbooks)
- [Development](#development)
- [Visual Tour](#visual-tour)
- [Support Pulse Development](#support-pulse-development)
@ -580,6 +581,12 @@ journalctl -u pulse -f
- [FAQ](docs/FAQ.md) - Common questions and troubleshooting
- [Migration Guide](docs/MIGRATION.md) - Backup and migration procedures
## Operations Runbooks
- [Sensor proxy audit log rotation](docs/operations/audit-log-rotation.md) Safely rotate append-only logs and verify poller health.
- [Adaptive polling rollout](docs/operations/ADAPTIVE_POLLING_ROLLOUT.md) Enable/disable the adaptive scheduler with guardrails.
- [Automatic update management](docs/operations/auto-update.md) Control the `pulse-update` timer/service, trigger manual runs, and roll back safely.
## Development
### Quick Start - Hot Reload (Recommended)