bmad-method 6.2.1-next.2 → 6.2.1-next.3

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/AGENTS.md CHANGED
@@ -7,3 +7,5 @@ Open source framework for structured, agent-assisted software delivery.
7
7
  - Use Conventional Commits for every commit.
8
8
  - Before pushing, run `npm ci && npm run quality` on `HEAD` in the exact checkout you are about to push.
9
9
  `quality` mirrors the checks in `.github/workflows/quality.yaml`.
10
+
11
+ - Skill validation rules are in `tools/skill-validator.md`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.2.1-next.2",
4
+ "version": "6.2.1-next.3",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -13,7 +13,7 @@ deferred_work_file: '{implementation_artifacts}/deferred-work.md'
13
13
  ## INSTRUCTIONS
14
14
 
15
15
  1. Investigate codebase. _Isolate deep exploration in sub-agents/tasks where available. To prevent context snowballing, instruct subagents to give you distilled summaries only._
16
- 2. Read `../tech-spec-template.md` fully. Fill it out based on the intent and investigation, and write the result to `{wipFile}`.
16
+ 2. Read `./tech-spec-template.md` fully. Fill it out based on the intent and investigation, and write the result to `{wipFile}`.
17
17
  3. Self-review against READY FOR DEVELOPMENT standard.
18
18
  4. If intent gaps exist, do not fantasize, do not leave open questions, HALT and ask the human.
19
19
  5. Token count check (see SCOPE STANDARD). If spec exceeds 1600 tokens:
@@ -76,4 +76,4 @@ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `
76
76
 
77
77
  ### 3. First Step Execution
78
78
 
79
- Read fully and follow: `./steps/step-01-clarify-and-route.md` to begin the workflow.
79
+ Read fully and follow: `./step-01-clarify-and-route.md` to begin the workflow.