forked from NeuralNomadsAI/CodeNomad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemap.yml
More file actions
30 lines (24 loc) · 699 Bytes
/
codemap.yml
File metadata and controls
30 lines (24 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: []