From 494247ccb609f5a0517d0eca800b4475203f218f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Apr 2026 21:35:12 +0000 Subject: [PATCH] chore: add CodeRabbit triage metrics for v0.2.5 --- scripts/coderabbit-triage/metrics/v0.2.5.json | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 scripts/coderabbit-triage/metrics/v0.2.5.json diff --git a/scripts/coderabbit-triage/metrics/v0.2.5.json b/scripts/coderabbit-triage/metrics/v0.2.5.json new file mode 100644 index 000000000..b0cf06c6e --- /dev/null +++ b/scripts/coderabbit-triage/metrics/v0.2.5.json @@ -0,0 +1,67 @@ +{ + "release": "v0.2.5", + "date": "2026-04-23", + "prs_analyzed": 2, + "total_comments": 2, + "critical": 1, + "major": 1, + "by_component": { + "manifests": { + "critical": 1, + "major": 0, + "total": 1 + }, + "api-server": { + "critical": 0, + "major": 1, + "total": 1 + } + }, + "top_patterns": [ + { + "name": "Critical: referenced Secret keys do not exist in the base `ambient-api-server` Secret", + "count": 1, + "critical": 1, + "major": 0, + "impact_score": 4, + "components": [ + "manifests" + ], + "covered_by_guardrail": null, + "example_comments": [ + { + "id": 3133941687, + "title": "Critical: referenced Secret keys do not exist in the base `ambient-api-server` Secret", + "path": "components/manifests/base/ambient-control-plane-service.yml", + "html_url": "https://github.com/ambient-code/platform/pull/1445#discussion_r3133941687", + "ai_prompt": "" + } + ] + }, + { + "name": "Restore required constraints in `agents` DDL", + "count": 1, + "critical": 0, + "major": 1, + "impact_score": 3, + "components": [ + "api-server" + ], + "covered_by_guardrail": null, + "example_comments": [ + { + "id": 3133420513, + "title": "Restore required constraints in `agents` DDL", + "path": "components/ambient-api-server/plugins/agents/migration.go", + "html_url": "https://github.com/ambient-code/platform/pull/1442#discussion_r3133420513", + "ai_prompt": "" + } + ] + } + ], + "coverage_gaps": 2, + "pattern_categories": { + "security": 1, + "validation": 1 + } +}