Skip to content

Workflow Templates: add three curated built-ins#2976

Open
AbigailDeng wants to merge 2 commits into
devfrom
codex/issue-2968-workflow-templates
Open

Workflow Templates: add three curated built-ins#2976
AbigailDeng wants to merge 2 commits into
devfrom
codex/issue-2968-workflow-templates

Conversation

@AbigailDeng

Copy link
Copy Markdown
Contributor

Summary

  • Publish exactly three curated built-in workflow templates with stable IDs, revisions, and product ordering.
  • Add localized typed metadata, expected input/output, tags, and truthful LLM/human-interaction requirements.
  • Validate embedded YAML through the canonical runtime parser and Studio authoring, schema, and graph contracts, with focused draft-run coverage.
  • Depends on Add read-only workflow template catalog API #2973.

Verification

  • env DOTNET_EnableWriteXorExecute=0 dotnet test test/Aevatar.Studio.Tests/Aevatar.Studio.Tests.csproj --nologo --no-restore --disable-build-servers -p:IsTestProject=true --verbosity minimal --filter FullyQualifiedName~BuiltInWorkflowTemplateCatalogTests|FullyQualifiedName~EmbeddedWorkflowTemplateCatalogQueryPortTests|FullyQualifiedName~WorkflowTemplateEndpointsTests|FullyQualifiedName~StudioInfrastructureServiceCollectionExtensionsTests: passed (22 tests)
  • env DOTNET_EnableWriteXorExecute=0 dotnet build src/Aevatar.Studio.Hosting/Aevatar.Studio.Hosting.csproj --nologo --no-restore --disable-build-servers: passed
  • bash tools/ci/test_stability_guards.sh: passed
  • bash tools/docs/lint.sh: passed (77 files)
  • bash tools/ci/query_projection_priming_guard.sh: passed
  • bash tools/ci/architecture_guards.sh: blocked at protobuf lint because buf is unavailable locally; every preceding architecture check passed

Risks

Closes #2968

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.45%. Comparing base (5426eff) to head (6545a89).

@@           Coverage Diff           @@
##              dev    #2976   +/-   ##
=======================================
  Coverage   83.45%   83.45%           
=======================================
  Files        1376     1376           
  Lines      112732   112732           
  Branches    14366    14366           
=======================================
  Hits        94084    94084           
  Misses      12096    12096           
  Partials     6552     6552           
Flag Coverage Δ
ci 83.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow Templates:提供并验证首批三个内置工作流模板

1 participant