- 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
16 lines
553 B
TypeScript
16 lines
553 B
TypeScript
import { scenario as focusedGraphWrite } from './focused-graph-write';
|
|
import { scenario as skillGuidedWrite } from './skill-guided-write';
|
|
import { scenario as nodeIndexSearch } from './node-index-search';
|
|
import { scenario as searchDocToLora } from './search-doc-to-lora';
|
|
import { scenario as chunkQuoteInsight } from './chunk-quote-insight';
|
|
import { scenario as hubTraversal } from './hub-traversal';
|
|
|
|
export const scenarios = [
|
|
focusedGraphWrite,
|
|
skillGuidedWrite,
|
|
nodeIndexSearch,
|
|
searchDocToLora,
|
|
chunkQuoteInsight,
|
|
hubTraversal,
|
|
];
|