{
  "name": "@iris/computer-use-native",
  "$schema": "../../../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/iris/agents/computer-use/native/crates",
  "tags": ["scope:iris", "layer:agent", "type:lib", "lang:rust"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo build --workspace"
      }
    },
    "build:release": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo build --workspace --release"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo test --workspace"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo clippy --workspace --all-targets -- -D warnings"
      }
    },
    "format": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo fmt --all"
      }
    },
    "format:check": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/iris/agents/computer-use/native",
        "command": "cargo fmt --all -- --check"
      }
    }
  }
}
