From 2c35d60abc11b773cd52ba49b579fd293108aaf4 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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..1441ab4 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,22 @@ +# Agents + +This role configures [Pulse](https://github.com/rcourtman/Pulse/) - a Radarrarr companion for managing media library operations. + +## Role Analysis + +- **Type**: Application server role (media management) +- **OS Support**: Debian 13 +- **Deployment Method**: Docker +- **Dependencies**: Docker must be installed + +## Tasks + +1. **install pulse** - Deploys Pulse via Docker +2. **cleanup docker** - Cleans up Docker resources + +## Testing + +```bash +ansible-lint +molecule test +```