refactor flows into canonical runtime architecture

This commit is contained in:
QLHazyCoder
2026-05-21 07:21:34 +08:00
parent e2485d2e64
commit a7b35ee11a
167 changed files with 9034 additions and 3032 deletions
+29 -9
View File
@@ -49,13 +49,17 @@
],
"js": [
"content/activation-utils.js",
"shared/source-registry.js",
"flows/openai/index.js",
"flows/kiro/index.js",
"flows/index.js",
"core/flow-kernel/flow-registry.js",
"core/flow-kernel/source-registry.js",
"content/utils.js",
"content/operation-delay.js",
"content/auth-page-recovery.js",
"content/phone-country-utils.js",
"content/phone-auth.js",
"content/signup-page.js"
"flows/openai/content/auth-page-recovery.js",
"flows/openai/content/phone-country-utils.js",
"flows/openai/content/phone-auth.js",
"flows/openai/content/openai-auth.js"
],
"run_at": "document_idle"
},
@@ -66,7 +70,11 @@
],
"js": [
"content/activation-utils.js",
"shared/source-registry.js",
"flows/openai/index.js",
"flows/kiro/index.js",
"flows/index.js",
"core/flow-kernel/flow-registry.js",
"core/flow-kernel/source-registry.js",
"content/utils.js",
"content/qq-mail.js"
],
@@ -83,7 +91,11 @@
],
"js": [
"content/activation-utils.js",
"shared/source-registry.js",
"flows/openai/index.js",
"flows/kiro/index.js",
"flows/index.js",
"core/flow-kernel/flow-registry.js",
"core/flow-kernel/source-registry.js",
"content/utils.js",
"content/mail-163.js"
],
@@ -97,7 +109,11 @@
],
"js": [
"content/activation-utils.js",
"shared/source-registry.js",
"flows/openai/index.js",
"flows/kiro/index.js",
"flows/index.js",
"core/flow-kernel/flow-registry.js",
"core/flow-kernel/source-registry.js",
"content/utils.js",
"content/icloud-mail.js"
],
@@ -110,7 +126,11 @@
],
"js": [
"content/activation-utils.js",
"shared/source-registry.js",
"flows/openai/index.js",
"flows/kiro/index.js",
"flows/index.js",
"core/flow-kernel/flow-registry.js",
"core/flow-kernel/source-registry.js",
"content/utils.js",
"content/operation-delay.js",
"content/duck-mail.js"