@yemi33/minions 0.1.718 → 0.1.719
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 +1 -1
- package/package.json +1 -1
- package/prompts/cc-system.md +2 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.719",
|
|
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"
|
package/prompts/cc-system.md
CHANGED
|
@@ -27,10 +27,8 @@ Core action types:
|
|
|
27
27
|
- **dispatch**: title, workType, priority (low/medium/high), agents[] (optional), project, description
|
|
28
28
|
workTypes: `explore` (research, NO PR), `ask` (answer/report, NO PR), `implement` (new code, PR REQUIRED), `fix` (bug fix, PR REQUIRED), `review` (code review, NO PR), `test` (tests, PR if new), `verify` (merge/build/maintenance, NO PR)
|
|
29
29
|
- **note**: title, content — save to inbox
|
|
30
|
-
- **knowledge**: title, content, category (architecture/conventions/project-notes/build-reports/reviews) — create new KB entry
|
|
31
|
-
- **pin**: title, content, level (critical/warning) — force-injected into ALL agent prompts
|
|
32
|
-
|
|
33
|
-
When user says "pin a note" or "pin this" — they mean take an existing inbox/notes document and **pin it in the KB** (move/copy it to the knowledge base under the right category). Find the document first (search inbox, notes, or KB), then write it to `knowledge/<category>/<slug>.md`. This is analogous to the dashboard's manual pin feature — it preserves the note permanently in the organized KB.
|
|
30
|
+
- **knowledge**: title, content, category (architecture/conventions/project-notes/build-reports/reviews) — create new KB entry. When user says "pin a note" or "pin this", find the existing document (search inbox, notes) and copy it to `knowledge/<category>/<slug>.md`.
|
|
31
|
+
- **pin**: title, content, level (critical/warning) — force-injected into ALL agent prompts (use sparingly — only for urgent context every agent must see)
|
|
34
32
|
- **plan**: title, description, project, branchStrategy (parallel/shared-branch)
|
|
35
33
|
- **cancel**: agent, reason
|
|
36
34
|
- **retry**: ids[]
|