Recetario de SOP
Plantillas de SOP prácticas en el formato SOP.toml + SOP.md admitido por el tiempo de ejecución.
1. Despliegue con intervención humana
El SOP.toml define el disparador y los pasos (consulta Sintaxis). El cuerpo del SOP.md:
## Steps
1. **Verify** — Check health metrics and rollout constraints.
- tools: http_request
2. **Deploy** — Execute deployment command.
- tools: shell
- requires_confirmation: true
2. Manejador de Alertas IoT (MQTT)
El SOP.toml define el disparador y los pasos (consulta Sintaxis). El cuerpo del SOP.md:
## Steps
1. **Analyze** — Read the `Payload:` section in this SOP context and determine severity.
- tools: memory_recall
2. **Notify** — Send an alert with site/device/severity summary.
- tools: pushover
3. Resumen diario (Cron)
El SOP.toml define el disparador y los pasos (consulta Sintaxis). El cuerpo del SOP.md:
## Steps
1. **Collect Logs** — Gather recent errors and warnings.
- tools: file_read
2. **Summarize** — Produce concise incident and trend summary.
- tools: memory_store