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.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