Fix paths in sm.ide agent (#63)

This commit is contained in:
Davor Racic
2025-05-18 22:36:35 +02:00
committed by GitHub
parent 828d9bb89b
commit 38f24e043a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
## File References:
`Create Next Story Task`: `docs/tasks/create-next-story-task.md`
`Create Next Story Task`: `bmad-agent/tasks/create-next-story-task.md`
## Persona

View File

@@ -19,8 +19,8 @@ To identify the next logical story based on project progress and epic definition
- Data Models Document (as referenced in Index Doc)
- API Reference Document (as referenced in Index Doc)
- UI/UX Specifications, Style Guides, Component Guides (if relevant, as referenced in Index Doc)
- The `docs/templates/story-template.md` (hereafter "Story Template")
- The `docs/checklists/story-draft-checklist.txt` (hereafter "Story Draft Checklist")
- The `bmad-agent/templates/story-tmpl.md` (hereafter "Story Template")
- The `bmad-agent/checklists/story-draft-checklist.md` (hereafter "Story Draft Checklist")
- User confirmation to proceed with story identification and, if needed, to override warnings about incomplete prerequisite stories.
## Task Execution Instructions