{
  "adapterId": "sample-repo-map",
  "adapterVersion": "1.0.0",
  "project": {
    "id": "sample-project",
    "detection": {
      "rootMarkers": [
        {
          "kind": "file",
          "path": "package.json"
        }
      ],
      "maximumDepth": 2,
      "scope": "declared-project-root",
      "requireApprovalOutsideScope": true
    }
  },
  "supportedSkills": [
    {
      "id": "repo-map",
      "compatibleVersions": ["0.2.3"],
      "declaredMode": "audit-only"
    }
  ],
  "extensions": {
    "safeReadPaths": ["README.md", "docs", "src"],
    "ignoredPaths": ["dist", "coverage"],
    "documentationPrecedence": [],
    "commandAliases": [],
    "safeStatusCommands": [],
    "requiredEvidence": ["package manifest", "application entry point"],
    "expectedRuntimeManagers": [],
    "expectedPackageManagers": ["npm"]
  },
  "approvalRequirements": [
    {
      "operation": "read-outside-declared-scope",
      "required": true,
      "reason": "The adapter cannot expand repository scope implicitly."
    }
  ],
  "inheritance": {
    "sharedRestrictions": "required",
    "deniedOperationCategories": [
      "file-write",
      "package-install",
      "deployment",
      "git-mutation",
      "unrestricted-scan",
      "secret-read",
      "process-mutation",
      "service-mutation",
      "migration-apply",
      "privileged-api"
    ],
    "allowRestrictionRemoval": false,
    "allowModeOverride": false,
    "allowFailureSuppression": false,
    "allowCompletionOverride": false,
    "allowSecretExposure": false,
    "allowRequiredEvidenceRemoval": false,
    "allowScopeExpansionWithoutApproval": false
  }
}
