delimit-cli 3.6.1 → 3.6.3

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.
@@ -231,6 +231,10 @@ def govern(tool_name: str, result: Dict[str, Any], project_path: str = ".") -> D
231
231
  "reason": "Check ledger for what's next",
232
232
  "premium": False,
233
233
  })
234
+ else:
235
+ # Excluded tools still get the next_steps field (empty) for schema consistency
236
+ if "next_steps" not in governed_result:
237
+ governed_result["next_steps"] = []
234
238
 
235
239
  return governed_result
236
240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
- "version": "3.6.1",
3
+ "version": "3.6.3",
4
4
  "description": "Stop Describing. Start Building. 77 MCP governance tools for AI coding assistants.",
5
5
  "main": "index.js",
6
6
  "bin": {