Emit a Mermaid flowchart for a subgraph.
$ contextix export --format mermaid --entity "Federal Reserve" --hops 2
graph LR
A[Federal Reserve] -->|influences| B[Fed rate]
...
Acceptance:
Good first issue — one new file (src/export/mermaid.ts) plus CLI wiring.
Emit a Mermaid flowchart for a subgraph.
Acceptance:
--formatacceptsjson(default),mermaid, eventuallycypherandd2--entity <name>+--hops <N>scopes the exportGood first issue — one new file (
src/export/mermaid.ts) plus CLI wiring.