@atlante/validator
v0.1.5
Published
Atlante document and template validator
Readme
@atlante/validator
Document and template-input validation for Atlante. Requires Node.js 22 or later.
npm install @atlante/validatorThe validator discovers and parses atlante.jsonc or atlante.json, expands
presets, validates the document structure, and validates each agent against its
template input schema.
Primary exports include loadDocument, validateDocumentText,
validateTemplates, expandDocument, and diagnostic formatting helpers.
