npx claudepluginhub urso/nota --plugin notaoptional flags e.g. "--staged" or file paths# nota-delete — Delete Comments from Code Remove all review comments from source code without extracting them to tracking files. The comments are deleted permanently. **Confirm with the user before running.** Ask: "This will delete all review comments from the source code without saving them. Proceed?" If the user confirms: Report how many files were modified.
Remove all review comments from source code without extracting them to tracking files. The comments are deleted permanently.
Confirm with the user before running. Ask: "This will delete all review comments from the source code without saving them. Proceed?"
If the user confirms:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/nota.sh delete --all $ARGUMENTS 2>&1
Report how many files were modified.