No description
Find a file
2026-05-21 21:15:10 +09:00
.claude chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
agent-ops sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:15:10 +09:00
apps chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
bin chore: keep lint compatible with existing Flutter infos 2026-05-21 13:41:05 +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 update domain rules and add roadmap 2026-05-21 18:42:36 +09:00
.aiexclude chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
.clineignore chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
.clinerules sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:02 +09:00
.cursorignore chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
.cursorrules sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:02 +09:00
.geminiignore chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
.gitignore chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
AGENTS.md sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:02 +09:00
CLAUDE.md sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:02 +09:00
GEMINI.md sync: agent-ops from agentic-framework v1.1.26 2026-05-21 21:02:02 +09:00
opencode.json chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +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.