Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
230 changes: 0 additions & 230 deletions apps/desktop/docs/RENDERER_STRESS_QA.md

This file was deleted.

3 changes: 0 additions & 3 deletions apps/desktop/docs/V2_LAUNCH_TEST_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Pair with `V2_LAUNCH_CONTEXT.md` for architectural background and

## Setup

For renderer stress fixtures, CDP instrumentation, terminal-heavy runs, and
large-diff workspace QA, see `RENDERER_STRESS_QA.md`.

1. `bun dev` at the repo root.
2. Ensure your active org has V2 cloud enabled (or you're testing a V2
project).
Expand Down
4 changes: 1 addition & 3 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"generate:routes": "tsr generate",
"pretypecheck": "bun run generate:icons && bun run generate:routes",
"typecheck": "tsc --noEmit",
"test": "bun test",
"stress:renderer": "bun run scripts/stress-renderer.ts",
"stress:renderer:fixtures": "bun run scripts/prepare-renderer-stress-fixtures.ts"
"test": "bun test"
},
"dependencies": {
"@ai-sdk/anthropic": "3.0.64",
Expand Down
Loading
Loading