[CLI] "gram menu" command: Multi-recipe planning and Gantt chart #13
Labels
No labels
bug
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
gram-lang/gram#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Users often cook multiple recipes for a single meal and need a unified plan.
Features
Create a command to compile multiple recipes into a single interleaved timeline, based on a target serving time (e.g., "serve at 8 PM").
Error Handling & Edge Cases
A major consideration will be how to handle poorly written or incompatible recipes. Robust fallback solutions or clear compilation errors need to be designed to handle situations where the concatenation of different recipe timelines results in logical impossibilities.