docs(vcs): add package doc to interfaces.go
This commit is contained in:
@@ -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
|
package vcs
|
||||||
|
|
||||||
import "context"
|
import "context"
|
||||||
|
|||||||
Reference in New Issue
Block a user