Fix #1127 - Rename to Open Workflow Specification#1155
Conversation
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
ca492e9 to
d637d2b
Compare
There was a problem hiding this comment.
Pull request overview
This PR implements the initial rebranding of the project documentation and supporting materials from “Serverless Workflow” to “Open Workflow”, as part of the rename effort tracked in #1127.
Changes:
- Updates project naming across core docs (README, governance, contributing, DSL docs) to “Open Workflow”.
- Updates examples/use-cases and community documentation to reflect the new branding.
- Adjusts a few metadata strings (e.g., CI validation package author) to match the new name.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Rebrands the project overview and ecosystem documentation to “Open Workflow”. |
dsl.md |
Rebrands the DSL document text to “Open Workflow DSL”. |
dsl-reference.md |
Rebrands the DSL reference text to “Open Workflow DSL”. |
schema/workflow.yaml |
Updates schema description branding to “Open Workflow DSL”. |
SECURITY.md |
Rebrands security policy text to “Open Workflow”. |
GOVERNANCE.md |
Rebrands governance wording and maintainer contact label. |
MAINTAINERS.md |
Rebrands maintainer headings to “Open Workflow”. |
contributing.md |
Rebrands contribution guide title and versioning wording. |
ctk/README.md |
Rebrands CTK documentation to “Open Workflow CTK”. |
examples/README.md |
Rebrands examples directory README to “Open Workflow”. |
comparison.md |
Rebrands comparison doc references and tables to “Open Workflow”. |
community/contributors.md |
Rebrands community contributors doc to “Open Workflow”. |
use-cases/README.md |
Rebrands use-cases overview to “Open Workflow”. |
use-cases/managing-github-issues/README.md |
Rebrands the use case narrative to “Open Workflow”. |
use-cases/multi-agent-ai-content-generation/README.md |
Rebrands the conclusion narrative to “Open Workflow”. |
adr/v1.0-adr-shared-workflow-editor.md |
Rebrands ADR references to “Open Workflow Specification”. |
adr/v1.0-adr-migration-tool.md |
Rebrands ADR references to “Open Workflow”. |
.ci/validation/package.json |
Updates the package author string to the new name. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| $id: https://serverlessworkflow.io/schemas/1.0.3/workflow.yaml | ||
| $schema: https://json-schema.org/draft/2020-12/schema | ||
| description: Serverless Workflow DSL - Workflow Schema. | ||
| description: Open Workflow DSL - Workflow Schema. |
There was a problem hiding this comment.
We don't have the new domain yet; we'll defer for now.
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
|
FYI @riaankleinhans |
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
|
@ricardozanini I check and both openworkflow.io and openworkflow.org is not available. |
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
@riaankleinhans, let's follow up on slack! |
Please specify parts of this PR update:
Discussion or Issue link:
Fix #1127
What this PR does:
Just a renaming/rebranding change - the specification review will come in a follow-up PR.
Additional information:
Perhaps we should change from
Open WorkflowtoOpen Workflow Specificationtoo? I think it will be even clearer the name of the project since "Open Workflow" is just a broader term.