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

@ -42,7 +42,7 @@ fi
RUN_BROWSER_SMOKE=0
for file in $STAGED_FILES; do
case "$file" in
packages/ai/*|packages/web-ui/*|package.json|package-lock.json)
packages/ai/*|package.json|package-lock.json)
RUN_BROWSER_SMOKE=1
break
;;