@yemi33/minions 0.1.606 → 0.1.608

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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.608 (2026-04-08)
4
+
5
+ ### Other
6
+ - docs: add CC/doc-chat flow section, fix stale claims in CLAUDE.md
7
+
8
+ ## 0.1.607 (2026-04-08)
9
+
10
+ ### Fixes
11
+ - remove recursive showModalQa call from _initQaSession
12
+
3
13
  ## 0.1.606 (2026-04-08)
4
14
 
5
15
  ### Fixes
@@ -97,7 +97,7 @@ function _initQaSession() {
97
97
  title: freshTitle || prior.docContext.title || '',
98
98
  });
99
99
  }
100
- if (prior.filePath) { _modalFilePath = prior.filePath; showModalQa(); }
100
+ if (prior.filePath) _modalFilePath = prior.filePath;
101
101
  document.getElementById('qa-clear-btn').style.display = 'block';
102
102
  } else {
103
103
  _qaHistory = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.606",
3
+ "version": "0.1.608",
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"