Skip to content

Commit 5508f94

Browse files
pyrex41claude
andcommitted
chore: bump version to 1.31.0
- Add scud spawn with TUI monitor for parallel agent orchestration - Add Ralph mode for autonomous wave execution - Fix cross-tag dependency handling - Add scud sessions command Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e67710c commit 5508f94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scud-task",
3-
"version": "1.29.1",
3+
"version": "1.31.0",
44
"description": "SCUD Task Manager - Fast, AI-powered task management for building software",
55
"main": "src/validators/scud-validator.js",
66
"bin": {

scud-cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scud-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scud-cli"
3-
version = "1.30.0"
3+
version = "1.31.0"
44
edition = "2021"
55
authors = ["SCUD Team"]
66
description = "Fast, simple task master for AI-driven development"

scud-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scud-task",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "Fast, simple task master for AI-driven development - BMAD-TM workflow automation",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)