From ecc80ee9a359ad461c7bc01f2d5584c0b8d0bf77 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 09:57:16 +0100 Subject: [PATCH] chore: add AGENTS.md for opencode agents --- AGENTS.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..6acae61 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,30 @@ +# Agents + +This role contains simple ad-hoc tasks for system maintenance operations. + +## Role Analysis + +- **Type**: Utility/operations role +- **OS Support**: Alpine 3.22, Debian 13 +- **Deployment Method**: Direct execution + +## Available Tags + +| Tag | Function | +|-----|----------| +| `chrony` | Force update time via Chrony | +| `reboot` | Reboot the system | +| `update` | Install system updates | + +## Tasks + +- **update** - System package updates +- **reboot** - System reboot +- **chrony** - Force time sync + +## Testing + +```bash +ansible-lint +molecule test +```