From 24a0db0f47bea8aee229fe0280905a9965d631db Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 2 Apr 2026 15:14:17 -0700 Subject: [PATCH] Update root CLAUDE.md: remove mcdeploy, add log/, update MCP description - Remove deprecated mcdeploy/ from project map (directory doesn't exist) - Add log/ directory to project map - Update MCP description to reflect multi-node fleet management - Add note about subprojects at sibling paths (mcat, mcdoc, mcq) Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 59003b3..12f5670 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,14 +18,16 @@ Metacircular is a multi-service personal infrastructure platform. This root repo | `mcdsl/` | Standard library — shared packages for auth, db, config, HTTP/gRPC servers, CSRF, snapshots | Go | | `mcdoc/` | Documentation server — renders markdown from Gitea, serves public docs via mc-proxy | Go | | `mcq/` | Document review queue — push docs for review, MCP server for Claude integration | Go | -| `mcp/` | Control plane — operator-driven deployment, service registry, container lifecycle (master/agent) | Go | -| `mcdeploy/` | Deployment CLI — deprecated, superseded by MCP (archived) | Go | +| `mcp/` | Control plane — service deployment, container lifecycle, multi-node fleet management (CLI/agent, master in development) | Go | | `mcns/` | Networking service — custom Go DNS server, authoritative for internal zones | Go | | `ca/` | PKI infrastructure and secrets for dev/test (not source code, gitignored) | — | | `docs/` | Platform-wide documentation (architecture overview, deployment guide) | Markdown | +| `log/` | Operational work logs and session notes | Markdown | Each subproject has its own `CLAUDE.md`, `ARCHITECTURE.md`, `Makefile`, and `go.mod`. When working in a subproject, read its own CLAUDE.md first. +Some subprojects (mcat, mcdoc, mcq) may live at sibling paths (e.g., `../mcq/`) rather than as subdirectories, depending on workspace layout. + ## Service Dependencies MCIAS is the root dependency — every other service authenticates through it. No service maintains its own user database. The dependency graph: