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

562 B

title, type, entity, version, schema, settings
title type entity version schema settings
Book schema Book 1
title author? published_year? genre?(enum)
string, book title string, author name integer, year of publication
fiction
nonfiction
technical
validation
warn

Book

A book or publication tracked in the knowledge base. The genre field uses an enumeration to constrain values to fiction, nonfiction, or technical.

Observations

  • [purpose] Tracks books with structured metadata including genre classification
  • [convention] published_year should be a four-digit year