# rye:signed:2026-04-01T04:10:51Z:d6f54b76bce5c407b03972def2596fb0856e76dc46ae6ac359d58a28a83358d5:GCVm3iuzbzz26K1wTn7Jj9GAU-RIFhTjIfe55P1PmpvaH80vQmy0I6ZXtJOcDtIFeyZRBdgSGXw4RUvB2wP6Dg:6ea18199041a1ea8
version: "1.0.0"
tool_type: runtime
executor_id: rye/core/primitives/subprocess
category: rye/core/runtimes/bash
description: "Bash runtime - executes shell commands directly"

env_config:
  env:
    PATH: "${PATH}"

config:
  command: "/bin/bash"
  args:
    - "-c"
    - "{command}"
    - "{tool_path}"
    - "{project_path}"
  input_data: "{params_json}"
  timeout: 300

config_schema:
  type: object
  properties:
    command:
      type: string
      description: Shell command to execute
