Add detailed, descriptive comments to the selected file: $ARGUMENTS
# Add Descriptive Comments to Code Add detailed, descriptive comments to the selected file: $ARGUMENTS ## Current Context - Currently open file: !`echo $CLAUDE_OPEN_FILE` - File layer detection: !`basename $(dirname $CLAUDE_OPEN_FILE) 2>/dev/null || echo "unknown"` - Git status: !`git status --porcelain $CLAUDE_OPEN_FILE 2>/dev/null || echo "Not in git"` ## Task You will add comprehensive descriptive comments to the **currently open file** (or the file specified in $ARGUMENTS if provided). ### Instructions 1. **Determine Target File** - If $ARGUMENTS contains a file path, use that...