All Arda repositories are cloned as siblings into a single parent directory (e.g., ~/code/arda). A particular workspace may have more, fewer, or different repositories cloned depending on the engineer’s scope of work. When in doubt, check which directories actually exist in the workspace root rather than assuming this full list is present.
| Repository | Description |
|---|
common-module | Kotlin library providing shared utilities and base classes: bitemporal persistence, service layer, API layer, error handling, testing utilities. Built with Gradle. |
operations | Main Ktor-based backend service handling business operations: items, kanban cards, orders, facilities, business affiliates. Includes Flyway migrations and Helm charts. |
accounts-component | Backend component for user accounts, tenant management, and authentication. |
postgres-database-initializer | Database initialization and schema setup for PostgreSQL instances. |
| Repository | Description |
|---|
arda-frontend-app | Next.js 16 production frontend using App Router, shadcn/ui, AG Grid, Tailwind CSS v4. Includes Playwright E2E tests. |
ux-prototype | Storybook component library (@arda-cards/ui-components) for UI prototyping. Vite + React + Tailwind CSS v4, atomic design hierarchy. |
| Repository | Description |
|---|
infrastructure | AWS CDK stacks (VPC, EKS, RDS, S3, Cognito, API Gateway), Helm charts, GitHub Actions CI/CD workflows. |
api-test | API testing repository using Bruno for automated HTTP request testing. Organized by API module with environment configs and TypeScript utilities. |
| Repository | Description |
|---|
technical-documentation | MkDocs-based documentation site: specifications, design docs, process guides, technology standards, how-to guides, templates. |
workspace | Central project management and coordination repository: agent instructions, skills, project specifications, knowledge base. |
system-proto | Protobuf definitions and system-level schema contracts shared across services. |
| Repository | Description |
|---|
management | GitHub project management repository for issue tracking and coordination. |
agentation-arda | Agent tooling, orchestration experiments, and Antigravity integrations. |
arda-ai-knowledge | AI knowledge repository for domain-specific training and reference data. |
arda-vibe | Experimental repository. |
- API Endpoint Inventory — Live API endpoint URLs by service group (source:
workspace/knowledge-base/by-project/general/api-list.md)