diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..aa74c31 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,17 @@ +# AGENTS Guidelines for This Repository + +This repository contains a Deno application located in the root of this repository. + +## Keep Dependencies in Sync + +If you add or update dependencies remember to: + +1. Update the appropriate lockfile (`deno.lock`, etc). + +## Coding Conventions + +1. Prefer TypeScript + +## Always double check + +Use the deno tasks and always run tests, formatting and lintting for every commit.