-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPLAYBOOK.a2ml
More file actions
26 lines (22 loc) · 839 Bytes
/
Copy pathPLAYBOOK.a2ml
File metadata and controls
26 lines (22 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# PLAYBOOK.a2ml — Operational playbook
[metadata]
version = "0.1.0"
last-updated = "2026-04-11"
[deployment]
# method = "gitops" # gitops | manual | ci-triggered
# target = "container" # container | binary | library | wasm
[incident-response]
# 1. Check .machine_readable/STATE.a2ml for current status
# 2. Review recent commits and CI results
# 3. Run `just validate` to check compliance
# 4. Run `just security` to audit for vulnerabilities
[release-process]
# 1. Update version in STATE.a2ml, META.a2ml
# 2. Run `just release-preflight` (validate + quality + security + maint-hard-pass)
# 3. Tag and push
[maintenance-operations]
# Baseline audit: just maint-audit
# Hard release gate: just maint-hard-pass