feat: add Marry Me Butter Beans recipe

- Add recipe source and metadata
- Add ingredients with emoji shortcodes
- Update AGENTS.md to reflect emoji convention
- Register recipe in zensical.toml
- Fixes #1296
This commit is contained in:
nιcнolaѕ wιlde
2025-12-17 12:50:19 -08:00
parent 4e03c4ba85
commit ed0ff161c9
7 changed files with 77 additions and 1 deletions

View File

@ -184,6 +184,15 @@ tasks:
desc: Update git submodules
cmds:
- "git submodule update --init --recursive --remote"
validate:
desc: Validate zensical.toml
cmds:
- python3 -c "import tomllib, sys; tomllib.load(open('zensical.toml', 'rb'))"
preconditions:
- test: test -n "$(python3 -c 'import tomllib' 2>/dev/null && echo 'found')"
msg: |
tomllib not found. Please install a Python version that includes tomllib (Python 3.11+).
silent: true
default:
cmds:
- task -a