Documentation
¶
Overview ¶
Package root implements the ctx change command.
It shows what changed in context files since the last session or a specified time range.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the change command.
Returns:
- *cobra.Command: Configured change command with flags registered
func Run ¶
Run executes the changes command logic.
Detects a reference time from the --since flag or session markers, finds context and code changes since that time, and renders a summary.
Parameters:
- cmd: Cobra command for output stream
- since: Time reference string (duration like "24h" or date like "2026-03-01")
Returns:
- error: Non-nil if reference time detection fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.