diff --git a/README.md b/README.md index b06ae891a..285a5305e 100644 --- a/README.md +++ b/README.md @@ -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)