Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations.
Provides a practical workflow-authoring and operations standard for Gina sandbox automation.
.ts).workflow create <id>
workflow validate <id>
workflow run <id> [--input JSON]
workflow status <run-id>
workflow logs <run-id> [--step <step-id>]
workflow eval <run-id>
workflow optimize <id> --baseline <run-id>
workflow rollback <id> <opt-run-id>
workflow list should succeed)./workspace/.harness/workflows/.@latest.ts naming when versioned variants exist.workflow validate <id>.For each workflow entry, explicitly define:
allow and block.workflows/
SKILL.md
references/ # implementation and API details
scripts/ # optional helpers for repeatable checks
assets/ # optional diagrams/screenshots
Deep technical references are intentionally split out:
references/cli-and-definition.mdreferences/eval-optimize-and-artifacts.mdreferences/polymarket-patterns.mdUse these as appendices while keeping this file focused on operational usage.