logicsrc/packages/validators
nullref 07e93ce9ff perf(validators): cache compiled AJV validators instead of recompiling each call
validate() was creating a new AJV instance and recompiling the schema on every
invocation. Schema compilation is expensive (JSON Schema parsing, format setup).
Cache the compiled validator per SchemaKind so compilation happens once.
2026-06-14 07:36:17 +02:00
..
src perf(validators): cache compiled AJV validators instead of recompiling each call 2026-06-14 07:36:17 +02:00
package.json Add AgentAd ad schemas as a LogicSRC primitive (#10) 2026-06-11 21:02:43 -07:00
tsconfig.json Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00