mmodiqo/play-dagv0.2.1Public
Play dag
Parses the rote frontmatter of any play and draws its step DAG in three formats at once — an ASCII layer view for the terminal, Mermaid for anything that renders markdown, and a canonical JSON graph for machines.
Read the full description
All three are rendered from one canonical semantic model under a representation-parity contract — ordering edges, value edges with exact jq paths, and for_each fan-out (selector, source, max_concurrency) appear in every complete view, and the only lossy view (the one-line summary) declares itself lossy. Accepts a local path, an owner/name reference, or a canonical https play URI; for URIs it verifies the signed-in identity, checks access, and pulls the play before parsing. Distinguishes ordering edges (depends_on) from value edges (@step refs with exact jq paths) and computes the parallel execution layers the runner will use. Its own four-step DAG demonstrates every edge kind it visualizes.
Before you run it2 local tools
Everything here is checked on your machine when rote inspects the play. This page never learns what you have installed or which credentials you hold.
- ○python3local tool
Must be on your PATH. rote reports what it finds during inspect.
- ○rotelocal tool
Must be on your PATH. rote reports what it finds during inspect.
Inputs1, all required
rote asks for these before running and shows the defaults it will use.
- Play
playPath to a play main.ts, a local owner/name reference, or a canonical https://play.modiqo.ai/owner/name URI (pulled after identity and access checks)
requiredstringexamplemodiqo/hellocustom value allowed
What it changes
No write operations are declared in this version's manifest.
Credentials remain in the recipient's local rote vault; this page and the publisher never receive them.
Runtime details
- rote CLIversion 0.62.0 or newer
- Servicesnone declared
- Digest
sha256:67c7fb1b03d9681215709c2fb00d3ab3e8391a3cf8b35aacaa410af55f6dde6a - Archive size6864 bytes
- Published2026-08-17T23:58:04.509087+00:00
- Published withrote 0.66.1
Credential values and current readiness remain local. Opening this page never prompts for a credential, opens an authorization browser, or calls a service this play uses.
A play is a published, versioned automation package that runs on your own machine through rote, a free command-line tool. Opening this page installs nothing and runs nothing.