Skip to main content

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.

ToolEffectDescription
playtester_export_session_mdwritesRender a session as a devblog-ready Markdown playtest report. Writes report.md next
playtester_propose_from_promptread-onlyDraft a PlaytesterChatSpec from a free-text brief. Returns a deterministic skeleton
playtester_start_sessionwritesBegin a live AI playtester chat session. Captures observations every
playtester_stop_sessionwritesStop the active AI playtester chat session. Idempotent — returns {status:'noop'} if
playtester_summarize_sessionread-onlyAggregate findings from a session's JSONL log into a structured report (top issues,
playtester_validate_specread-onlyStrict validation of a PlaytesterChatSpec. Returns { ok, errors[] }.