Connect a Workspace on Another Machine¶
Use this guide when you already have a Git-managed Aikito workspace and want to connect it on another host. For a new workspace, start with Create a workspace.
Ask your agent¶
Connect my existing Aikito workspace at
on this machine. Inspect the workspace, installed agents, and local project paths. Preview synchronization and report conflicts before applying it. Preserve offline entries and verify the active resources. Do not publish the workspace.
Connect the existing workspace¶
Install Aikito, then clone or download your own workspace repository to
~/aikito (or another local path). Keep it separate from the CLI installation.
Register that location:
For an existing recognized workspace, initialization records the local pointer without changing the workspace files or agent runtime configuration. Review doctor findings for installed agents missing from the registry; see agent detection.
Preview the resources that will be connected on this host:
Resolve any existing-file conflicts before applying:
Agents not installed on this host and projects with no locally existing path remain offline. Preserve those entries for the machines that use them. Use multiple project paths for different checkouts, worktrees, or operating systems.
Custom workspace paths¶
An explicit aikito init workspace <path> remembers that path for later commands.
aikito path workspace prints the active location. One workspace can manage
many code projects; project registration stores their resources, not their source code.
AIKITO_DIR temporarily overrides workspace resolution, which is useful for
CI and isolated automation. For a read-only check on POSIX shells:
On PowerShell, $env:AIKITO_DIR sets the override for the current session and
child processes. Restore its previous value afterward. Automation that runs
initialization must also isolate the user configuration location used for
persistent workspace pointers; a temporary resource directory alone is not
sufficient isolation.
Before publishing or sharing the workspace repository, review the Git and memory privacy rules.