start adding a job-compiler recipe

This commit is contained in:
Sebastian Kuzminsky 2025-09-04 21:40:38 -06:00
parent e763aa8645
commit 4cace38bc4
7 changed files with 103 additions and 0 deletions

13
recipe/battery_18650.toml Normal file
View file

@ -0,0 +1,13 @@
[outputs.battery_18650]
comments = """Any 18650 should work. We're using Samsung INR18650-35E."""
[inputs]
capital = { quantity = { amount=2.95, unit="USDollar" } }
[dependencies]
operator = {skills=["vendor interaction"]}
[action.purchase]
vendor = [
"https://www.18650batterystore.com/products/samsung-35e"
]