This commit is contained in:
Nathan Flurry 2026-01-25 00:23:08 -08:00
parent 1246e374a8
commit e6b19ed2b6
69 changed files with 6306 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use std::path::Path;
fn main() {
let out_dir = std::env::var("OUT_DIR").unwrap();
let schema_dir = Path::new("../../dist");
let schema_dir = Path::new("../../../resources/agent-schemas/dist");
let schemas = [
("opencode", "opencode.json"),