From 6506288db490a59c4d64ae10234192d9cc9258e3 Mon Sep 17 00:00:00 2001
From: Harivansh Rathi
Date: Thu, 5 Mar 2026 15:58:43 -0800
Subject: [PATCH] chore: rebrand monorepo references to co-mono
---
CONTRIBUTING.md | 4 ++--
README.md | 19 +++++++++++++++++--
package-lock.json | 4 ++--
package.json | 10 +++++++++-
packages/agent/package.json | 2 +-
packages/ai/package.json | 2 +-
packages/coding-agent/README.md | 2 +-
packages/coding-agent/package.json | 2 +-
packages/mom/package.json | 2 +-
packages/pods/package.json | 2 +-
packages/tui/package.json | 2 +-
pi-mono.code-workspace | 4 ++--
scripts/release.mjs | 2 +-
13 files changed, 40 insertions(+), 17 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 40a07a67..04d5a908 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ Thanks for wanting to contribute! This guide exists to save both of us time.
Using AI to write code is fine. You can gain understanding by interrogating an agent with access to the codebase until you grasp all edge cases and effects of your changes. What's not fine is submitting agent-generated slop without that understanding.
-If you use an agent, run it from the `pi-mono` root directory so it picks up `AGENTS.md` automatically. Your agent must follow the rules and guidelines in that file.
+If you use an agent, run it from the `co-mono` root directory so it picks up `AGENTS.md` automatically. Your agent must follow the rules and guidelines in that file.
## First-Time Contributors
@@ -35,7 +35,7 @@ If you're adding a new provider to `packages/ai`, see `AGENTS.md` for required t
## Philosophy
-pi's core is minimal. If your feature doesn't belong in the core, it should be an extension. PRs that bloat the core will likely be rejected.
+co-mono's core is minimal. If your feature doesn't belong in the core, it should be an extension. PRs that bloat the core will likely be rejected.
## Questions?
diff --git a/README.md b/README.md
index 77704a86..fa66f25e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
pi.dev domain graciously donated by
@@ -13,7 +13,7 @@

exe.dev
-# Pi Monorepo
+# Co-Mono
> **Looking for the pi coding agent?** See **[packages/coding-agent](packages/coding-agent)** for installation and usage.
@@ -35,6 +35,21 @@ Tools for building AI agents and managing LLM deployments.
See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and [AGENTS.md](AGENTS.md) for project-specific rules (for both humans and agents).
+## Install
+
+```bash
+git clone https://github.com/getcompanion-ai/co-mono.git
+cd co-mono
+npm install
+```
+
+Optional:
+
+```bash
+npm run build # build all packages
+npm run check # lint/format/typecheck
+```
+
## Development
```bash
diff --git a/package-lock.json b/package-lock.json
index 0be37e34..e68857b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "pi-monorepo",
+ "name": "co-mono",
"version": "0.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "pi-monorepo",
+ "name": "co-mono",
"version": "0.0.3",
"workspaces": [
"packages/*",
diff --git a/package.json b/package.json
index b822bcd1..7e6fb2ed 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,15 @@
{
- "name": "pi-monorepo",
+ "name": "co-mono",
"private": true,
"type": "module",
+ "homepage": "https://github.com/getcompanion-ai/co-mono#readme",
+ "bugs": {
+ "url": "https://github.com/getcompanion-ai/co-mono/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git"
+ },
"workspaces": [
"packages/*",
"packages/web-ui/example",
diff --git a/packages/agent/package.json b/packages/agent/package.json
index 424020aa..ff5a2232 100644
--- a/packages/agent/package.json
+++ b/packages/agent/package.json
@@ -30,7 +30,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/agent"
},
"engines": {
diff --git a/packages/ai/package.json b/packages/ai/package.json
index 6de6b41c..f34649fc 100644
--- a/packages/ai/package.json
+++ b/packages/ai/package.json
@@ -66,7 +66,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/ai"
},
"engines": {
diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md
index 268a636e..bab7cbca 100644
--- a/packages/coding-agent/README.md
+++ b/packages/coding-agent/README.md
@@ -6,7 +6,7 @@
-
+
pi.dev domain graciously donated by
diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json
index 1047575d..4d81464c 100644
--- a/packages/coding-agent/package.json
+++ b/packages/coding-agent/package.json
@@ -90,7 +90,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/coding-agent"
},
"engines": {
diff --git a/packages/mom/package.json b/packages/mom/package.json
index bf9c710e..20723a9d 100644
--- a/packages/mom/package.json
+++ b/packages/mom/package.json
@@ -45,7 +45,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/mom"
},
"engines": {
diff --git a/packages/pods/package.json b/packages/pods/package.json
index 2657837c..491154d0 100644
--- a/packages/pods/package.json
+++ b/packages/pods/package.json
@@ -26,7 +26,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/pods"
},
"engines": {
diff --git a/packages/tui/package.json b/packages/tui/package.json
index 4dbac125..b2449e62 100644
--- a/packages/tui/package.json
+++ b/packages/tui/package.json
@@ -28,7 +28,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git+https://github.com/badlogic/pi-mono.git",
+ "url": "git+https://github.com/getcompanion-ai/co-mono.git",
"directory": "packages/tui"
},
"engines": {
diff --git a/pi-mono.code-workspace b/pi-mono.code-workspace
index 7cfaae8b..be450829 100644
--- a/pi-mono.code-workspace
+++ b/pi-mono.code-workspace
@@ -1,7 +1,7 @@
{
"folders": [
{
- "name": "pi-mono",
+ "name": "co-mono",
"path": "."
},
{
@@ -9,4 +9,4 @@
}
],
"settings": {}
-}
\ No newline at end of file
+}
diff --git a/scripts/release.mjs b/scripts/release.mjs
index 12b33d04..4fe40e3e 100755
--- a/scripts/release.mjs
+++ b/scripts/release.mjs
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/**
- * Release script for pi-mono
+ * Release script for co-mono
*
* Usage: node scripts/release.mjs
*