cook: translate skill to English (remove all Czech)
This commit is contained in:
@@ -3,8 +3,8 @@ name: cook
|
||||
description: >
|
||||
Capture and search recipes and tea notes (brewing parameters, origins, tasting
|
||||
notes) in the cook/ directory — one markdown file per item. Triggers on:
|
||||
"cook: X", "zapiš recept X", "save recipe X", "co mám na X" (tea/food lookup),
|
||||
"čaj X", tea temperature/time questions against stored notes. For growing
|
||||
"cook: X", "save recipe X", "what do I have for X" (tea/food lookup),
|
||||
"tea X", tea temperature/time questions against stored notes. For growing
|
||||
personal food & tea knowledge — not a one-off task or a durable user fact.
|
||||
---
|
||||
|
||||
@@ -36,10 +36,10 @@ Subdirs are created by the script on first `add`.
|
||||
|
||||
```yaml
|
||||
type: recept | caj # the only fixed value
|
||||
category: volná hodnota # polévka, hlavní-chod / zelený, černý...
|
||||
cuisine: volná # recepts only
|
||||
origin: volná # caj only
|
||||
tags: [chata, zima] # user hashtags, no '#'
|
||||
category: free value # soup, main-course / green, black...
|
||||
cuisine: free value # recepts only
|
||||
origin: free value # caj only
|
||||
tags: [chata, winter] # user hashtags, no '#'
|
||||
added: 2026-09-08 # auto
|
||||
```
|
||||
|
||||
@@ -56,14 +56,17 @@ Taxonomy is deliberately free-form — it settles over time, don't force enums.
|
||||
`cook/` — never `git add -A`.
|
||||
4. Confirm the file path and quote what was filed.
|
||||
|
||||
Language: user's (Czech), verbatim where sensible. New content appends **at
|
||||
the end** of a file; never insert into the middle.
|
||||
Body language: the user's own (Czech), verbatim where sensible — the content
|
||||
stays in whatever language the user sends. New content appends **at the end**
|
||||
of a file; never insert into the middle.
|
||||
|
||||
### Body formats — conventions, not rigid schemas
|
||||
|
||||
Recipe: `# <název>`, **Ingredience**, **Postup**, **Zdroj**, **Poznámky**.
|
||||
Tea: `# <název čaje>`, **Země/Typ/Teplota/Čas**, **Poznámky** (chuť, vůně,
|
||||
odkud koupeno). Adapt to what the user sends; don't force empty fields.
|
||||
Recipe: `# <name>`, **Ingredients**, **Steps**, **Source**, **Notes**.
|
||||
Tea: `# <tea name>`, **Country/Type/Temperature/Time**, **Notes** (taste,
|
||||
smell, where bought). Adapt to what the user sends; don't force empty fields.
|
||||
Body section headings are free-form — match the user's language and material;
|
||||
the formats above are defaults, not enforced schemas.
|
||||
|
||||
## Search / answer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user