add delete food item in skill

This commit is contained in:
Connor Rhodes 2026-05-24 15:54:58 +00:00
parent 87a5ca6555
commit a91cfcd26b
2 changed files with 20 additions and 1 deletions

View file

@ -89,6 +89,9 @@ uv run --with pymongo "$SCRIPT" update --id "6a11a937..." --set-amount 2 --set-u
# Unset a field
uv run --with pymongo "$SCRIPT" update --id "6a11a937..." --unset unit
# Delete an entry
uv run --with pymongo "$SCRIPT" delete --id "6a11a937..."
```
## Workflow Notes