{
  "description": "Load Freeflow core runtime context in Gemini CLI.",
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "name": "freeflow-runtime-context",
            "command": "node \"${extensionPath}/hooks/adapters/gemini-session-start.mjs\" SessionStart",
            "timeout": 5000
          }
        ]
      }
    ]
  }
}
