bmad-auto-copilot 1.1.0 → 1.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-auto-copilot",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Automated BMAD story development loop using GitHub Copilot CLI — install into any BMAD project",
5
5
  "keywords": [
6
6
  "bmad",
@@ -21,6 +21,7 @@ Parse sections: Story, Acceptance Criteria, Tasks/Subtasks, Dev Agent Record (Fi
21
21
  Perform a thorough ADVERSARIAL code review following the workflow instructions:
22
22
  - Use `git status --porcelain`, `git diff`, `git diff --cached` to discover actual changes
23
23
  - Cross-reference story File List with git reality — note discrepancies
24
+ - Do NOT review files in `_bmad/`, `_bmad-output/`, `.cursor/`, `.windsurf/`, or `.claude/` directories — only review application source code
24
25
  - Verify EVERY task marked [x] is actually implemented
25
26
  - Verify EVERY Acceptance Criterion is actually satisfied
26
27
  - Find 3-10 specific problems: code quality, test coverage, architecture compliance, security, performance