refactor: finish companion rename migration

Complete the remaining pi-to-companion rename across companion-os, web, vm-orchestrator, docker, and archived fixtures.

Verification:
- semantic rg sweeps for Pi/piConfig/getPi/.pi runtime references
- npm run check in apps/companion-os (fails in this worktree: biome not found)

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-10 07:39:32 -05:00
parent e8fe3d54af
commit 536241053c
303 changed files with 3603 additions and 3602 deletions

View file

@ -5,8 +5,8 @@ See [AGENTS.md](../../../AGENTS.md) for additional guidelines.
## Setup
```bash
git clone https://github.com/badlogic/pi-mono
cd pi-mono
git clone https://github.com/badlogic/companion-mono
cd companion-mono
npm install
npm run build
```
@ -14,7 +14,7 @@ npm run build
Run from source:
```bash
./pi-test.sh
./companion-test.sh
```
## Forking / Rebranding
@ -23,9 +23,9 @@ Configure via `package.json`:
```json
{
"piConfig": {
"name": "pi",
"configDir": ".pi"
"companionConfig": {
"name": "companion",
"configDir": ".companion"
}
}
```
@ -46,7 +46,7 @@ Never use `__dirname` directly for package assets.
## Debug Command
`/debug` (hidden) writes to `~/.pi/agent/pi-debug.log`:
`/debug` (hidden) writes to `~/.companion/agent/companion-debug.log`:
- Rendered TUI lines with ANSI codes
- Last messages sent to the LLM