mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-29 20:22:03 +00:00
Replace ambiguous "execute" terminology with explicit "Read fully and follow:" phrasing across all workflow files to prevent LLM goal-seeking behavior where models attempt to "achieve the end result" rather than following step-by-step instructions verbatim. Changes: - Update 5 handler templates with canonical phrasing - Replace ~150 INSTRUCTIONAL patterns across 87 workflow files - Add "[Workflow] complete." prefix to 7 workflow endpoints - Preserve BEHAVIORAL/STRUCTURAL patterns (agent descriptions, XML tags) - Fix gitignore and markdownlint to ignore all node_modules directories Closes #1372 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
69 lines
690 B
Plaintext
69 lines
690 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
pnpm-lock.yaml
|
|
bun.lock
|
|
deno.lock
|
|
pnpm-workspace.yaml
|
|
package-lock.json
|
|
|
|
test-output/*
|
|
coverage/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
build/*.txt
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development tools and configs
|
|
.prettierrc
|
|
|
|
# AI assistant files
|
|
CLAUDE.md
|
|
.ai/*
|
|
cursor
|
|
.gemini
|
|
.mcp.json
|
|
CLAUDE.local.md
|
|
.serena/
|
|
.claude/settings.local.json
|
|
|
|
z*/
|
|
|
|
_bmad
|
|
_bmad-output
|
|
.clinerules
|
|
.augment
|
|
.crush
|
|
.cursor
|
|
.iflow
|
|
.opencode
|
|
.qwen
|
|
.rovodev
|
|
.kilocodemodes
|
|
.claude
|
|
.codex
|
|
.github/chatmodes
|
|
.github/agents
|
|
.agent
|
|
.agentvibes
|
|
.kiro
|
|
.roo
|
|
.trae
|
|
.windsurf
|
|
|
|
|
|
# Astro / Documentation Build
|
|
website/.astro/
|
|
website/dist/
|
|
build/
|