@polderlabs/bizar 3.3.3 → 3.5.0
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/cli/bin.mjs +1 -2
- package/package.json +2 -3
package/cli/bin.mjs
CHANGED
|
@@ -53,8 +53,7 @@ function showHelp() {
|
|
|
53
53
|
bizar --no-web Launch TUI only (no browser)
|
|
54
54
|
bizar --web-only Web dashboard only (no TUI, in browser)
|
|
55
55
|
bizar --bg, --detach Launch web dashboard in background, return to shell
|
|
56
|
-
install
|
|
57
|
-
bizar install Same as \`install\`
|
|
56
|
+
bizar install Run the interactive installer
|
|
58
57
|
bizar audit Run security audit on agent configuration
|
|
59
58
|
bizar init Initialize .bizar/ in current project
|
|
60
59
|
bizar export [target] Export agents/rules to another harness
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polderlabs/bizar",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Norse-pantheon multi-agent system for opencode — 13 agents across 4 cost tiers with cost-aware routing, per-project Hindsight memory, mods, schedules, and a background service daemon",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"bizar": "cli/bin.mjs"
|
|
8
|
-
"install": "cli/bin.mjs"
|
|
7
|
+
"bizar": "cli/bin.mjs"
|
|
9
8
|
},
|
|
10
9
|
"files": [
|
|
11
10
|
"cli/",
|