chore: bump version to 6.3.7-alpha.23
**What's New:** - Automated learning feedback loop (Step 1b + 12) - Critical enforcement fixes (per-task checkbox verification) - ONE canonical filename format - Production-hardened from Epic 18 battle-testing - All 352 tests passing **Learning Features:** - Load playbooks before implementation (Step 1b) - Extract learnings after completion (Step 12) - Markdown storage with rich frontmatter - Cumulative intelligence across stories - Self-improving system Ready for production use with Epic 18!
This commit is contained in:
parent
8add0b71d5
commit
981d6f75b0
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.6-alpha.23",
|
"version": "6.3.7-alpha.23",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.6-alpha.23",
|
"version": "6.3.7-alpha.23",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.11.0",
|
"@clack/prompts": "^0.11.0",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@jonahschulte/bmad-method",
|
"name": "@jonahschulte/bmad-method",
|
||||||
"version": "6.3.6-alpha.23",
|
"version": "6.3.7-alpha.23",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)",
|
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue