list_all_events
Map the Lampa event bus by listing all events with listener and emitter counts across the codebase. Optionally filter by scope and include per-file details.
Instructions
Build a complete map of the Lampa.Listener event bus. Lists every event name, how many files listen to it, and how many files emit it — across the entire codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope to search. Default: 'all'. | |
| detail | No | Include per-file details for each event. Default: false. |