Update STATUS.md: MCR deployed to rift, bootstrap phases 0-4 complete

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 09:42:50 -07:00
parent 2c164a9b43
commit 14d22ca307

View File

@@ -1,12 +1,13 @@
# Metacircular Platform Status # Metacircular Platform Status
Last updated: 2026-03-25 Last updated: 2026-03-26
## Platform Overview ## Platform Overview
One node operational (**rift**), running core infrastructure services as One node operational (**rift**), running core infrastructure services as
containers fronted by MC-Proxy. MCIAS runs separately (not on rift). containers fronted by MC-Proxy. MCIAS runs separately (not on rift).
MCP and full MCNS are not yet built. Bootstrap phases 04 complete (MCIAS, Metacrypt, MC-Proxy, MCR all
operational). MCP and full MCNS are not yet built.
## Service Status ## Service Status
@@ -15,7 +16,7 @@ MCP and full MCNS are not yet built.
| MCIAS | v1.7.0 | Maintenance | Yes | (separate) | | MCIAS | v1.7.0 | Maintenance | Yes | (separate) |
| Metacrypt | untagged | Testing | Yes | rift | | Metacrypt | untagged | Testing | Yes | rift |
| MC-Proxy | untagged | Maintenance | Yes | rift | | MC-Proxy | untagged | Maintenance | Yes | rift |
| MCR | untagged | Ready to deploy | No | — | | MCR | untagged | Production | Yes | rift |
| MCAT | untagged | Complete | Unknown | — | | MCAT | untagged | Complete | Unknown | — |
| MCDSL | v0.1.0 | Stable | N/A (library) | — | | MCDSL | v0.1.0 | Stable | N/A (library) | — |
| MCNS | untagged | Precursor | Yes | rift | | MCNS | untagged | Precursor | Yes | rift |
@@ -60,13 +61,13 @@ MCP and full MCNS are not yet built.
### MCR — Container Registry ### MCR — Container Registry
- **Version:** Untagged. Phase 13 (deployment artifacts) complete. - **Version:** Untagged. All implementation phases complete.
- **Phase:** Ready to deploy. Implementation complete, deployment artifacts - **Phase:** Production. Deployed on rift, serving container images.
written, next step is first deploy to rift. - **Deployment:** Running on rift as two containers (mcr API + mcr-web),
- **Deployment:** Not yet deployed. DNS record and MC-Proxy routes are fronted by MC-Proxy on ports 443 (web, L7), 8443 (API, L4), and
pre-configured on rift. 9443 (gRPC, L4). Metacrypt is already pulling images from MCR.
- **Recent work:** Dockerfile fixes, server wiring, OCI route mounting, - **Recent work:** First production deploy, Dockerfile fixes, server wiring,
deployment artifact creation. OCI route mounting, deployment artifact creation.
- **Artifacts:** systemd units (service + web + backup timer), Dockerfiles - **Artifacts:** systemd units (service + web + backup timer), Dockerfiles
(API + web), Docker Compose (rift), install script, rift config. (API + web), Docker Compose (rift), install script, rift config.