Skip to main content

SaveSystemAi

6 tools in this family (folder Editor/Tools/SaveSystemAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
savegen_add_field_to_existingwritesAdd a field to a previously-generated save system. Reads
savegen_dump_save_file_as_jsonread-onlyRead a save slot file from disk, decrypt it (if encrypted), and pretty-print the JSON.
savegen_generate_codewritesLower a SaveSystemSpec to four real .cs files in Assets/_Game/SaveSystem/<ClassName>/:
savegen_propose_from_promptread-onlyFree-text goal → SaveSystemSpec JSON via Buril.Providers.ProviderRegistry.Active.
savegen_test_roundtripread-onlyRound-trip a SaveSystemSpec through ToJson/FromJson and assert the result is structurally
savegen_validate_specread-onlyRun validation rules on a SaveSystemSpec JObject — class_name is a valid C# identifier,