Commit Graph

2 Commits

Author SHA1 Message Date
HAL9000 7b8bf8c943 feat(plans): add plan checkpoint management cli
- align checkpoint list table headers with spec language and append a
  field summary footer for clarity
- support optional checkpoint IDs in cp delete command to surface a
  custom validation error and reuse confirmation logic
- update CLI BDD coverage and changelog entry for checkpoint
  management tooling

ISSUES CLOSED: #8559
2026-05-03 00:39:15 +00:00
HAL9000 c1e5de58d2 feat(plans): implement checkpoint listing and management CLI commands
Implements checkpoint-list and checkpoint-delete CLI commands for the
plans subsystem, enabling users to view and manage checkpoints through
the command-line interface.

- Added checkpoint-list command with --sort, --type, and --format options
- Added checkpoint-delete command with batch deletion and --yes flag
- Added BDD feature file with 17 scenarios covering all acceptance criteria
- Added step definitions for all scenarios
- Updated CHANGELOG.md

ISSUES CLOSED: #8559

# Conflicts:
#	CHANGELOG.md
2026-05-03 00:39:15 +00:00