From 243bd7220ce92d59d7844d10504003d9dfcdee24 Mon Sep 17 00:00:00 2001 From: "Marlon U. Marcello" Date: Tue, 3 Mar 2026 17:24:14 -0800 Subject: [PATCH] Create AGENTS.md --- AGENTS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 AGENTS.md 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.