@yemi33/minions 0.1.1892 → 0.1.1893
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/index.html +20 -21
- package/package.json +1 -1
package/docs/index.html
CHANGED
|
@@ -247,31 +247,30 @@ minions update</pre>
|
|
|
247
247
|
<div class="arch">
|
|
248
248
|
<h2>Architecture</h2>
|
|
249
249
|
<pre>
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
250
|
+
+-----------------------------------------------------+
|
|
251
|
+
| ~/.minions/ (central hub) |
|
|
252
|
+
| |
|
|
253
|
+
| engine.js ---- 60s tick loop ----+ |
|
|
254
|
+
| | | |
|
|
255
|
+
| discover work spawn agents poll PRs/comments|
|
|
256
|
+
| | | | |
|
|
257
|
+
| +-------+ +-------------+ +--------+ |
|
|
258
|
+
| | Plans | | Worktrees | | ADO / | |
|
|
259
|
+
| | PRDs | | isolated | | GitHub | |
|
|
260
|
+
| | Items | | per agent | +--------+ |
|
|
261
|
+
| +-------+ +-------------+ |
|
|
262
|
+
| |
|
|
263
|
+
| dashboard.js -- port 7331 -- mission control |
|
|
264
|
+
| runtimes/ -- Claude Code or GitHub Copilot CLI |
|
|
265
|
+
| meetings/ -- multi-agent discussions |
|
|
266
|
+
| pipelines/ -- multi-stage workflows |
|
|
267
|
+
| schedules + watches -- recurring/conditional work |
|
|
268
|
+
| notes.md + knowledge/ -- team memory and KB |
|
|
269
|
+
+-----------------------------------------------------+
|
|
270
270
|
</pre>
|
|
271
271
|
</div>
|
|
272
272
|
|
|
273
273
|
</div>
|
|
274
|
-
|
|
275
274
|
<footer>
|
|
276
275
|
<p>Minions — built by <a href="https://github.com/yemi33">yemi33</a> — <a href="https://www.npmjs.com/package/@yemi33/minions">npm</a> — <a href="https://yemi33.github.io/minions/">Public site</a> — MIT License — Claude Code or GitHub Copilot CLI runtime</p>
|
|
277
276
|
</footer>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1893",
|
|
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"
|