@joshski/dust 0.1.48 → 0.1.49
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.
- package/dist/workflow-tasks.js +1 -1
- package/package.json +1 -1
package/dist/workflow-tasks.js
CHANGED
|
@@ -144,7 +144,7 @@ async function createCaptureIdeaTask(fileSystem, dustPath, options) {
|
|
|
144
144
|
const filePath2 = `${dustPath}/tasks/${filename2}`;
|
|
145
145
|
const content2 = `# ${taskTitle2}
|
|
146
146
|
|
|
147
|
-
Research this idea thoroughly,
|
|
147
|
+
Research this idea thoroughly, then create one or more narrowly-scoped task files in \`.dust/tasks/\`. Review \`.dust/goals/\` and \`.dust/facts/\` for relevant context. Each task should deliver a thin but complete vertical slice of working software.
|
|
148
148
|
|
|
149
149
|
## Idea Description
|
|
150
150
|
|