@yemi33/minions 0.1.2141 → 0.1.2142

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.
@@ -143,7 +143,7 @@ optional `followups` array on its completion report:
143
143
  {
144
144
  "status": "success",
145
145
  "summary": "Fixed reviewer's blocking finding on PR #2400; dispatched W-mp9abcdef as out-of-scope follow-up.",
146
- "pr": "https://github.com/yemi33/minions/pull/2400",
146
+ "pr": "https://github.com/opg-microsoft/minions/pull/2400",
147
147
  "followups": [
148
148
  {
149
149
  "wi_id": "W-mp9abcdef",
@@ -207,12 +207,12 @@ If the JSON report exists and is well-formed, the engine ignores the fenced bloc
207
207
  "status": "success",
208
208
  "summary": "Added stale-HEAD guard to push step in spawn-agent.js; verified with new unit test test/unit/spawn-agent.test.js (4632 passed, 0 failed)",
209
209
  "verdict": null,
210
- "pr": "https://github.com/yemi33/minions/pull/2360",
210
+ "pr": "https://github.com/opg-microsoft/minions/pull/2360",
211
211
  "failure_class": "N/A",
212
212
  "retryable": false,
213
213
  "needs_rerun": false,
214
214
  "artifacts": [
215
- {"type": "pr", "path": "https://github.com/yemi33/minions/pull/2360", "title": "PR-2360"},
215
+ {"type": "pr", "path": "https://github.com/opg-microsoft/minions/pull/2360", "title": "PR-2360"},
216
216
  {"type": "file", "path": "engine/spawn-agent.js", "title": "Stale-HEAD guard"},
217
217
  {"type": "file", "path": "test/unit/spawn-agent.test.js", "title": "New unit test"}
218
218
  ]
@@ -226,12 +226,12 @@ If the JSON report exists and is well-formed, the engine ignores the fenced bloc
226
226
  "status": "success",
227
227
  "summary": "Verified completeRun sweep is inside mutateJsonFileLocked callback and pre-existing terminal stages are preserved.",
228
228
  "verdict": "approved",
229
- "pr": "https://github.com/yemi33/minions/pull/2313",
229
+ "pr": "https://github.com/opg-microsoft/minions/pull/2313",
230
230
  "failure_class": "N/A",
231
231
  "retryable": false,
232
232
  "needs_rerun": false,
233
233
  "artifacts": [
234
- {"type": "pr", "path": "https://github.com/yemi33/minions/pull/2313", "title": "PR-2313"}
234
+ {"type": "pr", "path": "https://github.com/opg-microsoft/minions/pull/2313", "title": "PR-2313"}
235
235
  ]
236
236
  }
237
237
  ```
package/docs/index.html CHANGED
@@ -272,7 +272,7 @@ minions update</pre>
272
272
 
273
273
  </div>
274
274
  <footer>
275
- <p>Minions &mdash; built by <a href="https://github.com/yemi33">yemi33</a> &mdash; <a href="https://www.npmjs.com/package/@yemi33/minions">npm</a> &mdash; <a href="https://yemi33.github.io/minions/">Public site</a> &mdash; MIT License &mdash; Claude Code or GitHub Copilot CLI runtime</p>
275
+ <p>Minions &mdash; built by <a href="https://github.com/opg-microsoft/minions">opg-microsoft</a> &mdash; <a href="https://www.npmjs.com/package/@yemi33/minions">npm</a> &mdash; <a href="https://github.com/opg-microsoft/minions">Repository</a> &mdash; MIT License &mdash; Claude Code or GitHub Copilot CLI runtime</p>
276
276
  </footer>
277
277
 
278
278
  </body>
@@ -0,0 +1,10 @@
1
+ diff a/docs/onboarding.md b/docs/onboarding.md (rejected hunks)
2
+ @@ -13,7 +13,7 @@ A fast, hands-on walkthrough for new contributors. Follow the eight steps below
3
+ You only need to clone if you intend to modify Minions itself. End users normally `npm install -g @yemi33/minions` instead, but a checkout is the right starting point for contributors.
4
+
5
+ ```bash
6
+ -git clone https://github.com/yemi33/minions.git ~/minions-dev
7
+ +git clone https://github.com/opg-microsoft/minions.git ~/minions-dev
8
+ cd ~/minions-dev
9
+ npm install # installs dev tooling (Playwright); engine itself has zero deps
10
+ ```
@@ -50,12 +50,12 @@ playbook contract. The poller is unchanged; the carve-out is purely additive.
50
50
  "project": "minions",
51
51
  "description": "Reviewer asked to track separately from PR #2400…",
52
52
  "references": [
53
- {"url": "https://github.com/yemi33/minions/pull/2400", "label": "Originated from PR #2400 comment"}
53
+ {"url": "https://github.com/opg-microsoft/minions/pull/2400", "label": "Originated from PR #2400 comment"}
54
54
  ],
55
55
  "meta": {
56
56
  "pr_followup": {
57
- "parent_pr_url": "https://github.com/yemi33/minions/pull/2400",
58
- "parent_pr_id": "github:yemi33/minions#2400",
57
+ "parent_pr_url": "https://github.com/opg-microsoft/minions/pull/2400",
58
+ "parent_pr_id": "github:opg-microsoft/minions#2400",
59
59
  "parent_comment_id": "4567890",
60
60
  "parent_comment_author": "alice"
61
61
  }
@@ -91,7 +91,7 @@ playbook contract. The poller is unchanged; the carve-out is purely additive.
91
91
  {
92
92
  "status": "success",
93
93
  "summary": "Fixed reviewer's blocking finding; dispatched W-mp9abcdef as out-of-scope follow-up.",
94
- "pr": "https://github.com/yemi33/minions/pull/2400",
94
+ "pr": "https://github.com/opg-microsoft/minions/pull/2400",
95
95
  "followups": [
96
96
  {
97
97
  "wi_id": "W-mp9abcdef",
@@ -108,7 +108,7 @@ The agent must not write the file in pieces. Empty, truncated, or malformed JSON
108
108
  "prs": [
109
109
  {
110
110
  "number": 1234,
111
- "url": "https://github.com/yemi33/minions/pull/1234",
111
+ "url": "https://github.com/opg-microsoft/minions/pull/1234",
112
112
  "branch": "feat/P-7a8b9c1d-rfc-completion-json",
113
113
  "title": "feat: RFC for completion.json control-plane",
114
114
  "host": "github", // "github" | "ado"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.2141",
3
+ "version": "0.1.2142",
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"