Atomic property-level revision for DTO schema review.
Used during schema review phase to validate and correct already-documented
DTO schemas. Each review agent (content, phantom, security, relation) uses
these operations to propose changes within their authority.
Every DTO property must be explicitly handled. Database properties that
are intentionally not included in the DTO are declared separately via
AutoBeInterfaceSchemaPropertyExclude in the excludes array.
Available operations:
depict: Update documentation/metadata only (no type change)
create: Add new property that should exist
update: Replace property schema (optionally rename via newKey)
erase: Remove invalid/phantom property from DTO
keep: Explicit acknowledgment that property is correct as-is
Atomic property-level revision for DTO schema review.
Used during schema review phase to validate and correct already-documented DTO schemas. Each review agent (content, phantom, security, relation) uses these operations to propose changes within their authority.
Every DTO property must be explicitly handled. Database properties that are intentionally not included in the DTO are declared separately via AutoBeInterfaceSchemaPropertyExclude in the
excludesarray.Available operations:
depict: Update documentation/metadata only (no type change)create: Add new property that should existupdate: Replace property schema (optionally rename vianewKey)erase: Remove invalid/phantom property from DTOkeep: Explicit acknowledgment that property is correct as-isnullish: Change only nullable/required status