emit_actor_effect_graph
Emit an actor/effect graph for a root actor in a .hird file, showing reachable actors via Send/Await/Spawn, supervisor links, and transitive tool effects.
Instructions
Emit the actor/effect graph rooted at an actor: reachable actors (via Send/Await/Spawn message types), supervisor relationships, and transitive tool effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| actor_name | Yes | The root actor's name. |