Files
Paul Hernandez c97733d785 feat: Schema system for Basic Memory (#549)
Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:04:42 -06:00

622 B

title, type, entity, version, schema, settings
title type entity version schema settings
StrictSchema schema StrictEntity 1
name category priority?
string, entity name string, required classification integer, priority level
validation
strict

StrictSchema

A schema with strict validation mode enabled. Notes validated against this schema will produce errors instead of warnings for missing required fields. Useful for CI/CD enforcement where structural compliance is mandatory.

Observations

  • [purpose] Demonstrates strict validation mode for required field enforcement
  • [mode] Strict validation blocks sync on missing required fields