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