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