docs(vcs): add package doc to interfaces.go

This commit is contained in:
claw
2026-05-12 10:05:39 -07:00
parent 7cc1c08943
commit c7a33b000d
+3
View File
@@ -1,3 +1,6 @@
// Package vcs defines the shared VCS client interface and supporting types.
// Platform adapters (gitea, github) implement these interfaces so the core
// review logic can work with any VCS platform without platform-specific code.
package vcs
import "context"