docs: remove sidebar/terminal/classifier references

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sinabina
2026-07-21 14:50:48 -07:00
co-authored by Claude Opus 4.8
parent b6a007a7e3
commit 438e843b8d
14 changed files with 73 additions and 1096 deletions
+2 -2
View File
@@ -169,8 +169,8 @@
"voice_line": null
},
"open-gstack-browser": {
"lead": "Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in.",
"routing": "Opens a visible browser window where you can watch every action in real time.\nThe sidebar shows a live activity feed and chat. Anti-bot stealth built in.\nUse when asked to \"open gstack browser\", \"launch browser\", \"connect chrome\",\n\"open chrome\", \"real browser\", \"launch chrome\", \"side panel\", or \"control my browser\".",
"lead": "Launch GStack Browser — AI-controlled Chromium you can watch in real time.",
"routing": "Opens a visible browser window where you see every action as it happens.\nAnti-bot stealth built in.\nUse when asked to \"open gstack browser\", \"launch browser\", \"connect chrome\",\n\"open chrome\", \"real browser\", \"launch chrome\", or \"control my browser\".",
"voice_line": "Voice triggers (speech-to-text aliases): \"show me the browser\"."
},
"pair-agent": {
+6 -7
View File
@@ -91,13 +91,12 @@ const WINDOWS_FRAGILE_PATTERNS: Array<{ pattern: RegExp; reason: string }> = [
// BROWSE_HEADLESS_SKIP=1 to skip the browser launch but still need a working
// server, which they don't get on Windows.
{ pattern: /BROWSE_HEADLESS_SKIP|spawn\(\[['"]bun['"],\s*['"]run['"]/, reason: 'spawns the browse server subprocess (Bun-driven path is Windows-broken)' },
// Tests that read browse/src/sidebar-agent.ts — deleted in v1.14.0.0
// sidebar refactor (replaced by sidepanel-terminal.js). 10 security tests
// still reference it and fail on import. They've been broken on every
// platform since v1.14, but Bun on macOS/Linux reports the failure as a
// module-load error (exit 0) while Bun on Windows treats it as a hard
// fail (exit 1). Tracked as a follow-up: update or delete these tests.
{ pattern: /sidebar-agent\.ts/, reason: 'reads deleted browse/src/sidebar-agent.ts (pre-existing breakage from v1.14.0.0 sidebar refactor)' },
// Guard: exclude any test that names the long-deleted
// browse/src/sidebar-agent.ts. The classifier/sidebar tests that used to
// read it are gone; remaining hits are comment-level references in tests
// that pass. Kept as a cheap tripwire so a reintroduced read can't sneak
// a Windows-CI hard-fail back in.
{ pattern: /sidebar-agent\.ts/, reason: 'names deleted browse/src/sidebar-agent.ts' },
];
// Explicit known-Windows-incompatible test files that don't fit a regex