{
  "mcp.servers": {
    "csvlod-ai": {
      "command": "node",
      "args": ["./node_modules/csvlod-ai-mcp-server/dist/index.js"],
      "description": "CSVLOD-AI Framework MCP Server - Revolutionary AI-native development with sovereignty",
      "sovereignty": {
        "level": "high",
        "dataLocation": "local",
        "auditEnabled": true,
        "telemetryOptIn": false
      }
    }
  },
  "csvlod.sovereignty.level": "high",
  "csvlod.sovereignty.enforcement": "strict",
  "csvlod.sovereignty.userConsentRequired": true,
  "csvlod.sovereignty.dataOwnership": "user",
  "csvlod.sovereignty.transparencyMode": "full",
  "csvlod.sovereignty.auditFrequency": "weekly",
  "csvlod.sovereignty.minimumScore": 90,
  "csvlod.sovereignty.alertOnViolations": true,
  
  "csvlod.telemetry.enabled": false,
  "csvlod.telemetry.optInRequired": true,
  "csvlod.telemetry.dataMinimization": true,
  "csvlod.telemetry.localStorage": true,
  "csvlod.telemetry.anonymization": true,
  "csvlod.telemetry.userControlled": true,
  "csvlod.telemetry.easyOptOut": true,
  
  "csvlod.dataLocation": "local",
  "csvlod.contextEngineering.enabled": true,
  "csvlod.contextEngineering.autoGenerate": false,
  "csvlod.contextEngineering.userApproval": true,
  "csvlod.contextEngineering.templateLibrary": "local",
  "csvlod.contextEngineering.customPrompts": true,
  
  "csvlod.agentSwarms.enabled": true,
  "csvlod.agentSwarms.maxAgents": 5,
  "csvlod.agentSwarms.userOverride": true,
  "csvlod.agentSwarms.consentRequired": true,
  "csvlod.agentSwarms.maxConcurrentAgents": 3,
  "csvlod.agentSwarms.taskApprovalRequired": true,
  "csvlod.agentSwarms.fullAuditTrail": true,
  "csvlod.agentSwarms.userCanTerminate": true,
  
  "csvlod.workspace.autoInit": false,
  "csvlod.workspace.validationOnSave": true,
  "csvlod.workspace.sovereigntyAudit.enabled": true,
  "csvlod.workspace.sovereigntyAudit.schedule": "daily",
  "csvlod.workspace.sovereigntyAudit.alertThreshold": 85,
  "csvlod.workspace.templates.location": "local",
  "csvlod.workspace.templates.customTemplates": true,
  "csvlod.workspace.templates.shareWithConsent": false,
  
  "csvlod.performance.trackEfficiencyGains": true,
  "csvlod.performance.measureSovereigntyImpact": true,
  "csvlod.performance.reportVelocityImprovement": true,
  "csvlod.performance.benchmarkAgainstBaseline": false,
  
  "csvlod.privacy.localFirst": true,
  "csvlod.privacy.encryptSensitiveData": true,
  "csvlod.privacy.logAuditTrail": true,
  "csvlod.privacy.anonymizeMetrics": true,
  
  "editor.codeActionsOnSave": {
    "source.csvlod.validate": true,
    "source.csvlod.optimize": false
  },
  
  "files.associations": {
    "*.csvlod": "yaml",
    "AI-CONTEXT.md": "markdown",
    "AGENT-MANIFEST.yaml": "yaml",
    "PROJECT_STATE.md": "markdown"
  },
  
  "yaml.schemas": {
    "./node_modules/csvlod-ai-mcp-server/schemas/agent-manifest.json": "AGENT-MANIFEST.yaml",
    "./node_modules/csvlod-ai-mcp-server/schemas/project-state.json": "PROJECT_STATE.md"
  },
  
  "emmet.includeLanguages": {
    "csvlod": "yaml"
  },
  
  "search.exclude": {
    "**/.csvlod/cache": true,
    "**/.csvlod/temp": true
  },
  
  "files.watcherExclude": {
    "**/.csvlod/cache/**": true,
    "**/.csvlod/temp/**": true
  }
} 