Skip to content

feat(export-viz): replace gen script with native export pipeline#18

Merged
nullhack merged 3 commits intomainfrom
feat/export-viz-pipeline
May 7, 2026
Merged

feat(export-viz): replace gen script with native export pipeline#18
nullhack merged 3 commits intomainfrom
feat/export-viz-pipeline

Conversation

@nullhack
Copy link
Copy Markdown
Owner

@nullhack nullhack commented May 7, 2026

Summary

  • Enriches JSON export with version, exits, subflow/subflowVersion fields needed by FlowViz
  • Restructures directory export from [{...}] array to {"defaultFlow": ..., "flows": [...]} object
  • Adds --output/-o flag for writing export to file (auto-creates parent dirs)
  • Adds .js suffix wrapping (window.FLOWVIZ_DATA = ...;) for file:// compatibility
  • Replaces generate-flowviz-data.py (252 lines) with generate_data.py (thin wrapper, 35 lines)

@id Traceability

export-viz-pipeline: a1c3e5f7, b2d4f6a8, c3e5f7a9, d4f6a8b0, e5f7a9b1, f6a8b0c2
export-viz-output: a7b9c1d3, b8c0d2e4, c9d1e3f5, d0e2f4a6, e1f3a5b7, f2a4b6c8

355 tests, 100% coverage. All three review tiers passed (design, structure, conventions).

nullhack added 3 commits May 7, 2026 06:00
Enriches JSON export with version, exits, subflow/subflowVersion fields.
Restructures directory export as {defaultFlow, flows} object.
Adds --output/-o flag for file output with .js wrapping for JSON format.
Replaces generate-flowviz-data.py with generate_data.py (thin wrapper).

@a1c3e5f7 @b2d4f6a8 @c3e5f7a9 @d4f6a8b0 @e5f7a9b1 @f6a8b0c2
@a7b9c1d3 @b8c0d2e4 @c9d1e3f5 @d0e2f4a6 @e1f3a5b7 @f2a4b6c8
@nullhack nullhack merged commit 5e3a755 into main May 7, 2026
7 checks passed
@nullhack nullhack deleted the feat/export-viz-pipeline branch May 7, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant