chore: remove unused pi web-ui package

Delete the dormant companion-os web-ui workspace and clean up the workspace, build, lint, and lockfile references that still pointed at it.

Fixes #253

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-07 17:12:20 -08:00
parent c0bba5c38f
commit 357ec23c6b
92 changed files with 8 additions and 17866 deletions

View file

@ -18,12 +18,10 @@
"@sinclair/typebox": ["./node_modules/@sinclair/typebox"],
"@mariozechner/pi-tui": ["./packages/tui/src/index.ts"],
"@mariozechner/pi-tui/*": ["./packages/tui/src/*"],
"@mariozechner/pi-web-ui": ["./packages/web-ui/src/index.ts"],
"@mariozechner/pi-web-ui/*": ["./packages/web-ui/src/*"],
"@mariozechner/pi-agent-old": ["./packages/agent-old/src/index.ts"],
"@mariozechner/pi-agent-old/*": ["./packages/agent-old/src/*"]
}
},
"include": ["packages/*/src/**/*", "packages/*/test/**/*"],
"exclude": ["packages/web-ui/**/*", "**/dist/**"]
"exclude": ["**/dist/**"]
}