Skip to main content

Module policy

Module policy 

Source
Expand description

Policy contracts that decide what is safe to automate and what must be reviewed. Policy gates that decide what automation may do safely.

Policy values encode the operational boundary between labor-saving automation and human review: group-play eligibility, vaccine requirements, manager approval, medical-document review, customer-message approval, and refund/deposit exceptions. These types document why an agent may draft, route, suppress, or escalate work; they do not grant permission to override local resort policy or invent availability.

Modules§

automation
Automation-level policy rules that classify workflows as safe, draft-only, internal, or review-gated.
denial
Denial reasons that explain why a workflow is blocked or escalated to review.
play
Group-play eligibility policies used to protect pet safety while avoiding unnecessary manual triage.

Structs§

Id
Stable policy identifier used to reference local resort, brand, or portfolio rule sets.
VaccineName
Vaccine name as it appears in a requirement, proof document, or source-system mapping.
VaccineRequirement
Vaccine requirement for a species/service pair, including whether proof must come from a licensed vet source.
WorkflowName
Named workflow that an automation-safety rule governs.

Enums§

IdError
ReviewGate
Human review gate required before automation may proceed with sensitive work.
VaccineNameError
WorkflowNameError