From 961ca8f41e1e8bd3aecb979c346c5205386fc55a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 21:38:06 -0500 Subject: [PATCH] this is intersting maybe what I'm doing. I'm not current AI. that is for sure --- patchset.config.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patchset.config.go b/patchset.config.go index ed5853b..c9ba7f0 100644 --- a/patchset.config.go +++ b/patchset.config.go @@ -8,6 +8,7 @@ import ( "strings" "github.com/google/uuid" + "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" "google.golang.org/protobuf/proto" ) @@ -185,3 +186,8 @@ func (f *Forge) findPatch(newpatch *Patch) bool { return false } + +func (f *Forge) IsPatchApplied(newpatch *Patch) (*gitpb.Repo, bool) { + log.Info("todo: find namespace and repo for patch", newpatch.Filename) + return nil, false +}