Jeden/Docs

CLI command

jeden workspace adopt

Persist an existing local repository as the default workspace used by the next Jeden task.

Exact invocation#

Shell
jeden workspace adopt <path> [--json]

Inputs and options#

  • Required: one existing readable directory path. Optional: --json.

Output and state effect#

Runs the discover validation and only then atomically writes the canonical path to the user configuration. Re-adopting the same canonical path is idempotent and reports one unchanged result without rewriting; matching session ledgers remain where Jeden originally recorded them.

Refusals and boundaries#

  • Invalid input or an invalid existing project config is refused before the user configuration changes; write failures return the underlying storage error and never claim adoption.