From 189e54862e3ffdaee7a4dc9b859ff6a1c884dd73 Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 23 Feb 2026 01:38:38 +0700 Subject: [PATCH] Add template repos section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index cee8033..73600ba 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,22 @@ subdirectory. Each file contains one or more related prompts or policy documents. There is no build step or runtime component; the prompts are consumed by copying them into other projects or referencing them directly. +## Template Repos + +These template repositories implement the policies defined in this repo and +serve as starting points for new projects. They must be kept in sync when +policies change. + +- **[template-app-go](https://git.eeqj.de/sneak/template-app-go)** — Go HTTP + server template (Uber fx, chi, SQLite, session auth, Prometheus metrics) +- **[template-app-js](https://git.eeqj.de/sneak/template-app-js)** — JavaScript + SPA template (Vite, Tailwind CSS v4, nginx Docker deployment) +- **[template-app-python](https://git.eeqj.de/sneak/template-app-python)** — + Python web application template (FastAPI, uvicorn, pytest, black, ruff) + +When updating policies in this repo, also update the template repos to match +(Makefile targets, Dockerfile conventions, CI workflows, required files, etc.). + ## TODO - Add more prompt templates for common development tasks