reorder_projects
Reorder registry projects by moving named ones to the front; unlisted keep relative order. Strict mode enforces complete list. Persists to registry.yaml.
Instructions
Reorder the registry's projects list.
order is a sequence of project names; those names move to the
front of the registry in the given order. By default any project
not named in order keeps its original relative position after
the reordered prefix, so a partial reorder is always safe (no need
to enumerate every project). Pass strict=True to require
order to list every registered project exactly once.
Raises an error for unknown names, duplicates, or (in strict mode)
missing ones. The reorder persists to registry.yaml immediately,
but panes in an already-running cmcp tmux / cmcp zellij session
don't rearrange live — rerun the multiplexer command to see the
new layout (auto-teardown since 0.6.8 makes this a one-step flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | ||
| strict | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||