From 7b29f9595ef03ffe3044923bb1aeaac6ff01c2aa Mon Sep 17 00:00:00 2001 From: Guido X Jansen Date: Wed, 25 Feb 2026 15:52:23 +0100 Subject: [PATCH] docs: sync AGENTS.md from barazo-workspace (#92) Co-authored-by: github-actions[bot] --- AGENTS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2ca1bf6..02c848a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,17 +9,17 @@ The AppView backend for Barazo. Subscribes to AT Protocol firehose, indexes `for ## Tech Stack -| Component | Technology | -| ---------- | ------------------------------------------------------ | -| Runtime | Node.js 24 LTS / TypeScript (strict) | -| Framework | Fastify | -| Protocol | @atproto/api, @atproto/oauth-client-node, @atproto/tap | -| Database | PostgreSQL 16 (Drizzle ORM, Drizzle Kit push) | -| Cache | Valkey | -| Testing | Vitest + Supertest | -| Logging | Pino (structured) | -| Monitoring | GlitchTip (Sentry SDK-compatible) | -| Security | Helmet + Zod + DOMPurify + rate limiting | +| Component | Technology | +|-----------|-----------| +| Runtime | Node.js 24 LTS / TypeScript (strict) | +| Framework | Fastify | +| Protocol | @atproto/api, @atproto/oauth-client-node, @atproto/tap | +| Database | PostgreSQL 16 (Drizzle ORM, Drizzle Kit push) | +| Cache | Valkey | +| Testing | Vitest + Supertest | +| Logging | Pino (structured) | +| Monitoring | GlitchTip (Sentry SDK-compatible) | +| Security | Helmet + Zod + DOMPurify + rate limiting | ## What This Repo Does @@ -50,7 +50,7 @@ The AppView backend for Barazo. Subscribes to AT Protocol firehose, indexes `for Open-source forum software built on the [AT Protocol](https://atproto.com/). Portable identity, member-owned data, no lock-in. - **Organization:** [github.com/barazo-forum](https://github.com/barazo-forum) -- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy, website) +- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy) / CC BY-SA 4.0 + MIT (docs) / Proprietary (website) - **Contributing:** See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md) ### Coding Standards -- 2.51.2