From a9902c33df5bb09448aae151afd556d813fa24f4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 06:08:17 +0000 Subject: [PATCH] chore(advisor): clarify insights.write scope usage Agent-Logs-Url: https://github.com/appwrite/appwrite/sessions/8d7897b5-ac68-487d-954a-be717380bf66 Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com> --- app/config/scopes/project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/scopes/project.php b/app/config/scopes/project.php index 264a6fc731..07b8f86b55 100644 --- a/app/config/scopes/project.php +++ b/app/config/scopes/project.php @@ -368,7 +368,7 @@ return [ 'category' => 'Other', ], 'insights.write' => [ - 'description' => 'Access to ingest analyzer reports and insights.', + 'description' => 'Reserved for advisor ingestion outside CE. No public CE write endpoints currently use this scope.', 'category' => 'Other', ],