fix: stabilize vedastro oracle closure boundaries

This commit is contained in:
732642856
2026-07-02 01:22:53 +08:00
parent 82f6ec76c7
commit e054f5b663
20 changed files with 165 additions and 88 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ def generate_blank_oracle_kit(output_dir: str) -> dict[str, Any]:
"validate_command": report["validate_command"],
}
recommended_front_order = sorted(FRONTS, key=lambda front: fronts[front]["missing_field_count"])
recommended_front_order = list(FRONTS)
manifest = {
"scope": "first_oracle_blank_kit_manifest",
"front_count": len(FRONTS),