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.
| Tool | Effect | Description |
|---|---|---|
savegen_add_field_to_existing | writes | Add a field to a previously-generated save system. Reads |
savegen_dump_save_file_as_json | read-only | Read a save slot file from disk, decrypt it (if encrypted), and pretty-print the JSON. |
savegen_generate_code | writes | Lower a SaveSystemSpec to four real .cs files in Assets/_Game/SaveSystem/<ClassName>/: |
savegen_propose_from_prompt | read-only | Free-text goal → SaveSystemSpec JSON via Buril.Providers.ProviderRegistry.Active. |
savegen_test_roundtrip | read-only | Round-trip a SaveSystemSpec through ToJson/FromJson and assert the result is structurally |
savegen_validate_spec | read-only | Run validation rules on a SaveSystemSpec JObject — class_name is a valid C# identifier, |