simvx.graphics.playtest_patterns

Bug pattern checklist for automated game code review.

Each pattern defines a common SimVX bug with a regex, severity, and suggested fix. Used by the /playtest and /playtest-team commands for static code analysis.

Module Contents

Classes

BugPattern

A detectable bug pattern in SimVX game code.

Data

API

simvx.graphics.playtest_patterns.__all__

[‘BugPattern’, ‘PATTERNS’]

class simvx.graphics.playtest_patterns.BugPattern

A detectable bug pattern in SimVX game code.

name: str

None

category: str

None

severity: str

None

description: str

None

regex: str

None

fix: str

None

simvx.graphics.playtest_patterns.PATTERNS: list[simvx.graphics.playtest_patterns.BugPattern]

None