No description
Find a file
toki 11490df648 chore: import nomadcode-core into services/core
git-subtree-dir: services/core
git-subtree-mainline: 6f5e3a119f
git-subtree-split: 6fdbc73753
2026-05-21 13:35:20 +09:00
agent-ops chore: initialize nomadcode monorepo scaffold 2026-05-21 13:35:09 +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.