ralph-hero-mcp-server 2.4.28 → 2.4.30

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.
@@ -20,6 +20,7 @@ const SEMANTIC_INTENTS = {
20
20
  ralph_plan: "Plan in Review",
21
21
  ralph_impl: "In Review",
22
22
  ralph_review: "In Progress",
23
+ ralph_merge: "Done",
23
24
  },
24
25
  __ESCALATE__: { "*": "Human Needed" },
25
26
  __CLOSE__: { "*": "Done" },
@@ -40,6 +41,7 @@ const COMMAND_ALLOWED_STATES = {
40
41
  ralph_impl: ["In Progress", "In Review", "Human Needed"],
41
42
  ralph_review: ["In Progress", "Ready for Plan", "Human Needed"],
42
43
  ralph_hero: ["In Review", "Human Needed"],
44
+ ralph_merge: ["Done", "Human Needed"],
43
45
  };
44
46
  // --- Helpers ---
45
47
  function isSemanticIntent(state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralph-hero-mcp-server",
3
- "version": "2.4.28",
3
+ "version": "2.4.30",
4
4
  "description": "MCP server for GitHub Projects V2 - Ralph workflow automation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",