From c289ab7d4a1332d1f9ec442d7946cf7fbc80b83c Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 26 Mar 2026 13:35:28 -0700 Subject: [PATCH] Add AGENTS.md with instructions on how to build and test the software directory --- software/AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 software/AGENTS.md diff --git a/software/AGENTS.md b/software/AGENTS.md new file mode 100644 index 0000000..c88c66a --- /dev/null +++ b/software/AGENTS.md @@ -0,0 +1,8 @@ +# Makerspace authentication agents + +This document provides shared context and instructions for all agents. + +## Build environment + +All builds and tests should be performed within a virtual environment. Run `make venv` and follow its instructions such as "run `. .venv/bin/activate` to use virtualenv" to enter the virtual environment. +