Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #76 from barazo-forum/chore/sync-agents-md-20260223-2042

docs: sync AGENTS.md from barazo-workspace

authored by

Guido X Jansen and committed by
GitHub
17a68e95 00d5ad8f

+12 -13
+12 -13
AGENTS.md
··· 9 9 10 10 ## Tech Stack 11 11 12 - | Component | Technology | 13 - | ------------------- | ---------------------------------------------------------------- | 14 - | Framework | Next.js 16 / React 19 / TypeScript (strict) | 15 - | Styling | TailwindCSS | 16 - | Components | shadcn/ui (Radix primitives) for admin; custom forum components | 17 - | Colors | Radix Colors (12-step system) + Flexoki accent hues | 18 - | Icons | Phosphor Icons (6 weights) | 19 - | Typography | Source Sans 3 / Source Code Pro (self-hosted, zero external DNS) | 20 - | Syntax highlighting | Shiki + Flexoki theme (SSR, dual light/dark) | 21 - | Testing | Vitest + vitest-axe + @axe-core/playwright | 22 - | Accessibility | WCAG 2.2 AA from first commit | 23 - | SEO | JSON-LD, OpenGraph, sitemaps, SSR | 12 + | Component | Technology | 13 + |-----------|-----------| 14 + | Framework | Next.js 16 / React 19 / TypeScript (strict) | 15 + | Styling | TailwindCSS | 16 + | Components | shadcn/ui (Radix primitives) for admin; custom forum components | 17 + | Colors | Radix Colors (12-step system) + Flexoki accent hues | 18 + | Icons | Phosphor Icons (6 weights) | 19 + | Typography | Source Sans 3 / Source Code Pro (self-hosted, zero external DNS) | 20 + | Syntax highlighting | Shiki + Flexoki theme (SSR, dual light/dark) | 21 + | Testing | Vitest + vitest-axe + @axe-core/playwright | 22 + | Accessibility | WCAG 2.2 AA from first commit | 23 + | SEO | JSON-LD, OpenGraph, sitemaps, SSR | 24 24 25 25 ## What This Repo Does 26 26 ··· 61 61 6. **Output sanitization** -- DOMPurify on all user-generated content. 62 62 7. **No raw SQL** -- Drizzle ORM with parameterized queries only. 63 63 8. **Structured logging** -- Pino logger, never `console.log`. 64 - 9. **Accessibility** -- WCAG 2.2 AA, semantic HTML, keyboard navigable. 65 64 66 65 ### Git Workflow 67 66