version: "1.0.0" name: unit-converter description: Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.
Usage
When the user requests a unit conversion:
- First, review
references/conversion-table.md to find the correct factor - Run the
scripts/convert.py script with --value <number> --factor <factor> (e.g. --value 26.2 --factor 1.60934) - Present the converted value clearly with both units