Expand description
Command definitions and module orchestration.
Structs§
Enums§
Functions§
- run_
completions - run_
ignore - Backs
loops ignore: persists arepo/branchkey 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@contextswitch, scans the matching repos, and renders the inventory table to stdout. - run_
refresh - Reindexes ahead/behind for all repos matching
query(or all repos whenqueryis 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_runprints the matched evidence without calling the LLM. - run_
worktrees