Init nomadworks

This commit is contained in:
Shantur Rathore
2026-04-26 12:06:06 +01:00
parent e708c565ef
commit a337c19b63
22 changed files with 5110 additions and 0 deletions

30
codemap.yml Normal file
View File

@@ -0,0 +1,30 @@
scope: repo
name: codenomad
purpose: >
Repository navigation index. Points to current-state
product specs, process docs, and module entrypoints.
code_roots:
- src/
- agents/
- docs/
links:
- title: Global Context
path: Agents_Common.md
summary: "Core rules and agent roles."
- title: Orchestration Strategy
path: docs/core/agent_orchestration.md
summary: "Collaboration and handoff protocols."
- title: Technical Architecture
path: docs/architecture/TECHNICAL_ARCHITECTURE.md
summary: "Global patterns and tech stack."
entrypoints: []
commands:
test: "echo 'No global test command defined'"
lint: "echo 'No global lint command defined'"
modules: []