17 lines
454 B
Markdown
17 lines
454 B
Markdown
# infra-run/runbooks
|
|
|
|
This directory is reserved for runbook-style procedures that describe how to perform controlled operational work. It sits alongside the executable scripts and captures the human workflow around them.
|
|
|
|
## Diagram
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
A["runbooks"]
|
|
click A href "./" "runbooks"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The directory is currently a placeholder.
|
|
- It is intended to hold narrative procedures that complement the script-based toolkits.
|