This document outlines the structure of the unified ZDOS repository, consolidating all Z-GENESIS and ZDOS-related projects into a single, functional monorepo.
ZDOS/
├── core/ # Neural Cortex, AAAK, and Memory Systems
│ ├── cortex/ # Z-GENESIS-CORTEX logic
│ ├── aaak/ # Autonomous Agent Access Kernel
│ └── memory/ # memzdos high-performance memory
├── os/ # Operating System and Kernel
│ └── x86_64/ # Verifiable bare-metal kernel and ZLB2 runtime
├── network/ # DSN and Node infrastructure
│ ├── nodes/ # Z-GENESIS-NODES
│ └── dsn/ # Distributed Service Network logic
├── interface/ # User Interfaces
│ ├── cli/ # Z-GENESIS-CLI (zgenctl)
│ └── web/ # Local read-only status interface
├── dev/ # Development Tools and SDKs
│ ├── zen/ # ZEN- Programming Hub
│ └── scripts/ # Unified build and deployment scripts
└── docs/ # Consolidated documentation
core/ directory contains libraries and research modules; only components with code and tests are treated as implemented.zgenctl manages the explicitly supported local commands and does not claim remote orchestration.Following the user preference, all components will be unified under the ZDOS brand, ensuring a professional and cohesive identity.