24 lines
699 B
Markdown
24 lines
699 B
Markdown
# NomadCode
|
|
|
|
NomadCode is the monorepo for the mobile app, web console, core service, shared contracts, and agent-operation rules that coordinate AI-assisted development workflows.
|
|
|
|
## Workspace
|
|
|
|
- `apps/mobile`: Flutter client.
|
|
- `apps/web`: React/Vite web console.
|
|
- `services/core`: Go backend and orchestration service.
|
|
- `packages/contracts`: shared API contracts and generated client boundary.
|
|
- `agent-ops`: root-level rules, skills, and routing context for AI agents.
|
|
- `docs`: architecture and operations notes.
|
|
- `bin`: workspace helper commands.
|
|
|
|
## Common Commands
|
|
|
|
```sh
|
|
bin/test
|
|
bin/build
|
|
bin/lint
|
|
bin/dev
|
|
```
|
|
|
|
Each command delegates to the projects that are present in the workspace.
|