schema_version: "1.0" name: git-tree-entry description: "A blob entry in a tree — a specific file's content at a specific path and mode" resource_kind: physical sandbox_strategy: none user_addable: false built_in: true cli_args: [] parent_types: ["git-tree"] child_types: [] capabilities: read: true write: false sandbox: false checkpoint: false handler: "cleveragents.resource.handlers.git:GitObjectHandler"