We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f86431 commit 638296aCopy full SHA for 638296a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bmalph",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "Unified AI Development Framework - BMAD phases with Ralph execution loop for Claude Code",
5
"type": "module",
6
"bin": {
src/cli.ts
@@ -10,7 +10,7 @@ const program = new Command();
10
program
11
.name("bmalph")
12
.description("BMAD-METHOD + Ralph integration — structured planning to autonomous implementation")
13
- .version("0.4.1");
+ .version("0.4.2");
14
15
16
.command("init")
0 commit comments