@we-scrum/cli 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- export * from './get-next-task';
@@ -1,3 +0,0 @@
1
- Get the next pending task for a story as a Markdown document.
2
- Returns the task description, location of development guidelines, unit test instructions,
3
- and the exact CLI commands to run (we-scrum start-task / complete-task, with taskId pre-filled).