{
  "schema_version": "openbrain.openclaw.recall.v1",
  "workspace_id": "workspace_123",
  "project_id": "project_ob1",
  "task_id": "openclaw_task_456",
  "flow_id": null,
  "task_type": "code_review",
  "channel": {
    "kind": "github",
    "id": "NateBJones-Projects/OB1",
    "thread_id": "pull/123"
  },
  "runtime": {
    "name": "openclaw",
    "version": "2026.3.24-beta.2"
  },
  "model_intent": {
    "provider": "openai",
    "model": "gpt-5.5"
  },
  "query": "Review PR 123 for repo conventions, risky files, and prior maintainer corrections.",
  "entities": {
    "people": ["Nate Jones", "Jonathan Edwards"],
    "orgs": ["OB1"],
    "repos": ["NateBJones-Projects/OB1"],
    "files": ["integrations/agent-memory-api/index.ts"],
    "customers": [],
    "topics": ["agent memory", "code review"]
  },
  "scope": {
    "visibility": "project",
    "project_only": true,
    "include_unconfirmed": false,
    "include_stale": false
  },
  "limits": {
    "max_items": 8,
    "max_tokens": 4000,
    "recency_days": 180
  },
  "sensitivity": {
    "contains_code": true,
    "contains_customer_data": false,
    "contains_private_meeting_data": false
  }
}
