md-feedback 1.3.12 → 1.3.14
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.
- package/README.md +7 -0
- package/dist/mcp-server.js +36 -36
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,6 +66,13 @@ Resolution order: `--workspace=` CLI arg > `MD_FEEDBACK_WORKSPACE` env > `cwd`
|
|
|
66
66
|
| `rollback_memo` | Rollback the latest implementation for a memo |
|
|
67
67
|
| `batch_apply` | Apply multiple operations in a single transaction |
|
|
68
68
|
| `get_memo_changes` | Get implementation history and progress for a memo |
|
|
69
|
+
| `get_policy_status` | Get current workflow enforcement mode and policy |
|
|
70
|
+
| `get_workflow_status` | Get workflow phase, transitions, and pending approvals |
|
|
71
|
+
| `get_severity_status` | Get memo severity overrides and unresolved blocking memos |
|
|
72
|
+
| `advance_workflow_phase` | Advance to the next workflow phase (scope → root_cause → implementation → verification) |
|
|
73
|
+
| `set_memo_severity` | Override a memo's severity (blocking / non_blocking) |
|
|
74
|
+
| `request_approval_checkpoint` | Request human approval before a high-risk operation |
|
|
75
|
+
| `approve_checkpoint` | Approve a pending approval checkpoint |
|
|
69
76
|
|
|
70
77
|
## Safety & Reliability
|
|
71
78
|
|