dev: enable default ticket tools and workdir helpers

This commit is contained in:
2026-07-18 17:32:46 +09:00
parent 60410f29a1
commit 5e91f98ae0
18 changed files with 713 additions and 11 deletions
+3 -1
View File
@@ -237,7 +237,7 @@ enabled = true
enabled = false
[feature.ticket]
enabled = false
enabled = true
access = "lifecycle"
[feature.ticket_orchestration]
@@ -298,6 +298,8 @@ mod tests {
assert!(profile.contains("slug = \"default\""));
assert!(profile.contains("ref = \"codex-oauth/gpt-5.5\""));
assert!(profile.contains("scope = \"workspace_write\""));
assert!(profile.contains("[feature.ticket]\nenabled = true\naccess = \"lifecycle\""));
assert!(profile.contains("[feature.ticket_orchestration]\nenabled = false"));
}
#[test]