Skip to main content

Module cli

Module cli 

Source
Expand description

Shared command-line filtering: the cross-cutting --provider/--model/ --since/--until/--on-disk-only flags every reporting command accepts, resolved into a ResolvedFilter that the index queries (and the --no-index fallback) apply uniformly.

Structs§

FilterArgs
Cross-cutting filter flags shared by every reporting command. Flattened into each command alongside its own options (--project, --limit, …).
ResolvedFilter
A resolved filter: epoch-millisecond bounds and concrete provider ids, ready to be turned into SQL predicates or matched against parsed sessions.
SkillArgs
Options shared by skills generate and skills install.

Enums§

ProviderArg
Provider selector accepted on the command line.
SkillCommand
Generate or install the agent skill that describes claudex.
SkillTarget
Harness flavor a skill is generated for.

Functions§

validate_when_arg