Archive V1/V2 source checkouts under archive/v2

The platform is parked pending the V3 redesign. The nine component
checkouts (mcat, mcdoc, mcdsl, mcias, mcns, mcp, mc-proxy, mcr, metacrypt)
move to archive/v2/, still as independent git repos. Documentation stays
where it is; README and CLAUDE.md gain a pointer.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-20 15:10:25 -07:00
co-authored by Claude Fable 5.1
parent 4b7c1845bc
commit a380b6fc74
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -20,3 +20,6 @@
/mcr.toml /mcr.toml
/metacrypt.toml /metacrypt.toml
/.claude/ /.claude/
# V1/V2 source checkouts, archived 2026-09-20. Each is its own git repo.
/archive/
+5
View File
@@ -2,6 +2,11 @@
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
> **2026-09-20 — V1/V2 are archived.** The platform was parked and is being
> redesigned as V3 (see `docs/v3/`). The source repos described below now live
> under `archive/v2/` (each still its own git repo, gitignored here). Paths in
> this document that name a component directory are relative to `archive/v2/`.
## Overview ## Overview
Metacircular is a multi-service personal infrastructure platform. This root repository is a workspace container — each subdirectory is a separate Git repo (gitignored here). The authoritative platform-wide standards live in `engineering-standards.md`. Metacircular is a multi-service personal infrastructure platform. This root repository is a workspace container — each subdirectory is a separate Git repo (gitignored here). The authoritative platform-wide standards live in `engineering-standards.md`.
+5
View File
@@ -15,6 +15,11 @@ All services are written in Go and follow shared
[engineering standards](engineering-standards.md). Full platform documentation [engineering standards](engineering-standards.md). Full platform documentation
lives in [docs/metacircular.md](docs/metacircular.md). lives in [docs/metacircular.md](docs/metacircular.md).
> **2026-09-20 — V1/V2 are archived.** The platform was parked and is being
> redesigned as V3 (see `docs/v3/`). The source repos described below now live
> under `archive/v2/` (each still its own git repo, gitignored here). Paths in
> this document that name a component directory are relative to `archive/v2/`.
## Components ## Components
| Component | Purpose | Status | | Component | Purpose | Status |