Repository Layout¶
This repository starts documentation-first and should grow into a small monorepo.
Current Layout¶
Current Implementation Scaffold¶
Future Layout¶
packages/
├── core/
│ ├── src/
│ └── tests/
├── cli/
│ ├── src/
│ └── tests/
├── mcp-server/
│ ├── src/
│ └── tests/
└── codex-plugin/
├── .codex-plugin/
├── skills/
├── scripts/
└── README.md
Documentation Rules¶
- Product decisions live in
docs/product/. - System design lives in
docs/architecture/. - Tool contracts and file formats live in
docs/spec/. - Release and operational practices live in
docs/operations/. - Durable decisions live in
docs/adr/.
Naming¶
- Repository name:
nuzoornuzo-memory. - CLI command:
nuzo memory. - MCP server package:
nuzo-memory-mcp. - Codex plugin name:
nuzo. - Default config directory:
~/.nuzo/.