AiPlaytesterChat
6 tools in this family (folder Editor/Tools/AiPlaytesterChat/ 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 |
|---|---|---|
playtester_export_session_md | writes | Render a session as a devblog-ready Markdown playtest report. Writes report.md next |
playtester_propose_from_prompt | read-only | Draft a PlaytesterChatSpec from a free-text brief. Returns a deterministic skeleton |
playtester_start_session | writes | Begin a live AI playtester chat session. Captures observations every |
playtester_stop_session | writes | Stop the active AI playtester chat session. Idempotent — returns {status:'noop'} if |
playtester_summarize_session | read-only | Aggregate findings from a session's JSONL log into a structured report (top issues, |
playtester_validate_spec | read-only | Strict validation of a PlaytesterChatSpec. Returns { ok, errors[] }. |