Skip to content

fix: correct README multi-path claim, cover repeated --remote-path refusal - #402

Draft
khaliqgant wants to merge 1 commit into
mainfrom
fix/379-correct-multi-path-readme
Draft

fix: correct README multi-path claim, cover repeated --remote-path refusal#402
khaliqgant wants to merge 1 commit into
mainfrom
fix/379-correct-multi-path-readme

Conversation

@khaliqgant

@khaliqgant khaliqgant commented Aug 5, 2026

Copy link
Copy Markdown
Member

Fixes #379.

README documented multi-allowlist scoping as available via "the relayfile CLI directly", but the CLI is also single-root while scoped mount operator surfaces are unavailable. Corrects the README to state that constraint plainly instead of overclaiming, and adds a real regression test proving a repeated `--remote-path` with `--local-layout=scoped` is refused before any network or filesystem side effects (zero server requests, mirror directory never created).

Test plan

  • `go build ./...`
  • `go test ./cmd/relayfile-cli/... -run TestMountRefusesRepeatedRemotePathsWithScopedLayoutBeforeSideEffects -v -count=1`
  • `go test ./cmd/relayfile-cli/... -count=1` (full package suite)

Review in cubic

…fusal

README documented multi-allowlist scoping as available via "the
relayfile CLI directly", but the CLI is also single-root while scoped
mount operator surfaces are unavailable. Corrects the README to state
that constraint plainly instead of overclaiming, and adds a real
regression test proving a repeated --remote-path with
--local-layout=scoped is refused before any network or filesystem
side effects (zero server requests, mirror directory never created).

Fixes #379.

Verified:
- go build ./...
- go test ./cmd/relayfile-cli/... -run TestMountRefusesRepeatedRemotePathsWithScopedLayoutBeforeSideEffects -v -count=1
- go test ./cmd/relayfile-cli/... -count=1 (full package suite)
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1553afa9-1329-405d-871b-90d66a281730

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Relayfile Eval Review

Run: .relayfile/evals/runs/2026-08-05T12-12-14-053Z-HEAD-provider
Mode: provider
Git SHA: 3242567

Passed: 4 | Needs human: 0 | Reviewable: 0 | Missing output: 0 | Failed: 0 | Skipped: 0

Human Review Cases

No reviewable human-review cases captured Relayfile output.

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.

CLI mount supports a single --remote-path; README's multi-allowlist scoping only exists in the unshipped daemon

1 participant