···11<div align="center">
2233<picture>
44- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg">
55- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-light.svg">
66- <img alt="Barazo Logo" src="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg" width="120">
44+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg">
55+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-light.svg">
66+ <img alt="Barazo Logo" src="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg" width="120">
77</picture>
8899# Barazo Workspace
···29293030| Directory | Repository | Description |
3131|-----------|-----------|-------------|
3232-| `barazo-api/` | [barazo-api](https://github.com/barazo-forum/barazo-api) | AppView backend (Fastify, AT Protocol) |
3333-| `barazo-web/` | [barazo-web](https://github.com/barazo-forum/barazo-web) | Forum frontend (Next.js, React) |
3434-| `barazo-lexicons/` | [barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons) | AT Protocol lexicon schemas + generated types |
3535-| `barazo-deploy/` | [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) | Docker Compose templates for self-hosting |
3636-| `barazo-website/` | [barazo-website](https://github.com/barazo-forum/barazo-website) | Marketing + docs site (barazo.forum) |
3232+| `barazo-api/` | [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend (Fastify, AT Protocol) |
3333+| `barazo-web/` | [barazo-web](https://github.com/singi-labs/barazo-web) | Forum frontend (Next.js, React) |
3434+| `barazo-lexicons/` | [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | AT Protocol lexicon schemas + generated types |
3535+| `barazo-deploy/` | [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose templates for self-hosting |
3636+| `barazo-website/` | [barazo-website](https://github.com/singi-labs/barazo-website) | Marketing + docs site (barazo.forum) |
37373838## Shared Configuration
3939···55555656```bash
5757# Clone the workspace root
5858-git clone https://github.com/barazo-forum/barazo-workspace.git barazo-forum
5959-cd barazo-forum
5858+git clone https://github.com/singi-labs/barazo-workspace.git singi-labs
5959+cd singi-labs
60606161# Clone each sub-project
6262-git clone https://github.com/barazo-forum/barazo-api.git
6363-git clone https://github.com/barazo-forum/barazo-web.git
6464-git clone https://github.com/barazo-forum/barazo-lexicons.git
6565-git clone https://github.com/barazo-forum/barazo-deploy.git
6666-git clone https://github.com/barazo-forum/barazo-website.git
6262+git clone https://github.com/singi-labs/barazo-api.git
6363+git clone https://github.com/singi-labs/barazo-web.git
6464+git clone https://github.com/singi-labs/barazo-lexicons.git
6565+git clone https://github.com/singi-labs/barazo-deploy.git
6666+git clone https://github.com/singi-labs/barazo-website.git
67676868# Install all dependencies (workspace-wide)
6969pnpm install
···9292- Conventional commits enforced via commitlint + husky
9393- Strict TypeScript (`strict: true`, no `any`)
9494- All changes via Pull Requests (never commit directly to `main`)
9595-- See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md) for full guidelines
9595+- See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md) for full guidelines
96969797---
9898···100100101101| Repository | Description | License |
102102|------------|-------------|---------|
103103-| [barazo-api](https://github.com/barazo-forum/barazo-api) | AppView backend -- Fastify, firehose, API | AGPL-3.0 |
104104-| [barazo-web](https://github.com/barazo-forum/barazo-web) | Forum frontend -- Next.js, Tailwind | MIT |
105105-| [barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons) | Lexicon schemas + generated TypeScript types | MIT |
106106-| [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) | Docker Compose templates for self-hosting | MIT |
107107-| [barazo-website](https://github.com/barazo-forum/barazo-website) | Marketing + docs site (barazo.forum) | MIT |
108108-| [.github](https://github.com/barazo-forum/.github) | Org-level community health files | MIT |
103103+| [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend -- Fastify, firehose, API | AGPL-3.0 |
104104+| [barazo-web](https://github.com/singi-labs/barazo-web) | Forum frontend -- Next.js, Tailwind | MIT |
105105+| [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | Lexicon schemas + generated TypeScript types | MIT |
106106+| [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose templates for self-hosting | MIT |
107107+| [barazo-website](https://github.com/singi-labs/barazo-website) | Marketing + docs site (barazo.forum) | MIT |
108108+| [.github](https://github.com/singi-labs/.github) | Org-level community health files | MIT |
109109110110---
111111112112## Community
113113114114- **Website:** [barazo.forum](https://barazo.forum)
115115-- **Discussions:** [GitHub Discussions](https://github.com/orgs/barazo-forum/discussions)
116116-- **Issues:** [Report bugs](https://github.com/barazo-forum/barazo-workspace/issues)
115115+- **Discussions:** [GitHub Discussions](https://github.com/orgs/singi-labs/discussions)
116116+- **Issues:** [Report bugs](https://github.com/singi-labs/barazo-workspace/issues)
117117118118---
119119
+2-2
agents-md/repos/barazo-api.md
···11# Barazo API -- AppView Backend
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-AGPL-3.0 | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+AGPL-3.0 | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788The AppView backend for Barazo. Subscribes to AT Protocol firehose, indexes `forum.barazo.*` records in PostgreSQL, and exposes a REST API for all forum operations.
99
+2-2
agents-md/repos/barazo-deploy.md
···11# Barazo Deploy -- Self-Hosting Templates
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788Docker Compose templates and documentation for self-hosting a Barazo forum instance.
99
+2-2
agents-md/repos/barazo-docs.md
···11# Barazo Docs -- Documentation Site
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788Documentation site for Barazo at docs.barazo.forum. Built with Fumadocs (Next.js).
99
+2-2
agents-md/repos/barazo-lexicons.md
···11# Barazo Lexicons -- Schema Definitions
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788Lexicon schemas for the Barazo forum platform. Defines all `forum.barazo.*` record types and generates TypeScript types consumed by barazo-api and barazo-web.
99
+2-2
agents-md/repos/barazo-web.md
···11# Barazo Web -- Default Frontend
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788The default frontend for Barazo forums. Communicates with the AppView backend exclusively via REST API. Forum admins can customize or replace entirely.
99
+2-2
agents-md/repos/barazo-website.md
···11# Barazo Website -- Marketing Site
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788Marketing site for Barazo at barazo.forum. Built with Astro. Documentation lives in barazo-docs (docs.barazo.forum).
99
+2-2
agents-md/shared.md
···4455Open-source forum software built on the [AT Protocol](https://atproto.com/). Portable identity, member-owned data, no lock-in.
6677-- **Organization:** [github.com/barazo-forum](https://github.com/barazo-forum)
77+- **Organization:** [github.com/singi-labs](https://github.com/singi-labs)
88- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy) / CC BY-SA 4.0 + MIT (docs) / Proprietary (website)
99-- **Contributing:** See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md)
99+- **Contributing:** See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md)
10101111### Coding Standards
1212