fix: disable Luker browser graph mirror

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Sisyphus
2026-05-03 14:21:52 +00:00
parent 88512d85e9
commit 5a105fd4a4
2 changed files with 18 additions and 8 deletions

View File

@@ -1517,7 +1517,7 @@ function buildPersistenceEnvironment(
cacheStorageTier: authorityPrimary
? "none"
: hostProfile === "luker"
? localStoreTier
? "none"
: "none",
};
}
@@ -24235,4 +24235,3 @@ async function onCompactLukerSidecar() {
debugLog("[ST-BME] 初始化完成");
})();