emo-social-insta-dm-agent/tools/README.md

19 lines
546 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tools
## Mermaid checks (Markdown diagrams)
This repo uses Mermaid diagrams in Markdown reports.
Local lint (partial):
- `npm install`
- `npm run verify:mermaid`
Notes:
- This check validates diagram types supported by `@mermaid-js/parser` (for example: `pie`).
- Some diagram types (for example: `flowchart`) are not supported by that parser yet and will be reported as `skipped`.
Full validation (recommended):
- Use Forgejos built-in PDF export for the report file. If the PDF export succeeds, the diagrams compiled successfully.