{
  "name": "nous-autoresearch-core",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/nous/autoresearch-core/nous_autoresearch_core",
  "tags": ["scope:nous", "type:lib", "domain:autoresearch", "lang:python"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "python3 -m pytest tests/ -q", "cwd": "libs/nous/autoresearch-core" }
    },
    "validate-case-studies": {
      "executor": "nx:run-commands",
      "options": {
        "command": "python3 -m nous_autoresearch_core.case_studies_cli",
        "cwd": "libs/nous/autoresearch-core"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "python3 -m ruff check .", "cwd": "libs/nous/autoresearch-core" }
    }
  }
}
