mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-17 10:02:23 +00:00
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:
parent
e8fe3d54af
commit
536241053c
303 changed files with 3603 additions and 3602 deletions
47
packages/companion-teams/package.json
Normal file
47
packages/companion-teams/package.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"name": "companion-teams",
|
||||
"version": "0.8.6",
|
||||
"description": "Agent teams for companion, ported from claude-code-teams-mcp",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/burggraf/companion-teams.git"
|
||||
},
|
||||
"author": "Mark Burggraf",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"companion-package"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "vitest run"
|
||||
},
|
||||
"main": "extensions/index.ts",
|
||||
"files": [
|
||||
"extensions",
|
||||
"skills",
|
||||
"src",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/companion-coding-agent": "*",
|
||||
"@sinclair/typebox": "*"
|
||||
},
|
||||
"companion": {
|
||||
"image": "https://raw.githubusercontent.com/burggraf/companion-teams/main/companion-team-in-action.png",
|
||||
"extensions": [
|
||||
"extensions/index.ts"
|
||||
],
|
||||
"skills": [
|
||||
"skills"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.3.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue