Add project structure and roadmap documentation

- Created `project-structure.md` to outline the directory layout, crate dependencies, design principles, module guidelines, and naming conventions for the NxMesh codebase.
- Introduced `roadmap.md` detailing the development phases, milestones, tasks, deliverables, and resource requirements for the NxMesh project, spanning from foundational setup to enterprise features.
This commit is contained in:
GW_MC
2026-03-03 04:13:31 +00:00
parent 39bd860c55
commit 43b2e44d95
11 changed files with 9293 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ services:
- docker
pid: "service:nginx"
# Data Plane - Nginx (controlled by agent via Docker)
# Data Plane - Nginx (controlled by agent via PID namespace sharing)
nginx:
image: nginx:alpine
container_name: nxmesh-nginx