diff --git a/internal/app/analyze/ports.go b/internal/app/analyze/ports.go index 3f75257..bc3fa21 100644 --- a/internal/app/analyze/ports.go +++ b/internal/app/analyze/ports.go @@ -6,7 +6,7 @@ import ( "github.com/tae2089/code-context-graph/internal/domain/graph" ) -// test + // FlowRebuildStore is the transaction-scoped graph and flow persistence surface used by a rebuild. // @intent let flow application policy trace and replace flows without importing a database adapter. type FlowRebuildStore interface {