mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
Add the WorkflowVersion domain resource with exactly entrypoint, files, and workflow_dependencies, plus strict WorkflowPath validation and deterministic canonical raw JSON. Semantic validation of graph imports, templates, file references, workflow.toml rules, Dockerfile paths, and exact child-workflow dependency bindings lives in the new fabro-workflow-version crate, which validates the complete stored dependency closure through the shared blob store before writing a root. The authenticated create-only POST /api/v1/workflow-versions endpoint ships with its OpenAPI contract, Rust type replacements, and generated TypeScript client. Squashed from the resource commits of the original combined branch; the walker unification this builds on landed separately. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth-api.ts | ||
| automations-api.ts | ||
| billing-api.ts | ||
| completions-api.ts | ||
| discovery-api.ts | ||
| environments-api.ts | ||
| human-in-the-loop-api.ts | ||
| insights-api.ts | ||
| install-api.ts | ||
| integrations-api.ts | ||
| mcpservers-api.ts | ||
| models-api.ts | ||
| playground-api.ts | ||
| repos-api.ts | ||
| run-internals-api.ts | ||
| run-outputs-api.ts | ||
| runs-api.ts | ||
| sandboxes-api.ts | ||
| secrets-api.ts | ||
| sessions-api.ts | ||
| settings-api.ts | ||
| system-api.ts | ||
| variables-api.ts | ||
| workflow-versions-api.ts | ||
| workflows-api.ts | ||