Enable ghost_commit feature by default (#6041)

## Summary
- enable the ghost_commit feature flag by default

## Testing
- just fmt

------
https://chatgpt.com/codex/tasks/task_i_6904ce2d0370832dbb3c2c09a90fb188
This commit is contained in:
jif-oai
2025-11-11 09:20:46 +00:00
committed by GitHub
parent 6951872776
commit 052b052832
2 changed files with 12 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ pub const FEATURES: &[FeatureSpec] = &[
id: Feature::GhostCommit,
key: "ghost_commit",
stage: Stage::Experimental,
default_enabled: false,
default_enabled: true,
},
FeatureSpec {
id: Feature::WindowsSandbox,