From fdc2d0b282b83e1c0479c67848fcd938c72d54a4 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 26 Mar 2026 18:37:53 -0700 Subject: [PATCH] Update STATUS.md: MCNS v1.0.0 built, replacing CoreDNS precursor Co-Authored-By: Claude Opus 4.6 (1M context) --- STATUS.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/STATUS.md b/STATUS.md index 223bed0..32c1cc7 100644 --- a/STATUS.md +++ b/STATUS.md @@ -20,7 +20,7 @@ yet built. | MCR | v1.0.0 | Production | Yes | rift | | MCAT | v1.0.0 | Complete | Unknown | — | | MCDSL | v1.0.0 | Stable | N/A (library) | — | -| MCNS | v0.1.0 | Precursor | Yes | rift | +| MCNS | v1.0.0 | Built, pending deploy | No | rift (planned) | | MCP | v0.1.0 | Production | Yes | rift | | MCDeploy | v0.1.0 | Active dev | N/A (CLI tool) | — | @@ -96,14 +96,15 @@ yet built. ### MCNS — Networking Service -- **Version:** v0.1.0. -- **Phase:** Precursor. CoreDNS instance serving internal zones until the - full MCNS service is built. -- **Deployment:** Running on rift via Docker Compose. Serves two zones: - `mcp.metacircular.net` (node addresses) and - `svc.mcp.metacircular.net` (service addresses). -- **Records:** rift node, metacrypt, mcr, sgard services. -- **Artifacts:** Corefile, zone files, Docker Compose (rift). +- **Version:** v1.0.0. +- **Phase:** Implementation complete, pending deployment. Custom Go DNS + server replacing CoreDNS precursor. Authoritative DNS with SQLite-backed + zone/record storage and gRPC+REST management API. +- **Deployment:** Not yet deployed (replacing CoreDNS on rift). +- **Features:** A, AAAA, CNAME records; CNAME exclusivity; upstream + forwarding with caching; MCIAS auth; SOA auto-serial. +- **Artifacts:** Dockerfile, Docker Compose (rift), example config, proto + definitions. ### MCP — Control Plane