logicsrc/packages
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
..
account-core Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
agentstack feat(agentstack): add @logicsrc/agentstack coordination module (#5) 2026-06-10 16:39:32 -07:00
cli Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
logicsrc-mcp Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
plugin-core Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00
schemas Add AgentAd ad schemas as a LogicSRC primitive (#10) 2026-06-11 21:02:43 -07:00
sdk Implement OpenSpec artifacts and SDK contracts 2026-06-06 16:44:58 +00:00
tui Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
validators perf(validators): cache compiled AJV validators instead of recompiling each call 2026-06-14 07:36:17 +02:00