@yemi33/minions 0.1.1873 → 0.1.1874
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 +5 -0
- package/dashboard.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard.js
CHANGED
|
@@ -837,7 +837,7 @@ function buildDashboardHtml() {
|
|
|
837
837
|
// the top — showToast('cmd-toast', …) auto-routes here when a page is active,
|
|
838
838
|
// so feedback lands near the action instead of the floating top-right toast.
|
|
839
839
|
const pages = ['home', 'work', 'prs', 'plans', 'inbox', 'tools', 'schedule', 'watches', 'pipelines', 'meetings', 'engine'];
|
|
840
|
-
const pageToast = ' <div class="cmd-toast cmd-toast-inline page-toast" style="margin:6px
|
|
840
|
+
const pageToast = ' <div class="cmd-toast cmd-toast-inline page-toast" style="margin:6px 16px"></div>\n';
|
|
841
841
|
let pageHtml = '';
|
|
842
842
|
for (const p of pages) {
|
|
843
843
|
const content = safeRead(path.join(dashDir, 'pages', p + '.html'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1874",
|
|
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"
|