openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 381 B
JavaScript
export const PACKAGE_LIFECYCLE_MARKER_CONTRACT_RELATIVE_PATH =
"scripts/lib/package-lifecycle-marker.mjs";
export const PACKAGE_LIFECYCLE_PENDING_RELATIVE_PATH = ".openclaw-lifecycle-pending";
// 2026.8.1 shipped this path. Remove after the supported upgrade floor moves past that release.
export const LEGACY_PACKAGE_INSTALL_GUARD_RELATIVE_PATH = "dist/openclaw-install-guard";