From c6c3b53b242bdf9124bc0e3991155298962a9554 Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Fri, 31 Jul 2026 19:08:26 -0700 Subject: [PATCH] Rename the root package from corbits to @corbits/code The bin entry, CLI command, and settings dir all stay corbits; only the npm package identifier moves under the org scope. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69877f1d3..2cf7c1225 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "corbits", + "name": "@corbits/code", "version": "0.2.86", "description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)", "private": true,