c12fbc5988
Adds a new "Editing Script Content" section to script-parsing.md that
explains the IAttribute.SetValue silent-no-op behavior on
MxCategoryPackageOnly* attributes, enumerates which ScriptExtension
fields fall on each side of the boundary (text fields = no, trigger
settings = yes), names the EnsureMutableViaSetValue safety check that
landed in bd95ace, and includes a one-liner for inspecting any
object's package-only attributes via `object attributes --configurable`.
Closes the documentation gap surfaced when validating the round-trip
script edit on \$DelmiaReceiver.ProcessRecipe — the previous docs
described the read path comprehensively but said nothing about which
attributes can actually be written.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GRAccess CLI Documentation
This folder stores user-facing and implementation reference documentation for graccess_cli.
usage.md- CLI commands, options, session mode, IPC protocol, and expanded command surface. Update this whenever user-facing commands change.llm-integration.md- implemented LLM-facing operating contract, stable envelope, safety rules, validation, batch plans, and IDE intent wrappers.adding-features.md- contributor checklist for adding commands, dispatcher handlers, LLM output, validation, tests, and documentation.zb-galaxy.md- read-only documentation captured from the liveZBgalaxy withgraccess_cli.zb-testmachine.md- deep read-only documentation of theZB$TestMachinetemplate family and instances.template-parsing.md- read-only workflow for inspecting existing templates such asTestMachine.attribute-parsing.md- detailed workflow for parsing all template attributes and setting families.script-parsing.md- workflow for parsing script libraries and object-level scripts.template-editing.md- end-to-end workflow for safely editing existing templates.template-instance-editing.md- workflow for creating and editing template instances, areas, engine assignments, and I/O settings.attribute-editing.md- detailed workflow for editing template attributes, UDAs, extensions, and setting families.script-editing.md- workflow for editing script libraries and script-bearing template content.clifx_reference.md- local CliFx framework reference.