fix: wire memory v2 runtime helpers

This commit is contained in:
john
2026-07-04 18:59:36 +08:00
parent e4657c7e55
commit bfb6356f7d
2 changed files with 89 additions and 0 deletions
+4
View File
@@ -312,6 +312,10 @@ async function writeMetadata() {
path.join(root, 'scripts', 'runtime-slo-report.mjs'),
path.join(runtimeRoot, 'scripts', 'runtime-slo-report.mjs'),
);
await fs.copyFile(
path.join(root, 'scripts', 'embed-memory-v2-local-hash.mjs'),
path.join(runtimeRoot, 'scripts', 'embed-memory-v2-local-hash.mjs'),
);
await fs.copyFile(
path.join(root, 'scripts', 'install-runtime-metrics-agent.sh'),
path.join(runtimeRoot, 'scripts', 'install-runtime-metrics-agent.sh'),