Add Draft to Status enum. Draft tasks are in-progress planning by human, not ready for jr. Must be excluded from getReadyTasks. Workflow: Draft -> Open -> InProgress -> Review -> Done. CLI: task update <id> draft
Git Commits
c3f48a93Add Draft status for tasks not ready for jr to pickup