chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
22c5c397a1
commit
ecc80ee9a3
1 changed files with 30 additions and 0 deletions
30
AGENTS.md
Normal file
30
AGENTS.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue