[GH-ISSUE #130] cargo install ralph-cli fails #51

Closed
opened 2026-02-27 10:21:57 +03:00 by kerem · 0 comments
Owner

Originally created by @aelr on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/130

Compilation error seen on Mac (M4, Tahoe) on cargo 1.93.0:

   Compiling ralph-core v2.2.5
error: couldn't read `/Users/<user>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ralph-core-2.2.5/src/event_loop/../../../../.claude/skills/ralph-memories/SKILL.md`: No such file or directory (os error 2)
  --> /Users/<user>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ralph-core-2.2.5/src/event_loop/mod.rs:29:30
   |
29 | const MEMORIES_SKILL: &str = include_str!("../../../../.claude/skills/ralph-memories/SKILL.md");
   |                    

The project root .claude isn't available to the distributed package, so the include fails, despite building locally.

Originally created by @aelr on GitHub (Jan 28, 2026). Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/130 Compilation error seen on Mac (M4, Tahoe) on cargo 1.93.0: ``` Compiling ralph-core v2.2.5 error: couldn't read `/Users/<user>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ralph-core-2.2.5/src/event_loop/../../../../.claude/skills/ralph-memories/SKILL.md`: No such file or directory (os error 2) --> /Users/<user>/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ralph-core-2.2.5/src/event_loop/mod.rs:29:30 | 29 | const MEMORIES_SKILL: &str = include_str!("../../../../.claude/skills/ralph-memories/SKILL.md"); | ``` The project root `.claude` isn't available to the distributed package, so the include fails, despite building locally.
kerem closed this issue 2026-02-27 10:21:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#51
No description provided.