Update STATUS.md: MCNS v1.0.0 built, replacing CoreDNS precursor

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 18:37:53 -07:00
parent a9228b90ed
commit fdc2d0b282

View File

@@ -20,7 +20,7 @@ yet built.
| MCR | v1.0.0 | Production | Yes | rift | | MCR | v1.0.0 | Production | Yes | rift |
| MCAT | v1.0.0 | Complete | Unknown | — | | MCAT | v1.0.0 | Complete | Unknown | — |
| MCDSL | v1.0.0 | Stable | N/A (library) | — | | 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 | | MCP | v0.1.0 | Production | Yes | rift |
| MCDeploy | v0.1.0 | Active dev | N/A (CLI tool) | — | | MCDeploy | v0.1.0 | Active dev | N/A (CLI tool) | — |
@@ -96,14 +96,15 @@ yet built.
### MCNS — Networking Service ### MCNS — Networking Service
- **Version:** v0.1.0. - **Version:** v1.0.0.
- **Phase:** Precursor. CoreDNS instance serving internal zones until the - **Phase:** Implementation complete, pending deployment. Custom Go DNS
full MCNS service is built. server replacing CoreDNS precursor. Authoritative DNS with SQLite-backed
- **Deployment:** Running on rift via Docker Compose. Serves two zones: zone/record storage and gRPC+REST management API.
`mcp.metacircular.net` (node addresses) and - **Deployment:** Not yet deployed (replacing CoreDNS on rift).
`svc.mcp.metacircular.net` (service addresses). - **Features:** A, AAAA, CNAME records; CNAME exclusivity; upstream
- **Records:** rift node, metacrypt, mcr, sgard services. forwarding with caching; MCIAS auth; SOA auto-serial.
- **Artifacts:** Corefile, zone files, Docker Compose (rift). - **Artifacts:** Dockerfile, Docker Compose (rift), example config, proto
definitions.
### MCP — Control Plane ### MCP — Control Plane