brainctl 0.1.23 → 0.1.26

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.
@@ -7,8 +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
- <script type="module" crossorigin src="/assets/index-DwjP_DgF.js"></script>
11
- <link rel="stylesheet" crossorigin href="/assets/index-WpJOVUJR.css">
10
+ <script type="module" crossorigin src="/assets/index-DA6dMqS1.js"></script>
11
+ <link rel="stylesheet" crossorigin href="/assets/index-DWHJW1mo.css">
12
12
  </head>
13
13
  <body>
14
14
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainctl",
3
- "version": "0.1.23",
3
+ "version": "0.1.26",
4
4
  "description": "CLI environment manager for consistent AI workflows",
5
5
  "type": "module",
6
6
  "repository": {