From a380b6fc74dccebf85497cd84834a859fc641193 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 20 Sep 2026 15:10:25 -0700 Subject: [PATCH] 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 --- .gitignore | 3 +++ CLAUDE.md | 5 +++++ README.md | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index d843232..bc3055c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ /mcr.toml /metacrypt.toml /.claude/ + +# V1/V2 source checkouts, archived 2026-09-20. Each is its own git repo. +/archive/ diff --git a/CLAUDE.md b/CLAUDE.md index 7824542..2cc0cd9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,11 @@ 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 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`. diff --git a/README.md b/README.md index 3400ba0..b8da5d4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ All services are written in Go and follow shared [engineering standards](engineering-standards.md). Full platform documentation 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 | Component | Purpose | Status |