@thxgg/steward 0.1.23 → 0.1.25

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/docs/MCP.md CHANGED
@@ -40,7 +40,7 @@ Example MCP client config:
40
40
  ```json
41
41
  {
42
42
  "mcpServers": {
43
- "prd": {
43
+ "steward": {
44
44
  "command": "prd",
45
45
  "args": ["mcp"]
46
46
  }
@@ -48,6 +48,8 @@ Example MCP client config:
48
48
  }
49
49
  ```
50
50
 
51
+ The MCP server key (`steward` above) determines slash prefix names in clients.
52
+
51
53
  ## Runtime Requirements
52
54
 
53
55
  - `repos`, `prds`, and `state` APIs require sqlite runtime support.
@@ -105,10 +107,19 @@ In-sandbox discovery helper:
105
107
  Steward also exposes MCP prompts so MCP clients can surface command-like workflows.
106
108
 
107
109
  - `create_prd(feature_request)`
108
- - `break_into_tasks(prd_slug)`
109
- - `complete_next_task(prd_slug)`
110
+ - `break_into_tasks(prd_slug?)`
111
+ - `complete_next_task(prd_slug?)`
112
+
113
+ In OpenCode, these appear in slash-command autocomplete as MCP commands (for example `/steward:create_prd:mcp`) and insert as `/steward:create_prd` when selected.
114
+
115
+ Notes:
110
116
 
111
- In OpenCode, these appear in slash-command autocomplete as MCP commands (for example `/prd:create_prd:mcp`) and insert as `/prd:create_prd` when selected.
117
+ - `prd_slug` is optional for break/complete prompts and auto-resolves when omitted.
118
+ - `complete_next_task` requires commit hygiene when task-related files changed:
119
+ - at least one commit is created
120
+ - one-line commit subject only
121
+ - no `Co-authored-by` footer/trailers
122
+ - no task-related dirty files left behind
112
123
 
113
124
  ## Available APIs
114
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thxgg/steward",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Local-first PRD workflow steward with codemode MCP and web UI.",
5
5
  "type": "module",
6
6
  "author": "thxgg",
@@ -1 +0,0 @@
1
- {"id":"bd99c09c-d991-4bcb-8c66-ab2088e1da03","timestamp":1772218681776,"prerendered":[]}