1015 B
1015 B
Release Readiness Checklist: Replace Command with Multi-Pattern Support
Purpose: Verify readiness for release / polish phase
Created: 2025-10-29
Feature: spec.md
Documentation
- Quickstart reflects latest syntax and automation workflow
- CLI reference (
docs/cli-flags.md) includes replace command usage and warnings - AGENTS.md updated with replace command summary
- CHANGELOG entry drafted for replace command
Quality Gates
go test ./...passing locally- Smoke test script for replace + undo exists and runs
- Ledger metadata includes pattern counts and is asserted in tests
- Empty replacement path warns users in preview
Operational Readiness
--dry-runand--yesare mutually exclusive and error when combined- Undo command reverses replace operations via ledger entry
- Scope flags behave identically across list/replace commands
Notes
- Resolve outstanding checklist items prior to tagging release.