fix(hephaestus): remove auto-commit policy to prevent surprise commits

The auto-commit section instructed Hephaestus to automatically commit after
implementation work. Users who didn't know about this behavior would get
surprise commits — a trust-breaking behavioral change flagged by 5 Oracle
reviews as the sole publish blocker for 3.9.0.
This commit is contained in:
YeonGyu-Kim
2026-02-27 04:27:07 +09:00
parent ccce641ccd
commit e548243378
2 changed files with 1 additions and 28 deletions
+1 -13
View File
@@ -24,19 +24,7 @@
"disabled_agents": {
"type": "array",
"items": {
"type": "string",
"enum": [
"sisyphus",
"hephaestus",
"prometheus",
"oracle",
"librarian",
"explore",
"multimodal-looker",
"metis",
"momus",
"atlas"
]
"type": "string"
}
},
"disabled_skills": {