From 04350b836dee7cfa31420af00ae7f5d2435b736a Mon Sep 17 00:00:00 2001 From: get-colibri Date: Tue, 24 Feb 2026 15:30:55 +0000 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d4cbd41a..ca3a65e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Fail-safe means giving your users the same superpowers you know from Git: - Roll back to any previous state - Branch off to run experiments safely - Accept changes when you’re happy with the result - And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. **Runs everywhere.** Use Legit SDK as an API in the browser, or mount it as a folder on your machine. That means instant compatibility with the stack of your choice: Node.js, Python, Java… you name it. @@ -20,15 +19,16 @@ And it’s easy because you interact through the **file system API** (Legit FS) - [Getting Started](https://legitcontrol.com/docs/quickstart): Minimal example to get your first LegitFS repo up - [Example Starter](https://legitcontrol.com/docs/examples): See a working editor demo with history tracking - [Contributing](./CONTRIBUTING.md): How to contribute, including the Contributor License Agreement - ### Installation + ```bash npm install @legit-sdk/core ``` ### Minimal example + ```ts import { fs } from 'memfs'; import { initLegitFs } from '@legit-sdk/core'; @@ -56,18 +56,14 @@ main(); - **Branching and history** – Access past states, branch safely, merge confidently - **Interoperable** – Works with Node.js, browsers, Docker, serverless, and more - **Extensible API** – Compatible with custom storage backends - ### Project Structure - `packages/sdk/` – Source code of the SDK - `packages/sdk/dist/` – Bundled outputs for Node.js, browser, and TypeScript - `packages/sdk/src/compositeFs/` – Core filesystem abstraction - `packages/sdk/src/compositeFs/subsystems/` – Ephemeral, hidden, pass-through, and Git-backed file systems - ### Contributing Please review the [CLA](./cla/CLA.md) before submitting contributions. We welcome PRs, issues, and suggestions to make Legit SDK better for everyone. - - From b474953048019e3795116ff7833aa2431410cd0d Mon Sep 17 00:00:00 2001 From: get-colibri Date: Tue, 24 Feb 2026 15:31:08 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3a65e5..f059ebf9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Fail-safe means giving your users the same superpowers you know from Git: - Roll back to any previous state - Branch off to run experiments safely -- Accept changes when you’re happy with the result +- Accept changes when you’re happy with the result na wie läuft And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. **Runs everywhere.** Use Legit SDK as an API in the browser, or mount it as a folder on your machine. That means instant compatibility with the stack of your choice: Node.js, Python, Java… you name it. From 6575a67de17754631ce65aa40f08edc2140e46bd Mon Sep 17 00:00:00 2001 From: get-colibri Date: Tue, 24 Feb 2026 15:31:26 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f059ebf9..59c62275 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Legit SDK is built around **two core ideas**: fail-safe by design, and effortles Fail-safe means giving your users the same superpowers you know from Git: - Roll back to any previous state -- Branch off to run experiments safely -- Accept changes when you’re happy with the result na wie läuft +- Branch off to run experiments safelyN +- Accept changes when you’re happy with the result And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. **Runs everywhere.** Use Legit SDK as an API in the browser, or mount it as a folder on your machine. That means instant compatibility with the stack of your choice: Node.js, Python, Java… you name it. From 690f7ff2c64938d465c4de809f1d474cb236df84 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Tue, 24 Feb 2026 15:32:02 +0000 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c62275..c8f25f4d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Fail-safe means giving your users the same superpowers you know from Git: - Roll back to any previous state - Branch off to run experiments safelyN - Accept changes when you’re happy with the result -And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. +And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. F **Runs everywhere.** Use Legit SDK as an API in the browser, or mount it as a folder on your machine. That means instant compatibility with the stack of your choice: Node.js, Python, Java… you name it. From 0db3eb7bda4d75781a60cfe6ab54924d3dfbd266 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Tue, 24 Feb 2026 15:32:07 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f25f4d..5a08dd1b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Legit Monorepo +# Legit Monorepo - For angle ### Meet Legit SDK — fail-safe apps made simple. @@ -9,7 +9,7 @@ Fail-safe means giving your users the same superpowers you know from Git: - Roll back to any previous state - Branch off to run experiments safelyN - Accept changes when you’re happy with the result -And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. F +And it’s easy because you interact through the **file system API** (Legit FS) — the same one you learned in your first semesters of computer science. **Runs everywhere.** Use Legit SDK as an API in the browser, or mount it as a folder on your machine. That means instant compatibility with the stack of your choice: Node.js, Python, Java… you name it.