mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
feat: add provider-aware browser QA setup
Detect host-native browser tools before offering the isolated local Chromium fallback, add a common readiness fixture, harden managed browser startup, and verify standards installs expose one canonical QA skill.
This commit is contained in:
@@ -39,6 +39,12 @@ export const AGENT_MATRIX: readonly AgentMatrixEntry[] = [
|
||||
projectPath: ['.agents', 'skills'],
|
||||
globalPath: ['.agents', 'skills'],
|
||||
},
|
||||
{
|
||||
agent: 'kimi-code-cli',
|
||||
label: 'Kimi Code CLI',
|
||||
projectPath: ['.agents', 'skills'],
|
||||
globalPath: ['.agents', 'skills'],
|
||||
},
|
||||
{
|
||||
agent: 'cursor',
|
||||
label: 'Cursor',
|
||||
|
||||
Reference in New Issue
Block a user