MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / WorkflowInputs

Interface WorkflowInputs

scripts/build-workflow-matrix.ts:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import YAML from "yaml";
20
21interface WorkflowInputs {
22 [key: string]: string | boolean;
23}
24
25interface MatrixEntry {
26 agent: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected