Skip to content

docs(readme): drop hardcoded mount path from pitch + update skill link#111

Merged
khaliqgant merged 1 commit into
mainfrom
readme-polish-followup
May 8, 2026
Merged

docs(readme): drop hardcoded mount path from pitch + update skill link#111
khaliqgant merged 1 commit into
mainfrom
readme-polish-followup

Conversation

@khaliqgant

Copy link
Copy Markdown
Member

Summary

Two small follow-ups to the README polish in #110 (which has already merged into main):

  • Drop ~/relayfile-mount from the pitch. The mount can live anywhere — the SDK, CLI, and FUSE layer all let the caller choose. The hero example now uses mount/ as a generic relative path, with one line saying the location is the user's choice. Same change to the Mirage comparison paragraph.
  • Update the setting-up-relayfile skill link from the (now-merged) PR to the published skill on main: https://github.com/AgentWorkforce/skills/blob/main/skills/setting-up-relayfile/SKILL.md

What's intentionally unchanged

The "Run Locally", "Local Development Without Docker", and "Hosted Agent Relay" sections still reference ./relayfile-mount because those are concrete --local-dir argument examples in real shell invocations, not pitch text. They show users exactly what to type for the documented quickstart.

Test plan

  • Render the diff and confirm the only changes are in the lead, the Mirage comparison paragraph, and the hosted-setup skill link.
  • Click the new skill link and confirm it resolves to the SKILL.md on main (not a 404).
  • Skim the lead to confirm mount/ reads naturally without sounding like a placeholder slot.

🤖 Generated with Claude Code

The mount can live anywhere via the SDK / CLI / FUSE layer, so the lead
shouldn't pin it to ~/relayfile-mount. Generalizes the hero example to
mount/ and adds one line about the choice being the user's. Updates the
hosted-setup section to point at the published skill on main instead of
the now-merged PR.

- Hero: replace ~/relayfile-mount/* with mount/* throughout the example
  block; add explicit "the mount can live anywhere" callout.
- Comparison: drop the parenthetical "under ~/relayfile-mount" from the
  Mirage paragraph for the same reason.
- Hosted: skill link now points at
  https://github.com/AgentWorkforce/skills/blob/main/skills/setting-up-relayfile/SKILL.md
  instead of the PR.

Existing "Run Locally" / "Local Dev" sections keep their ./relayfile-mount
references — those are concrete --local-dir argument examples, not pitch
text claiming a canonical path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: be9063f5-489a-42d3-8095-33cd1bb15f33

📥 Commits

Reviewing files that changed from the base of the PR and between 58a7bf4 and dc08fb9.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

README documentation updated to standardize mount path examples from a specific home directory mount (~/relayfile-mount) to a generic mount/ path in quickstart bash commands, simplify feature comparison text, and replace a GitHub PR reference with a direct skill documentation link.

Changes

Documentation Path and Reference Updates

Layer / File(s) Summary
Quickstart Example Path Updates
README.md
Bash example commands updated to use generic mount/ path for virtual filesystem; ls, cat, writeback, and grep commands adjusted to target files under mount/.
Feature Descriptions and Links
README.md
Mirage comparison text simplified by removing explicit ~/relayfile-mount path claim; Hosted Agent Relay section updated to link directly to skill SKILL.md instead of GitHub PR reference.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • AgentWorkforce/relayfile#94: Modifies README quickstart documentation around relayfile mount paths and Hosted Agent Relay skill references.

Poem

🐰 Hopping through docs with paths so clear,
Mount generic, no confusion here,
Links updated, skill guides bright,
Quickstart examples set just right! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch readme-polish-followup

Comment @coderabbitai help to get the list of available commands and usage tips.

@khaliqgant khaliqgant merged commit 981c267 into main May 8, 2026
4 of 6 checks passed
@khaliqgant khaliqgant deleted the readme-polish-followup branch May 8, 2026 22:32

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant