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

@ -27,12 +27,9 @@
"includes": [
"packages/*/src/**/*.ts",
"packages/*/test/**/*.ts",
"packages/web-ui/src/**/*.ts",
"packages/web-ui/example/**/*.ts",
"!**/node_modules/**/*",
"!**/test-sessions.ts",
"!**/models.generated.ts",
"!packages/web-ui/src/app.css",
"!!**/node_modules"
]
}