Skip to content

Commit 9d21132

Browse files
committed
fix: sync versions to 2.4.7 and fix CI lock file
- Sync all plugin versions to 2.4.7 (was 2.3.1/1.0.0) - Fix MCP server hardcoded version (was 2.0.0) - Fix README state file references (workflow-state.json → flow.json) - Regenerate package-lock.json to sync js-yaml 4.1.1
1 parent 7cc76b9 commit 9d21132

File tree

8 files changed

+45
-24
lines changed

8 files changed

+45
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Complete task-to-production automation with state management and resume capabili
5454
/next-task bug # Filter by task type
5555
```
5656

57-
**Workflow phases (tracked in `.claude/workflow-state.json`):**
57+
**Workflow phases (tracked in `.claude/flow.json`):**
5858
- policy-selection
5959
- task-discovery
6060
- worktree-setup
@@ -83,7 +83,7 @@ Complete task-to-production automation with state management and resume capabili
8383

8484
**Notes:**
8585
- Fully autonomous after plan approval
86-
- Resume capability with `.claude/workflow-state.json`
86+
- Resume capability with `.claude/flow.json`
8787
- Policy-based stopping points (pr-created, merged, deployed, production)
8888
- /ship handles PR creation, CI monitoring, merge, and cleanup
8989

mcp-server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ async function main() {
669669
const server = new Server(
670670
{
671671
name: 'awesome-slash',
672-
version: '2.0.0',
672+
version: '2.4.7',
673673
},
674674
{
675675
capabilities: {

package-lock.json

Lines changed: 37 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/deslop-around/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deslop-around",
3-
"version": "2.3.1",
3+
"version": "2.4.7",
44
"description": "AI slop cleanup with minimal diffs and behavior preservation",
55
"author": {
66
"name": "Avi Fenesh",

plugins/next-task/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-task",
3-
"version": "2.3.1",
3+
"version": "2.4.7",
44
"description": "Master workflow orchestrator with autonomous task-to-production automation, quality gates, and multi-agent review",
55
"author": {
66
"name": "Avi Fenesh",

plugins/project-review/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-review",
3-
"version": "2.3.1",
3+
"version": "2.4.7",
44
"description": "Multi-agent iterative code review until zero issues remain",
55
"author": {
66
"name": "Avi Fenesh",

plugins/reality-check/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reality-check",
3-
"version": "1.0.0",
3+
"version": "2.4.7",
44
"description": "Deep repository analysis to realign project plans with actual code reality - discovers drift, gaps, and produces prioritized reconstruction plans",
55
"author": {
66
"name": "Avi Fenesh",

plugins/ship/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ship",
3-
"version": "2.3.1",
3+
"version": "2.4.7",
44
"description": "Complete PR workflow from commit to production with validation",
55
"author": {
66
"name": "Avi Fenesh",

0 commit comments

Comments
 (0)