Files
drb-overview/README.md
Logan Cusano 707918a52f add readme
2025-12-28 14:09:00 -05:00

17 lines
899 B
Markdown

# Project Codex Documentation
This directory contains the high-level documentation, architectural designs, and roadmap for **Project Codex** (Discord Radio Bot).
## Documentation Index
### 1. [Project Overview](./overview.md)
**Start here.** This document provides the executive summary, core workflow, and a high-level explanation of the system components. It explains *what* the system is and *why* it exists.
### 2. [Architecture & Data Flow](./arch.md)
This document dives into the technical details. It covers:
- The 5 core components (C2, Edge Node, Intelligence Engine, Web Portal).
- Data models for Firestore (Nodes, Incidents).
- The flow of data from RF to the User Interface.
### 3. [Development Roadmap](./roadmap.md)
The master plan for development. It breaks the project down into 5 distinct phases, from core stability to advanced AI intelligence, with specific task checklists.