From cb848e3f3223c9d2c1c85cd935588df45064e69d Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 3 Jun 2026 16:38:33 -0400 Subject: [PATCH] chore: add AGENTS.md with go workspace note --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..8579be9 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,4 @@ +# go-mana-prism + +## Build +- This repo is part of a Go workspace at `../go.work`; resolve local packages from there before searching elsewhere.