Files
wwtools/graccesscli/docs
Joseph Doherty c12fbc5988 graccesscli/docs: document the package-only writeback boundary
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>
2026-05-05 15:52:57 -04:00
..

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 live ZB galaxy with graccess_cli.
  • zb-testmachine.md - deep read-only documentation of the ZB $TestMachine template family and instances.
  • template-parsing.md - read-only workflow for inspecting existing templates such as TestMachine.
  • 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.