Skip to main content

Workspaces tab

The Workspaces tab registers project repos and manages their link state.

Workspace name

Friendly display name for a repo/project path. Keep it short and recognizable.

Workspace path

Filesystem path to a repo/project. Validate the folder exists or can be initialized; avoid system folders.

Whether Engram actively connects generated instructions and hooks to the workspace. Link active repos; unlink archived or test repos.

Caution:

Unlinking stops agents from receiving Engram instructions. Confirm before unlinking an active workspace.

Delete

Removes workspace registration. Clarify whether it deletes only registration or memory files; docs must match implementation. Prefer unlinking over deletion for auditability.

CLI equivalent

engram inject
engram link codex
engram unlink

Next steps