@yemi33/minions 0.1.678 → 0.1.680

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.678",
3
+ "version": "0.1.680",
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"
@@ -5,3 +5,4 @@
5
5
  - Do NOT checkout branches in the main working tree — use worktrees or `git diff`/`git show`.
6
6
  - Read `notes.md` for team rules and decisions before starting.
7
7
  - If you discover a repeatable workflow, output it as a ```skill block (the engine auto-extracts it).
8
+ - Do TDD where it makes sense — write failing tests first, then implement, then verify tests pass. Especially for bug fixes (write a test that reproduces the bug) and new utility functions.