From 4c481e0dc1668ee84d58b93aed05ff8480963698 Mon Sep 17 00:00:00 2001 From: Santhosh Janardhanan Date: Sun, 19 Apr 2026 15:57:24 -0400 Subject: [PATCH] agents md --- AGENTS.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..cd1f1bc --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,43 @@ +# Repository Guidelines + +## Project Structure & Module Organization +This repository is centered on the Astro app in `site/`. +- `site/src/`: pages, layouts, components, and library code (`lib/ingest`, `lib/cache`, `lib/content`). +- `site/tests/`: Vitest suites and fixtures for ingestion, tracking attributes, and UI behavior. +- `site/content/`: curated inputs and build cache (`content/cache/content.json`). +- `deploy/`: production Docker and nginx runbooks/config. +- `openspec/`: active and archived feature specs; use these as behavior references. + +## Build, Test, and Development Commands +Run commands from repo root with `npm -C site run