@yemi33/minions 0.1.178 → 0.1.179
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/styles.css +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard/styles.css
CHANGED
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
|
|
29
29
|
header {
|
|
30
30
|
background: var(--surface); border-bottom: 1px solid var(--border);
|
|
31
|
-
padding: var(--space-6)
|
|
31
|
+
padding: var(--space-6) 14px; display: flex; align-items: center; justify-content: space-between;
|
|
32
32
|
position: sticky; top: 0; z-index: 100;
|
|
33
33
|
}
|
|
34
|
-
header h1 { font-size: var(--text-2xl); font-weight: 600; color: var(--blue); letter-spacing: 0.5px;
|
|
34
|
+
header h1 { font-size: var(--text-2xl); font-weight: 600; color: var(--blue); letter-spacing: 0.5px; }
|
|
35
35
|
header h1 span { color: var(--muted); font-weight: 400; font-size: var(--text-lg); margin-left: var(--space-4); }
|
|
36
36
|
.pulse { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--green); display: inline-block; margin-right: var(--space-3); animation: pulse 2s infinite; }
|
|
37
37
|
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.179",
|
|
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"
|