remaining bad character removal

This commit is contained in:
Brian Madison
2025-11-11 20:10:33 -06:00
parent 74f54a088a
commit 8f7d259c81
10 changed files with 34 additions and 34 deletions

View File

@@ -136,7 +136,7 @@ For each story in epic {{N}}, output variables following this pattern:
<template-output>epic*goal*{{N}}</template-output>
<action>For each story M in epic {{N}}, generate story content</action>
<template-output>story-title-{{N}}\_{{M}}</template-output>
<template-output>story-title-{{N}}-{{M}}</template-output>
<invoke-task halt="true">{project-root}/{bmad_folder}/core/tasks/adv-elicit.xml</invoke-task>
</step>

View File

@@ -201,7 +201,7 @@ Analyze the existing project structure:
4. **Testing Patterns & Standards (CRITICAL):**
- Identify test framework in use (from package.json/requirements.txt)
- Note test file naming patterns (.test.js, \_test.py, .spec.ts, Test.java)
- Note test file naming patterns (.test.js, test.py, .spec.ts, Test.java)
- Document test organization (tests/, **tests**, spec/, test/)
- Look for test configuration files (jest.config.js, pytest.ini, .rspec)
- Check for coverage requirements (in CI config, test scripts)