665 B
665 B
name, description
| name | description |
|---|---|
| long-day-start | Start a Long Day Factory shift by recording the current time and clearing lunch state. Use when the user explicitly says they have started their day. |
long-day-start
Workflow
- Check whether an incomplete shift record exists.
- If it does, explain that starting a new shift replaces its lunch state and ask for confirmation.
- Run
bash scripts/start.shafter explicit start authorization.
Rules
- Do not reset a shift for a hypothetical or informational request.
- Store and document times in timezone-aware ISO 8601 format.
Output
Confirm the new start timestamp and whether a prior shift was replaced.