Barazo default frontend barazo.forum
2
fork

Configure Feed

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

docs: sync AGENTS.md from barazo-workspace (#60)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

Guido X Jansen
github-actions[bot]
and committed by
GitHub
6f46003b f0f0f5d4

+12 -12
+12 -12
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