No description
Find a file
toki 9212ed02ac chore: import nomadcode-app into apps/mobile
git-subtree-dir: apps/mobile
git-subtree-mainline: 11490df648
git-subtree-split: c7bc4fea56
2026-05-21 13:35:24 +09:00
agent-ops chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00
apps/mobile chore: import nomadcode-app into apps/mobile 2026-05-21 13:35:24 +09:00
bin chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00
docs chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00
packages/contracts chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00
services/core chore: import nomadcode-core into services/core 2026-05-21 13:35:20 +09:00
.gitignore chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00
README.md chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +09:00

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.