Expand description
omni-dev worktrees — a thin client for the daemon’s cross-window worktree
registry.
Lifecycle stays on omni-dev daemon (start/stop/status/restart);
this command only sends the worktrees service’s read ops (list for the
open windows, tree for the repos-and-all-their-worktrees view) over the
daemon’s Unix control socket. The companion VS Code extension is what feeds
the registry (register/heartbeat/unregister), talking to the same
socket directly from each window.
Structs§
- List
Command - Lists the live cross-window set of open worktrees/repos.
- Tree
Command - Shows every repository and all of its worktrees (open or not), grouped by
repository — the daemon’s
treeop, which derives the repos from the open windows and enumerates each repo’s worktrees. - Worktrees
Command - Worktrees: see the repos/worktrees open across every VS Code window, kept live by the daemon.
Enums§
- Worktrees
Subcommands - Worktrees subcommands.