logicsrc/packages/validators
forgou37 9346d02a39
perf(validators): cache compiled AJV validators instead of recompiling each call (#94)
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-07-12 08:09:06 -07:00
..
src perf(validators): cache compiled AJV validators instead of recompiling each call (#94) 2026-07-12 08:09:06 -07:00
package.json Add AgentGit M1: agent-native git layer over a Forgejo backend 2026-06-14 15:15:06 +00:00
tsconfig.json Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00