AnalyticsPipelineAi
6 tools in this family (folder Editor/Tools/AnalyticsPipelineAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
analytics_add_provider_adapter | writes | Drop a single provider adapter into the generated scaffold without re-emitting the |
analytics_export_event_catalog_md | writes | Render a Markdown reference doc for the spec — one section per event with the param |
analytics_generate_code | writes | Emit one [Serializable] DTO per event plus AnalyticsTracker.cs and AnalyticsPipeline.cs |
analytics_propose_from_prompt | read-only | Build an AnalyticsEventSpec skeleton from a natural-language goal. Returns a draft |
analytics_simulate_event | read-only | Dry-run an event against the spec. Returns the wire envelope that would be enqueued by |
analytics_validate_spec | read-only | Validate an AnalyticsEventSpec. Returns { ok, errors[] }. Always run this before |