@context-forge/core 0.4.1 → 0.4.2
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.
|
@@ -229,7 +229,7 @@ Include:
|
|
|
229
229
|
- UI mockups or API/tool specifications (if applicable)
|
|
230
230
|
- Cross-slice dependencies and interfaces
|
|
231
231
|
- Success criteria specific enough for task creation
|
|
232
|
-
- Verification walkthrough: concrete commands, workflows, and step-by-step confirmation that the user can follow to prove the slice delivers what it claims. This is not a restatement of success criteria — it's the "demo script" showing what the user can actually do.
|
|
232
|
+
- Verification walkthrough: concrete commands, workflows, and step-by-step confirmation that the user can follow to prove the slice delivers what it claims. This is not a restatement of success criteria — it's the "demo script" showing what the user can actually do. This is the draft walkthrough that will be refined when Phase 6 (Implementation) is complete.
|
|
233
233
|
- Only template sections that are relevant to this slice — omit sections that don't apply
|
|
234
234
|
|
|
235
235
|
Avoid:
|
|
@@ -311,10 +311,10 @@ Work carefully and sequentially through the tasks, ensuring that each task is ve
|
|
|
311
311
|
|
|
312
312
|
If you encounter a failing test, an ambiguous requirement, or a design decision not covered by the slice design, stop and confer with the Project Manager. Do not make more than three attempts at a failing approach before stopping.
|
|
313
313
|
|
|
314
|
-
If an attempted solution does not work or you find reason to try another approach, do not make more than three attempts without stopping and obtaining confirmation from Project Manager.
|
|
315
|
-
|
|
316
314
|
Be sure to check off tasks as they are completed. If a parent slice plan file contains checklist items, check off parent items after all child items are complete. If a `task-checker` tool|agent is available to you, use it.
|
|
317
315
|
|
|
316
|
+
After completing all tasks, run through the Verification Walkthrough section of the slice design as a final confirmation. If any step doesn't work as described, stop and confer with Project Manager before marking the slice complete. Update the Verification Walkthrough with actual commands, expected command output, corrections, and any caveats discovered during implementation. The goal is for the walkthrough to be aditionally verifiable by an external agent (human or AI, as applicable).
|
|
317
|
+
|
|
318
318
|
Maintain the YAML frontmatter including:
|
|
319
319
|
- Status: not_started, in_progress, complete, not_applicable
|
|
320
320
|
- Date updated
|
package/package.json
CHANGED