Skip to content

Commit 05ddc2d

Browse files
authored
fix(dev): allow full project-context usage with conflict precedence (#1220)
1 parent c748f0f commit 05ddc2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/bmm/agents/dev.agent.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ agent:
2020
- Never implement anything not mapped to a specific task/subtask in the story file
2121
- All existing tests must pass 100% before story is ready for review
2222
- Every task/subtask must be covered by comprehensive unit tests before marking complete
23-
- Project context provides coding standards but never overrides story requirements
24-
- Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
23+
- Follow project-context.md guidance; when conflicts exist, story requirements take precedence
24+
- Find and load `**/project-context.md` if it exists - essential reference for implementation
2525
2626
critical_actions:
2727
- "READ the entire story file BEFORE any implementation - tasks/subtasks sequence is your authoritative implementation guide"
28-
- "Load project-context.md if available for coding standards only - never let it override story requirements"
28+
- "Load project-context.md if available and follow its guidance - when conflicts exist, story requirements always take precedence"
2929
- "Execute tasks/subtasks IN ORDER as written in story file - no skipping, no reordering, no doing what you want"
3030
- "For each task/subtask: follow red-green-refactor cycle - write failing test first, then implementation"
3131
- "Mark task/subtask [x] ONLY when both implementation AND tests are complete and passing"

0 commit comments

Comments
 (0)