initial commit
This commit is contained in:
19
AGENTS.md
Normal file
19
AGENTS.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# SD‑Dash Monorepo
|
||||
|
||||
This repository is a **monorepo** with two main packages that can be built and run independently.
|
||||
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
├── frontend/ # Client‑side TypeScript application
|
||||
├── backend/ # Server‑side Go micro‑service
|
||||
├── .envrc, flake.nix, README.md
|
||||
└── …
|
||||
```
|
||||
|
||||
## Package Details
|
||||
|
||||
See package‑specific instructions:
|
||||
|
||||
- **frontend/** - `@frontend/AGENTS.md`
|
||||
- **backend/** - `@backend/AGENTS.md`
|
||||
Reference in New Issue
Block a user