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:
Sinabina
2026-07-20 16:01:24 -07:00
parent f14445bb00
commit d6ef673e4d
163 changed files with 5272 additions and 990 deletions
+6
View File
@@ -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',