pipeworks_mud_mapper.models.description_validation

Description validation metadata model.

Stores the latest validator output for an LLM-generated room description. This metadata is authoring scaffolding and is stripped on zone export, mirroring how coordinates and LLM provenance are treated.

Classes

DescriptionValidationInfo

Metadata produced by the description validator.

Module Contents

class pipeworks_mud_mapper.models.description_validation.DescriptionValidationInfo(/, **data)[source]

Bases: pydantic.BaseModel

Metadata produced by the description validator.

This is intentionally small and explicit. It preserves enough information to understand validator outcomes without forcing any narrative changes.