Skip to content

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

Description

@willwashburn

The shipped CLI's relayfile mount takes --remote-path as a single string flag (last one wins, not repeatable) and rejects --local-layout (flag provided but not defined: -local-layout). One mount per workspace is enforced.

The README documents repeated allowlists (--remote-path /github --remote-path /slack/channels/x), but that surface belongs to the separate relayfile-mount daemon binary, which the npm package does not ship.

Consequence: a consumer wanting an agent to see a few tight subtrees (e.g. /github/repos/Org/** + two Slack channels + /notion) must choose between one broad subtree or multiple workspaces. Hit while scoping the chief agent's senses mount (relayfile 0.10.37, macOS).

Expected: expose repeated --remote-path (and/or a --paths-file) plus the scoped local layout through the shipped CLI.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions