From 77f88a5bc23c9dd3c1985e7055e5b07d36f52f05 Mon Sep 17 00:00:00 2001 From: Kinflou Date: Fri, 28 Aug 2026 16:39:01 +0800 Subject: [PATCH] docs: point README at the split-out repositories The monorepo has been broken up into per-component repos under the ComlineProject org. This replaces the stub README with a map from the old directories to their current repositories ahead of archiving. --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64109aa..261e556 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ -# Comline -For the time being the project is in initial development and likely won't have -user-friendly tips or instructions. +# Comline — moved -## Development Tips -Each individual crate in this repository might have a README that -is useful for development, check them out. +This was the original Comline monorepo. It has been split into individual +repositories under **** and is now archived, +kept only for history. + +| Component | Repository | Was in this repo | +|---|---|---| +| Core library & compiler | [ComlineProject/core](https://github.com/ComlineProject/core) — publishes the [`comline-core`](https://crates.io/crates/comline-core) crate | `core/`, `core_stdlib/` | +| CLI (`comline`) | [ComlineProject/cli](https://github.com/ComlineProject/cli) | the former `comline/` directory | +| Code generators | [ComlineProject/generation](https://github.com/ComlineProject/generation) | `codelib-gen/` | +| Runtime | [ComlineProject/runtime](https://github.com/ComlineProject/runtime) | `runtime/`, `runtime-langs/` | +| Package manager | [ComlineProject/package-manager](https://github.com/ComlineProject/package-manager) | `package-manager/` | +| Package registry | [ComlineProject/package-registry](https://github.com/ComlineProject/package-registry) | `package-server/` | +| Language server | [ComlineProject/language-server](https://github.com/ComlineProject/language-server) | — | +| VS Code extension | [ComlineProject/comline-vscode](https://github.com/ComlineProject/comline-vscode) | — | + +The [`comline`](https://crates.io/crates/comline) crate name on crates.io still +holds a 2023 placeholder (`0.1.0`) published from this repo; the real CLI lives +in [ComlineProject/cli](https://github.com/ComlineProject/cli).