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

641 B

title, type, entity, version, schema, settings
title type entity version schema settings
SoftwareProject schema SoftwareProject 1
name language? license? repo_url? maintained_by?
string, project name string, primary programming language string, open source license type string, repository URL Person, primary maintainer
validation
warn

SoftwareProject

A software project or library tracked in the knowledge base. Can be open source or proprietary. Links to the people who maintain it and the technologies used.

Observations

  • [purpose] Tracks software projects and their key metadata
  • [convention] repo_url should be a full URL including protocol