# 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.