You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Root task aggregator. NOT an npm workspace: each package under apps/ stays standalone with its own lockfile and its own (deliberately divergent) toolchain pins - dashboard on typescript@6, mcp-server on typescript@7, and the CLI borrowing the dashboard's node_modules on purpose. There is no `workspaces` key here so nothing hoists or dedupes; these scripts just fan a command across the apps so lint/typecheck/build/test run from the repo root. Run `npm run bootstrap` once to install every app in the order the CLI's borrow requires.",