feat: profile解決とmodel catalogを更新

This commit is contained in:
2026-07-30 22:12:25 +09:00
parent d94ef81b43
commit 3e217adc14
34 changed files with 421 additions and 347 deletions
+3 -3
View File
@@ -1192,7 +1192,7 @@ root = ".yoi/tickets"
temp.path(),
r#"
[roles.intake]
profile = "builtin:default"
profile = "builtin:companion"
"#,
);
@@ -1203,7 +1203,7 @@ profile = "builtin:default"
.unwrap()
.profile
.as_str(),
"builtin:default"
"builtin:companion"
);
assert_eq!(
config
@@ -1313,7 +1313,7 @@ profile = "inherit"
temp.path(),
r#"
[roles.investigator]
profile = "builtin:default"
profile = "builtin:companion"
"#,
);