2.5 KiB
2.5 KiB
作成
LocalTicketBackend によって作成されました。
Intake summary
Marked ready by yoi ticket state.
State changed
Marked ready by yoi ticket state.
State changed
Ticket を yoi ticket が queued にしました。
State changed
State changed to inprogress.
Implementation report
builtin:default profile と setup wizard 生成の user:default profile で Ticket feature を有効化した。
変更点:
resources/profiles/default.dcdlのfeature.ticket.enabledをtrueに変更。- builtin default profile artifact の
feature.ticket.enabledをtrueに変更。 - setup wizard が生成する default profile の
[feature.ticket] enabledをtrueに変更。 - builtin default profile resolution / setup profile generation のテスト期待値を追加。
ticket_orchestrationは default では無効のまま維持。WorkerManifestConfig::builtin_defaults()の裸の feature default は変更していない。
検証:
cargo test -p manifest builtin_default_resolves_without_external_evaluator --quietcargo test -p manifest builtin_role_profiles_preserve_role_tool_policy --quietcargo test -p tui write_default_profile_config_creates_registry_and_profile --quietcargo test -p worker installs_ticket_tools_when_default_root_is_usable --quietcargo fmt --checkgit diff --check
State changed
Ticket を closed にしました。
完了
Default profile now enables Ticket lifecycle tools by default while keeping ticket orchestration disabled. Builtin default profile and setup-generated user default profile were updated, with focused tests covering the new expectations.