initial commit

This commit is contained in:
2025-12-31 15:33:16 -05:00
commit 89f2114b06
51 changed files with 4779 additions and 0 deletions

19
AGENTS.md Normal file
View File

@@ -0,0 +1,19 @@
# Aethera Monorepo
This repository is a **monorepo** with two main packages that can be built and run independently.
## Directory Structure
```
├── frontend/ # Clientside TypeScript application
├── backend/ # Serverside Go microservice
├── .envrc, flake.nix, README.md
└── …
```
## Package Details
See packagespecific instructions:
- **frontend/** - `@frontend/AGENTS.md`
- **backend/** - `@backend/AGENTS.md`