| ci: add Mermaid diagram validation to build and CI
- scripts/check_mermaid.py: Python validator that extracts mermaid
blocks from markdown files and checks block-delimiter balance,
invalid placeholder tokens, and bracket balance in labels
- CMakeLists.txt: new 'make check-mermaid' target
- CI workflows (ci.yml, build.yml): add Mermaid validation step
- docs/index.md: remove stray '...' placeholder in mermaid block
- docs/architecture.md: fix mermaid syntax (subgraph balance)
| 1 天前 |
| feat(scaffold): comprehensive update to cover all framework modules
Add new CLI options for WebSocket, SSE, Admin Dashboard, AI Workflow,
Metrics, Multipart Upload, SPA fallback, Server Hooks, Message Queue,
and CSRF middleware. Fix CMake find_package linking issue and resolve
nested function compatibility. Update CSILK_VERSION to current HEAD.
| 1 天前 |
| fix: correct benchmark port from 9090 to 8080
example_server listens on port 8080, but the benchmark script
was using port 9090, causing all results to show 0 req/s.
| 21 小时前 |