Skip to main content

Module cli

Module cli 

Source
Expand description

Command definitions and module orchestration.

Structs§

Cli

Enums§

Command

Functions§

run_completions
run_ignore
Backs loops ignore: persists a repo/branch key to the ignore list so it no longer surfaces as an open loop.
run_init
Backs loops init: registers repository roots in the config so later scans know where to look.
run_list
Backs loops [query]: persists any @context switch, scans the matching repos, and renders the inventory table to stdout.
run_refresh
Reindexes ahead/behind for all repos matching query (or all repos when query is empty), writes the updated inventory, and prunes orphan files.
run_resume
Backs loops resume: resolves the single matching loop and distills its context via the LLM, serving from cache when possible. dry_run prints the matched evidence without calling the LLM.
run_worktrees