{
  "meta": {
    "lastTouchedVersion": "2026.1.24-3",
    "lastTouchedAt": "2026-02-23T00:00:00.000Z",
    "note": "Fix: workspace pointed to builder's dir. Now points to sentinel's actual workspace."
  },
  "auth": {
    "profiles": {
      "anthropic:default": { "provider": "anthropic", "mode": "api_key" },
      "anthropic:claude-cli": { "provider": "anthropic", "mode": "oauth" }
    },
    "order": {
      "anthropic": ["anthropic:claude-cli", "anthropic:default"]
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "anthropic/claude-sonnet-4-20250514",
        "fallbacks": ["anthropic/claude-opus-4-6"]
      },
      "workspace": "/home/ccuser/sentinel",
      "contextTokens": 100000,
      "maxConcurrent": 2,
      "subagents": { "maxConcurrent": 4 },
      "heartbeat": {
        "every": "1h",
        "model": "anthropic/claude-sonnet-4-20250514",
        "includeReasoning": false
      }
    }
  },
  "messages": { "ackReactionScope": "group-mentions" },
  "commands": { "native": "auto", "nativeSkills": "auto" },
  "gateway": {
    "port": 18800,
    "mode": "local",
    "auth": { "token": "sentinel-api-2026" }
  },
  "tools": {
    "web": {
      "search": { "apiKey": "BSAX4hhpkzkj2McQl4-wEqi7xzKhSwM" }
    }
  }
}
