add ai feature

This commit is contained in:
2025-11-05 16:06:09 +08:00
parent 42bc9aff42
commit 13ca7ddbed
33 changed files with 2194 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
package flow_test
import "testing"
func TestRenameFlowStub(t *testing.T) {
t.Skip("rename flow implementation pending")
}