ticket: use boolean ticket capabilities

This commit is contained in:
2026-07-21 06:13:26 +09:00
parent 064965d350
commit 7f7d2fe7fc
12 changed files with 239 additions and 208 deletions
+3 -2
View File
@@ -238,7 +238,8 @@ enabled = false
[feature.ticket]
enabled = true
preset = "workspace_authoring"
authoring = true
thread = true
[memory]
extract_threshold = 50000
@@ -296,7 +297,7 @@ mod tests {
assert!(profile.contains("ref = \"codex-oauth/gpt-5.5\""));
assert!(profile.contains("scope = \"workspace_write\""));
assert!(
profile.contains("[feature.ticket]\nenabled = true\npreset = \"workspace_authoring\"")
profile.contains("[feature.ticket]\nenabled = true\nauthoring = true\nthread = true")
);
}