more features checks. setup improvements

This commit is contained in:
master
2026-02-13 02:04:55 +02:00
parent 9911b7d73c
commit 9ca2de05df
675 changed files with 37550 additions and 1826 deletions

View File

@@ -0,0 +1,18 @@
{
"tier": 1,
"type": "code_review",
"capturedAtUtc": "2026-02-12T21:25:00Z",
"feature": "scm-annotation-client-contracts",
"claimsVerified": true,
"missingClaims": [],
"presentClaims": [
"ScmAnnotationContracts with unified PR/MR/status check interface at src/Integrations/__Libraries/StellaOps.Integrations.Contracts/ScmAnnotationContracts.cs",
"GitHubAppAnnotationClient (GitHub implementation) at src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/GitHubAppAnnotationClient.cs",
"GitLabAnnotationClient (GitLab implementation) at src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/GitLabAnnotationClient.cs",
"IntegrationDtos with annotation payload models at src/Integrations/__Libraries/StellaOps.Integrations.Contracts/IntegrationDtos.cs",
"IScmAnnotationClient interface with PostStatusAsync, PostCommentAsync, CreateCheckRunAsync defined in AiCodeGuardAnnotationService.cs",
"ScmStatusRequest, ScmCommentRequest, CheckRunRequest models with evidence link fields"
],
"verdict": "done",
"notes": "Unified SCM annotation contracts verified with GitHub and GitLab implementations. Contracts support PR/MR comments, status checks, check runs, and evidence link fields."
}