Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ service contracts. The provider-catalog structs in `protocol/` are the typed
declaration data that provider plugins publish and `workflow-plugin-compute`
validates.

The public catalog contract includes provider identity, org/pool scoping,
access visibility, supported workload and network modes, runtime profiles,
operation schemas, artifact declarations, residue policy, and upstream client
conformance evidence. Workflow applications should treat these declarations as
the portable provider-facing base contract; application-specific scheduling,
task state, settlement, dashboards, and worker supervision remain outside this
core plugin.

This plugin intentionally advertises no module, step, trigger, or IaC runtime
capabilities.

Expand Down
Loading
Loading