From 090848a7eedeac078c34934aa4638e4e6db3adde Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 25 Aug 2026 06:49:26 +0800 Subject: [PATCH] chore: refresh architecture baselines for extracted modules --- .../architecture/dependency-baseline.json | 27 ++++++++++++++++--- .../runtime-contract-baseline.json | 7 ++++- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/tests/fixtures/architecture/dependency-baseline.json b/tests/fixtures/architecture/dependency-baseline.json index fd88cea46..cb8cb88cb 100644 --- a/tests/fixtures/architecture/dependency-baseline.json +++ b/tests/fixtures/architecture/dependency-baseline.json @@ -13,8 +13,8 @@ "runtime_to_db": [], "workflow_to_db": [] }, - "edge_count": 6603, - "edge_sha256": "70ed941e5ae3893b29167aa191357df42847de4547ce4a0b8d29acf38bbf924d", + "edge_count": 6620, + "edge_sha256": "da3e1ea903ff03ab300e43cd517e141365c65bf0304c091c22ff989ec8b9e1ae", "edges": [ "app -> app.runtime", "app -> app.runtime.compat", @@ -2563,6 +2563,11 @@ "app.application.directory -> app.schemas.file", "app.application.directory -> app.schemas.system", "app.application.directory -> app.schemas.types", + "app.application.download.selection -> app.domain", + "app.application.download.selection -> app.domain.context", + "app.application.download.selection -> app.schemas", + "app.application.download.selection -> app.schemas.media", + "app.application.download.selection -> app.schemas.mediaserver", "app.application.download.tasks -> app.schemas", "app.application.download.tasks -> app.schemas.transfer", "app.application.download.tasks -> app.schemas.types", @@ -2864,6 +2869,17 @@ "app.application.subscription.mutation -> app.application.outbox", "app.application.subscription.mutation -> app.schemas", "app.application.subscription.mutation -> app.schemas.event", + "app.application.subscription.priority -> app.application", + "app.application.subscription.priority -> app.application.subscription", + "app.application.subscription.priority -> app.application.subscription.contract", + "app.application.subscription.priority -> app.domain", + "app.application.subscription.priority -> app.domain.context", + "app.application.subscription.priority -> app.domain.meta", + "app.application.subscription.priority -> app.domain.meta.metabase", + "app.application.subscription.priority -> app.schemas", + "app.application.subscription.priority -> app.schemas.mediaserver", + "app.application.subscription.priority -> app.schemas.subscribe", + "app.application.subscription.priority -> app.schemas.types", "app.application.subscription.query -> app.domain", "app.application.subscription.query -> app.domain.context", "app.application.subscription.query -> app.domain.meta", @@ -3091,6 +3107,7 @@ "app.chain.download -> app.application.configuration", "app.chain.download -> app.application.directory", "app.chain.download -> app.application.download", + "app.chain.download -> app.application.download.selection", "app.chain.download -> app.application.download.tasks", "app.chain.download -> app.application.torrent", "app.chain.download -> app.chain", @@ -3372,6 +3389,7 @@ "app.chain.subscribe -> app.application.subscription.complete", "app.chain.subscribe -> app.application.subscription.contract", "app.chain.subscribe -> app.application.subscription.delete", + "app.chain.subscribe -> app.application.subscription.priority", "app.chain.subscribe -> app.application.subscription.query", "app.chain.subscribe -> app.application.subscription.write", "app.chain.subscribe -> app.application.torrent", @@ -3477,7 +3495,6 @@ "app.chain.transfer -> app.foundation.singleton", "app.chain.transfer -> app.runtime", "app.chain.transfer -> app.runtime.config", - "app.chain.transfer -> app.runtime.events", "app.chain.transfer -> app.runtime.log", "app.chain.transfer -> app.runtime.progress", "app.chain.transfer -> app.runtime.reload", @@ -6620,7 +6637,7 @@ "app.workflow.actions.transfer_file -> app.workflow", "app.workflow.actions.transfer_file -> app.workflow.actions" ], - "module_count": 813, + "module_count": 815, "modules": [ "app", "app.adapters", @@ -6883,6 +6900,7 @@ "app.application.database", "app.application.directory", "app.application.download", + "app.application.download.selection", "app.application.download.tasks", "app.application.downloader", "app.application.formatting", @@ -6951,6 +6969,7 @@ "app.application.subscription.delete", "app.application.subscription.identity", "app.application.subscription.mutation", + "app.application.subscription.priority", "app.application.subscription.query", "app.application.subscription.search", "app.application.subscription.write", diff --git a/tests/fixtures/architecture/runtime-contract-baseline.json b/tests/fixtures/architecture/runtime-contract-baseline.json index 3ed1356e7..1e7ee9695 100644 --- a/tests/fixtures/architecture/runtime-contract-baseline.json +++ b/tests/fixtures/architecture/runtime-contract-baseline.json @@ -6423,7 +6423,7 @@ } }, "run_module": { - "call_count": 260, + "call_count": 261, "dynamic_call_count": 0, "dynamic_calls": [], "method_count": 211, @@ -7651,6 +7651,11 @@ "count": 1, "mode": "sync" }, + { + "caller": "app.chain.media", + "count": 1, + "mode": "sync" + }, { "caller": "app.chain.musicbrainz", "count": 1,