Refunds
A nested-path skill (skill://acme/billing/refunds/...) used to test SEP-2640
nested skill-path support: the skill-path is acme/billing/refunds, the prefix
acme/billing is purely organizational, and the final segment matches the
frontmatter name (refunds).
Instructions
Run the helper script with the order amount:
python scripts/refund.py <amount>Return the refund breakdown exactly as printed (original amount, 10% restocking fee, refund total).
Files
scripts/refund.py- prints the refund breakdown for a given amount.