fix: update MACP plugin paths from /home/jarvis to local environment #332

Merged
jason.woltje merged 1 commits from fix/macp-plugin-paths into main 2026-03-30 19:47:11 +00:00
Owner

Fixes all 3 blockers for MACP plugin integration:

  1. Hardcoded /home/jarvis/ paths → /home/woltjejason/ (OC SDK imports, repo root, PI_RUNNER_PATH)
  2. mosaic-orchestrator-run created at ~/.config/mosaic/bin/
  3. Stale tsconfig.tsbuildinfo with old paths removed

The OC SDK absolute import pattern is maintained (same as plugins/discord and plugins/telegram) since OC loads plugins at runtime from arbitrary paths.

Fixes all 3 blockers for MACP plugin integration: 1. ✅ Hardcoded `/home/jarvis/` paths → `/home/woltjejason/` (OC SDK imports, repo root, PI_RUNNER_PATH) 2. ✅ `mosaic-orchestrator-run` created at `~/.config/mosaic/bin/` 3. ✅ Stale `tsconfig.tsbuildinfo` with old paths removed The OC SDK absolute import pattern is maintained (same as plugins/discord and plugins/telegram) since OC loads plugins at runtime from arbitrary paths.
jason.woltje added 1 commit 2026-03-30 19:47:10 +00:00
fix: update MACP plugin paths from /home/jarvis to dynamic resolution
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
d3fdc4ff54
- plugins/macp/src/index.ts: updated OC SDK imports to local paths
- plugins/macp/src/macp-runtime.ts: DEFAULT_REPO_ROOT → mosaic-stack-new, PI_RUNNER_PATH updated
- plugins/macp/openclaw.plugin.json: default repoRoot description updated
- Removed stale tsconfig.tsbuildinfo with old path references
jason.woltje merged commit 87dcd12a65 into main 2026-03-30 19:47:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#332