Documentation
¶
Overview ¶
Package task implements the "ctx tasks" command for managing task archival and snapshots.
The task package provides subcommands to:
- archive: Move completed tasks to timestamped archive files
- snapshot: Create point-in-time copies of TASKS.md
Archive files preserve phase structure for traceability, while snapshots copy the entire file as-is without modification.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the tasks command with subcommands.
The tasks command provides utilities for managing the task lifecycle:
- archive: Move completed tasks out of TASKS.md
- snapshot: Create point-in-time backup without modification
Returns:
- *cobra.Command: Configured tasks command with subcommands
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.