AGENTS.md
These are instructions and rules for the LLM agent when answering a prompt.
Environment & tooling
Taskfile
This project uses the https://taskfile.build/ standard.
The ./task file is a bash script that provides all functions necessary to work with this project.
Execute: Always try to run a command with the ./task file script.
Helper scripts
If you create helper scripts to complete the task, ensure that the helper scripts are removed once the task has been completed.