700 B
700 B
NomadCode Project Rules
NomadCode is a monorepo with separate runtime boundaries.
services/coreowns backend orchestration, persistence, scheduling, adapters, and HTTP APIs.apps/webowns the browser console and operator workspace.apps/mobileowns Flutter mobile and desktop surfaces.packages/contractsowns shared schemas and generated client boundaries.agent-opsowns shared AI-agent rules, skills, and workflow automation.
Prefer one feature branch per coherent task. When a change crosses API boundaries, update the contract, service, and affected clients in the same branch.
Before editing a domain, read the closest matching rule under agent-ops/rules/domain/**.