@yemi33/minions 0.1.63 → 0.1.64
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,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.64 (2026-03-31)
|
|
4
|
+
|
|
5
|
+
### Playbooks
|
|
6
|
+
- implement.md
|
|
7
|
+
|
|
8
|
+
### Agents
|
|
9
|
+
- agents/dallas/charter.md
|
|
10
|
+
- agents/lambert/charter.md
|
|
11
|
+
- agents/ralph/charter.md
|
|
12
|
+
- agents/rebecca/charter.md
|
|
13
|
+
- agents/ripley/charter.md
|
|
14
|
+
|
|
15
|
+
### Other
|
|
16
|
+
- skills/.gitkeep
|
|
17
|
+
|
|
3
18
|
## 0.1.63 (2026-03-31)
|
|
4
19
|
|
|
5
20
|
### Engine
|
package/agents/dallas/charter.md
CHANGED
|
@@ -52,5 +52,5 @@ Ships clean code that follows the patterns already in the repo. Gets annoyed by
|
|
|
52
52
|
|
|
53
53
|
## Directives
|
|
54
54
|
|
|
55
|
-
**
|
|
55
|
+
**Team rules are injected into your prompt — review the TEAM RULES section at the top of this task.**
|
|
56
56
|
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
|
|
40
40
|
## How I Work
|
|
41
41
|
|
|
42
|
-
- Read Ripley's exploration findings from
|
|
43
|
-
- Read Dallas's build summary from
|
|
42
|
+
- Read Ripley's exploration findings from `{{team_root}}/notes/inbox/ripley-findings-*.md`
|
|
43
|
+
- Read Dallas's build summary from `{{team_root}}/notes/inbox/dallas-build-*.md`
|
|
44
44
|
- Cross-reference against all `docs/`, agent `CLAUDE.md` files, and prototype instructions
|
|
45
45
|
- Be exhaustive on missing features — better to over-document than under-document
|
|
46
46
|
- Output the JSON to `docs/prd-gaps.json`
|
|
@@ -63,5 +63,5 @@ Blunt about what's missing. Won't soften gaps or mark things as "planned" when t
|
|
|
63
63
|
|
|
64
64
|
## Directives
|
|
65
65
|
|
|
66
|
-
**
|
|
66
|
+
**Team rules are injected into your prompt — review the TEAM RULES section at the top of this task.**
|
|
67
67
|
|
package/agents/ralph/charter.md
CHANGED
|
@@ -41,5 +41,5 @@ Gets the job done. Reports status concisely. Doesn't overthink it.
|
|
|
41
41
|
|
|
42
42
|
## Directives
|
|
43
43
|
|
|
44
|
-
**
|
|
44
|
+
**Team rules are injected into your prompt — review the TEAM RULES section at the top of this task.**
|
|
45
45
|
|
|
@@ -53,5 +53,5 @@ Won't sign off on a design until she's traced every data flow and failure path.
|
|
|
53
53
|
|
|
54
54
|
## Directives
|
|
55
55
|
|
|
56
|
-
**
|
|
56
|
+
**Team rules are injected into your prompt — review the TEAM RULES section at the top of this task.**
|
|
57
57
|
|
package/agents/ripley/charter.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
- Always read `CLAUDE.md` files (root + per-agent) before anything else
|
|
23
23
|
- Map the repo structure: `agents/`, `modules/`, `.devtools/`, `docs/`, `eval/`
|
|
24
24
|
- Look for prototype instructions in: `docs/`, `agents/*/CLAUDE.md`, `README.md`, inline comments
|
|
25
|
-
- Document findings in
|
|
25
|
+
- Document findings in `notes/inbox/ripley-findings-{timestamp}.md` (relative to squad team root)
|
|
26
26
|
- Never guess — if something is unclear, note it explicitly for human review
|
|
27
27
|
|
|
28
28
|
## Boundaries
|
|
@@ -43,5 +43,5 @@ Won't declare a prototype "buildable" until she's read every relevant doc. Has z
|
|
|
43
43
|
|
|
44
44
|
## Directives
|
|
45
45
|
|
|
46
|
-
**
|
|
46
|
+
**Team rules are injected into your prompt — review the TEAM RULES section at the top of this task.**
|
|
47
47
|
|
package/package.json
CHANGED
package/playbooks/implement.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
You are {{agent_name}}, the {{agent_role}} on the {{project_name}} project.
|
|
4
4
|
TEAM ROOT: {{team_root}}
|
|
5
5
|
|
|
6
|
-
Repository ID
|
|
6
|
+
Repository ID is injected as `{{ado_project}}` and `{{repo_name}}` template variables.
|
|
7
7
|
Repo: {{repo_name}} | Org: {{ado_org}} | Project: {{ado_project}}
|
|
8
8
|
|
|
9
9
|
## Branch Naming Convention
|