No description
| agent-ops | ||
| apps | ||
| bin | ||
| docs | ||
| packages/contracts | ||
| services/core | ||
| .aiexclude | ||
| .clineignore | ||
| .clinerules | ||
| .cursorignore | ||
| .cursorrules | ||
| .geminiignore | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| GEMINI.md | ||
| opencode.json | ||
| README.md | ||
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
bin/test
bin/build
bin/lint
bin/dev
Each command delegates to the projects that are present in the workspace.