ReferenceFields
Fields operations
Raw field code inspection, insertion, rebuild, and removal.
5 operations. Names, descriptions, and behavior flags come from the canonical contract.
Operations
fields.getGet detailed information about a specific field.readfields.insertInsert a raw field code at a target location, optionally preserving cached result text. The current v1 runtime supports rebuild flows; `cachedResultText` / `updatePolicy: "preserveCached"` currently return `CAPABILITY_UNAVAILABLE`.mutatesfields.listList all fields in the document.readfields.rebuildRebuild (recalculate) a field.mutatesfields.removeRemove a field from the document.mutates