profile: remove lua profile resolver

This commit is contained in:
2026-07-11 04:44:32 +09:00
parent 156f8ad044
commit 254360f1ab
24 changed files with 473 additions and 980 deletions
+1 -1
View File
@@ -1227,7 +1227,7 @@ workflow = "ticket-review-workflow"
temp.path(),
r#"
[roles.coder]
profile = "./coder.lua"
profile = "./coder.toml"
"#,
);
let context = TicketRoleLaunchContext::new(temp.path(), TicketRole::Coder);