feat(system): add staged release updates

This commit is contained in:
jxxghp
2026-08-24 17:58:03 +08:00
parent 5415398027
commit 84326e20de
23 changed files with 1393 additions and 350 deletions
+20 -3
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6579,
"edge_sha256": "87982f9e351a23cb949bcb8a978b9c1eced6260d6c19761fccc9557b79ac90d3",
"edge_count": 6595,
"edge_sha256": "b0709f6e54bf046386d5df81c54a3e65889f18473b8cc91bbe7c97010bda02dc",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -171,6 +171,19 @@
"app.adapters.system.rust -> app.runtime",
"app.adapters.system.rust -> app.runtime.log",
"app.adapters.system.rust -> app.runtime.settings",
"app.adapters.system.update -> app.adapters",
"app.adapters.system.update -> app.adapters.network",
"app.adapters.system.update -> app.adapters.network.http",
"app.adapters.system.update -> app.foundation",
"app.adapters.system.update -> app.foundation.environment",
"app.adapters.system.update -> app.foundation.singleton",
"app.adapters.system.update -> app.foundation.version",
"app.adapters.system.update -> app.runtime",
"app.adapters.system.update -> app.runtime.log",
"app.adapters.system.update -> app.runtime.settings",
"app.adapters.system.update -> app.runtime.thread",
"app.adapters.system.update -> app.schemas",
"app.adapters.system.update -> app.schemas.system",
"app.adapters.web.correlation -> app.runtime",
"app.adapters.web.correlation -> app.runtime.correlation",
"app.adapters.web.health -> app.runtime",
@@ -2263,6 +2276,7 @@
"app.api.endpoints.system -> app.adapters.network.http",
"app.api.endpoints.system -> app.adapters.system",
"app.api.endpoints.system -> app.adapters.system.rust",
"app.api.endpoints.system -> app.adapters.system.update",
"app.api.endpoints.system -> app.adapters.web",
"app.api.endpoints.system -> app.adapters.web.security",
"app.api.endpoints.system -> app.adapters.web.security.access",
@@ -5830,6 +5844,8 @@
"app.scheduler -> app.adapters",
"app.scheduler -> app.adapters.external",
"app.scheduler -> app.adapters.external.server",
"app.scheduler -> app.adapters.system",
"app.scheduler -> app.adapters.system.update",
"app.scheduler -> app.application",
"app.scheduler -> app.application.agent",
"app.scheduler -> app.application.agentdata",
@@ -6596,7 +6612,7 @@
"app.workflow.actions.transfer_file -> app.workflow",
"app.workflow.actions.transfer_file -> app.workflow.actions"
],
"module_count": 812,
"module_count": 813,
"modules": [
"app",
"app.adapters",
@@ -6637,6 +6653,7 @@
"app.adapters.system.resource",
"app.adapters.system.rust",
"app.adapters.system.stdio",
"app.adapters.system.update",
"app.adapters.web",
"app.adapters.web.correlation",
"app.adapters.web.health",