houseCARL 1.0.1
houseCARL 1.0.1 - descendable reads + bracket-grammar discoverability.
What's new
- Descendable reads:
housecarl_read_recordandhousecarl_batch_record_detailgain adepthparameter.depth=1(default) is unchanged;depth>=2enumerates the contents of lists, dictionaries, and sub-structs - each element shown with its index and an identity (e.g.VirtualMachineAdapter.Scripts[0].Properties[5] = [ScriptObjectProperty] Name=...) - so nested elements and their indices are visible in one call instead of probing each index by hand. - Bracket-grammar discoverability: reading a collection with a dot-index (e.g.
Aliases.0) now returns an actionable hint to use brackets (Aliases[0]); bracket indexing is documented in the read and write tool descriptions.
Install (modders): download houseCARL-1.0.1.zip below, unzip, and run houseCARL-Setup.exe, then pick [1] Claude / [2] Codex / [3] Both. Requires Windows, the .NET 9 ASP.NET Core Runtime, and Mod Organizer 2. See the README for build-from-source and full details.
Licensed GPL-3.0-only (see LICENSE and THIRD-PARTY-NOTICES.txt).