Skip to content
nod
Menu

Additional workspaces

Additional directories extend where file and command tools may operate. They do not replace the primary workspace or merge multiple projects into one configuration scope.

Save directories for a workspace

Run these commands from the primary workspace:

nod workspace list
nod workspace add ../shared
nod workspace remove ../shared
nod workspace clear

Saved paths are normalized to absolute paths and stored under the matching primary workspace in ~/.nod/settings.json. At most 16 unique additional directories can be active.

Inside the interactive shell, /workspace list, /workspace add, /workspace remove, and /workspace clear provide the same saved configuration.

Process-only directories

Use a leading flag to add a directory without saving it:

nod --add-dir ../shared

Repeat --add-dir for more roots. To ignore every saved additional directory for one run:

nod --no-additional-dirs

These flags also work before commands such as ask and acp.

What an additional directory contributes

It contributes tool access to that path, subject to the current permission rules.

It does not contribute:

The launch directory remains the primary workspace and the sole source for those concerns.

Access is not permission

Adding a directory makes it eligible for tools. It does not create an allow rule.


Browse all nod documentation

View this page as Markdown · llms.txt