19 lines
593 B
Markdown
19 lines
593 B
Markdown
---
|
|
name: lunch-time
|
|
description: Record the start of a Long Day Factory lunch break. Use when the user explicitly says they are starting lunch.
|
|
---
|
|
|
|
# lunch-time
|
|
|
|
## Workflow
|
|
1. Confirm the request records a lunch start now.
|
|
2. Check for a started shift and an existing open lunch.
|
|
3. If an open lunch exists, ask before replacing it; otherwise run `bash scripts/lunch.sh`.
|
|
|
|
## Rules
|
|
- This command changes local state; do not run it for a question about lunch time.
|
|
- Use `references/state.md` for recovery rules.
|
|
|
|
## Output
|
|
Confirm the lunch timestamp and any missing or conflicting state.
|