mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #259] [MERGED] fix(docs): resolve mermaid syntax errors #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/259
Author: @Kairos-T
Created: 4/14/2026
Status: ✅ Merged
Merged: 4/21/2026
Merged by: @asdek
Base:
feature/next-release← Head:main📝 Commits (2)
9b61afbfix(docs): resolve mermaid syntax errors7214abefix(docs): resolve mermaid syntax errors📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/docs/flow_execution.md(+2 -2)📄 Description
Description of the Change
Problem
A Mermaid diagram in
backend/docs/flow_execution.mddoes not render in the Markdown preview due to invalidNote oversyntax:Note overis a sequence diagram directive and is not valid in graph TD (flowchart) diagrams.Solution
Replaced the two invalid Note over statements with standard flowchart node definitions:
Note over AssistantUA,AssistantDirect: ...->AssistantNote[Operates independently<br/>from Task/Subtask hierarchy]Note over Adviser: ...->AdviserNote["Also used for:<br/>- Mentor (execution monitoring)<br/>- Planner (task planning)"]None.
Type of Change
Areas Affected
Testing and Verification
Test Steps
Test Results
Diagrams render successfully after the fix. No parse errors produced by either affected code block.
Security Considerations
None.
Performance Impact
None.
Documentation Updates
backend/docs/flow_execution.mdDeployment Notes
None
Checklist
Code Quality
Compatibility
Documentation
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.