brainctl 0.1.16 → 0.1.17

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.
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" fill="none">
2
+ <g stroke="#0a0a0a" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" fill="none">
3
+ <line x1="80" y1="80" x2="36" y2="36"/>
4
+ <line x1="80" y1="80" x2="124" y2="36"/>
5
+ <line x1="80" y1="80" x2="80" y2="132"/>
6
+ </g>
7
+ <g fill="#0a0a0a">
8
+ <circle cx="80" cy="80" r="12"/>
9
+ <circle cx="36" cy="36" r="9"/>
10
+ <circle cx="124" cy="36" r="9"/>
11
+ <circle cx="80" cy="132" r="9"/>
12
+ </g>
13
+ </svg>
@@ -7,11 +7,8 @@
7
7
  <link rel="icon" type="image/svg+xml" href="/favicon-light.svg" media="(prefers-color-scheme: dark)" />
8
8
  <title>brainctl | Local Control Panel</title>
9
9
  <meta name="description" content="A local control panel for inspecting brainctl configuration, memory, skills, and agents." />
10
- <link rel="preconnect" href="https://fonts.googleapis.com" />
11
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12
- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400..700&display=swap" rel="stylesheet" />
13
- <script type="module" crossorigin src="/assets/index-CuNIAQ7N.js"></script>
14
- <link rel="stylesheet" crossorigin href="/assets/index-Ow6x3bQk.css">
10
+ <script type="module" crossorigin src="/assets/index-DDG_ylui.js"></script>
11
+ <link rel="stylesheet" crossorigin href="/assets/index-Bbophmwh.css">
15
12
  </head>
16
13
  <body>
17
14
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainctl",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "CLI environment manager for consistent AI workflows",
5
5
  "type": "module",
6
6
  "repository": {
@@ -60,6 +60,7 @@
60
60
  "@types/react-dom": "^19.1.9",
61
61
  "@vitejs/plugin-react": "^6.0.1",
62
62
  "autoprefixer": "^10.4.27",
63
+ "jsdom": "^27.0.1",
63
64
  "postcss": "^8.5.8",
64
65
  "tailwindcss": "^4.2.2",
65
66
  "tsx": "^4.20.6",