feat: sync pane workspace overhaul from private repo
- ship the expanded left-nav and pane header workspace updates - add dimension-driven browse flow, map view upgrades, and delete-node tooling - expand eval coverage and refresh the public UI docs for the new layout Generated with Codex
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export type EvalCategory = 'database' | 'tools' | 'skills' | 'search' | 'ingestion';
|
||||
|
||||
export type ScenarioExpectations = {
|
||||
skillsRead?: string[];
|
||||
skillsReadSoft?: string[];
|
||||
@@ -32,6 +34,7 @@ export type Scenario = {
|
||||
expect?: ScenarioExpectations;
|
||||
description?: string;
|
||||
tools?: string[];
|
||||
categories?: EvalCategory[];
|
||||
suites?: string[];
|
||||
enabled?: boolean;
|
||||
notes?: string;
|
||||
|
||||
Reference in New Issue
Block a user