Fix hardcoded OpenClaw paths — use standard module resolution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 22:51:11 -08:00
parent 3ecabeea63
commit 377437cf3c

View File

@@ -31,8 +31,8 @@ export const LINKEDIN_MAX_MODAL_STEPS = 20;
export const WELLFOUND_BASE = 'https://wellfound.com';
// --- Browser ---
export const KERNEL_SDK_PATH = '/home/ubuntu/.openclaw/workspace/node_modules/@onkernel/sdk/index.js';
export const DEFAULT_PLAYWRIGHT_PATH = '/home/ubuntu/.npm-global/lib/node_modules/playwright/index.mjs';
export const KERNEL_SDK_PATH = '@onkernel/sdk';
export const DEFAULT_PLAYWRIGHT_PATH = 'playwright';
// --- Search ---
export const LINKEDIN_MAX_SEARCH_PAGES = 40;