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§
- Filter
Args - Cross-cutting filter flags shared by every reporting command. Flattened into
each command alongside its own options (
--project,--limit, …). - Resolved
Filter - A resolved filter: epoch-millisecond bounds and concrete provider ids, ready to be turned into SQL predicates or matched against parsed sessions.
- Skill
Args - Options shared by
skills generateandskills install.
Enums§
- Provider
Arg - Provider selector accepted on the command line.
- Skill
Command - Generate or install the agent skill that describes claudex.
- Skill
Target - Harness flavor a skill is generated for.