AttractorEx.Authoring (attractor_phoenix v0.1.0)

Copy Markdown View Source

Canonical authoring helpers for DOT-backed builder workflows.

This module keeps authoring fidelity aligned with the runtime by routing parsing, validation, formatting, templates, and autofix suggestions through the same normalized AttractorEx.Graph model used by execution.

Summary

Functions

Returns the canonical authoring analysis for a DOT document.

Returns the stable canonical DOT format for the given graph.

Returns available builder templates.

Applies a supported authoring transform and returns canonical output.

Functions

analyze(dot)

Returns the canonical authoring analysis for a DOT document.

format(graph)

Returns the stable canonical DOT format for the given graph.

templates()

Returns available builder templates.

transform(action, params \\ %{})

Applies a supported authoring transform and returns canonical output.