docs: 1.14 fixes for HITL events and Creator Center env vars#764
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation sync/fix pass for the 1.14 release, aligning API reference OpenAPI specs and self-host environment variable docs (EN/ZH/JA), and tightening internal SOPs for future doc maintenance (notably around dify vs graphon ownership/version pinning).
Changes:
- Add Creator Center configuration env var documentation (
CREATORS_PLATFORM_*) to self-host environment docs (EN/ZH/JA) and clean up formatting. - Update Workflow/Chatflow OpenAPI specs (EN/ZH/JA) to adjust tag grouping/links and surface
workflow_run_idon HITL-related stream event schemas. - Update internal writing guides/agent skills to codify dify+graphon verification and
.env.exampleas env-var source of truth.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| en/self-host/configuration/environments.mdx | Adds “Creator Center Configuration” section documenting CREATORS_PLATFORM_*. |
| ja/self-host/configuration/environments.mdx | Same Creator Center section + spacing/formatting fixes. |
| zh/self-host/configuration/environments.mdx | Same Creator Center section + spacing/formatting fixes. |
| en/api-reference/openapi_workflow.json | Fixes links/tagging for workflow event streaming; adds workflow_run_id to HITL event schemas. |
| ja/api-reference/openapi_workflow.json | Same as EN (Japanese localization). |
| zh/api-reference/openapi_workflow.json | Same as EN (Chinese localization). |
| en/api-reference/openapi_chatflow.json | Renames grouping to “Chatflows”, updates internal links, adds workflow_run_id to HITL stream events, removes “Workflow Runs” tag. |
| ja/api-reference/openapi_chatflow.json | Same as EN (Japanese localization). |
| zh/api-reference/openapi_chatflow.json | Same as EN (Chinese localization). |
| writing-guides/index.md | Updates “feature research” references to include graphon + version pin guidance. |
| AGENTS.md | Codifies dify vs graphon ownership + “verify against pinned graphon” rule. |
| .claude/skills/dify-docs-release-sync/SKILL.md | Expands release sync heuristics to cover dify vs graphon paths and pin bumps. |
| .claude/skills/dify-docs-feature-research/SKILL.md | Updates research SOP to explicitly handle dify+graphon split and pinning workflow. |
| .claude/skills/dify-docs-env-vars/deep-dive.md | Adds Creator Center env var deep-dive and corrects graphon-owned code references. |
| .claude/skills/dify-docs-env-vars/SKILL.md | Adds explicit .env.example-as-source-of-truth rule and verifier guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RiskeyL
added a commit
that referenced
this pull request
Apr 29, 2026
* docs: reorganize chatflow API tags and surface workflow_run_id * refactor: update internal tooling for dify-graphon repo split * fix: surface workflow_run_id in HITL stream events * chore: tighten env-vars skill source-of-truth rule * docs: document Creator Center env vars * fix: use language-prefixed paths for non-api-reference links * fix: drop redundant workflow_run_id from workflow HITL events * fix: drop format uuid from chatflow HITL workflow_run_id
RiskeyL
added a commit
that referenced
this pull request
Apr 29, 2026
* docs: 1.14 fixes for HITL events and Creator Center env vars (#764) * docs: reorganize chatflow API tags and surface workflow_run_id * refactor: update internal tooling for dify-graphon repo split * fix: surface workflow_run_id in HITL stream events * chore: tighten env-vars skill source-of-truth rule * docs: document Creator Center env vars * fix: use language-prefixed paths for non-api-reference links * fix: drop redundant workflow_run_id from workflow HITL events * fix: drop format uuid from chatflow HITL workflow_run_id * docs: small fixes for self-host, workspace, and CJK disclaimers (#765) * docs: shorten docker-compose section headings * docs: update Team plan limit and remove Dataset Operator role * fix: correct Japanese translation errors in workspace docs * style: align AI translation disclaimers with CJK spacing rules * style: add missing space between disclaimer link and particle in ja docs * fix: point zh general-specifications disclaimer to en source * fix: drop format uuid from chatflow workflow paused event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workflow_run_idon the three HITL stream-event schemas in en/zh/ja workflow specs, completing the chatflow fix already on this branch (7c84469).CREATORS_PLATFORM_*env vars introduced in 1.14..env.example-as-source-of-truth rule, surfaced by a misstep during the sync pass.