# Repository & Naming

## Canonical location

| What | Value |
|------|-------|
| **GitHub** | https://github.com/OnlineChefGroep/pi-agent-orchestrator |
| **Org** | [OnlineChefGroep](https://github.com/OnlineChefGroep) |
| **npm package** | `@onlinechefgroep/pi-agent-orchestrator` |
| **Install** | `pi install npm:@onlinechefgroep/pi-agent-orchestrator` |

```bash
git clone https://github.com/OnlineChefGroep/pi-agent-orchestrator.git
git remote set-url origin https://github.com/OnlineChefGroep/pi-agent-orchestrator.git
```

## Naming

| Name | Role |
|------|------|
| `OnlineChefGroep/pi-agent-orchestrator` | GitHub repository |
| `@onlinechefgroep/pi-agent-orchestrator` | npm package (GitHub Packages) |
| `pi-subagents` | Internal legacy namespace (Symbol keys, settings paths, logs) |

## Publishing

Published to GitHub Packages (`npm.pkg.github.com`). Install via `pi install npm:@onlinechefgroep/pi-agent-orchestrator`.

## Related packages

| Package | Repository |
|---------|------------|
| `@onlinechef/context-mode` | optional peer (sandbox tools) |
