31 lines
699 B
YAML
31 lines
699 B
YAML
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: []
|