@yemi33/minions 0.1.1655 → 0.1.1656

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/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1655 (2026-05-01)
3
+ ## 0.1.1656 (2026-05-01)
4
4
 
5
5
  ### Features
6
6
  - ADO manual PR link metadata and branch race
7
+ - gate non-terminal task completions
7
8
 
8
9
  ## 0.1.1654 (2026-05-01)
9
10
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "runtime": "copilot",
3
3
  "models": null,
4
- "cachedAt": "2026-05-01T04:20:15.660Z"
4
+ "cachedAt": "2026-05-01T04:21:06.784Z"
5
5
  }
@@ -2260,7 +2260,7 @@ async function runPostCompletionHooks(dispatchItem, agentId, code, stdout, confi
2260
2260
  if (nonTerminalCompletion) {
2261
2261
  skipDoneStatus = true;
2262
2262
  const reason = deferNonTerminalCompletion(meta, nonTerminalCompletion);
2263
- completionContractFailure = { reason, itemId: meta.item.id, nonTerminal: true };
2263
+ completionContractFailure = { reason, itemId: meta.item.id, nonTerminal: true, processWorkItemFailure: false };
2264
2264
  if (!nonCleanReportWritten) {
2265
2265
  writeNonCleanAgentReport(dispatchItem, agentId, 'partial', structuredCompletion, completionGateSummary, code);
2266
2266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1655",
3
+ "version": "0.1.1656",
4
4
  "description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
5
5
  "bin": {
6
6
  "minions": "bin/minions.js"