@polderlabs/bizar 5.6.0-beta.14 → 5.6.0-beta.15

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,27 @@
1
+ {
2
+ "version": 1,
3
+ "columns": [
4
+ {
5
+ "id": "backlog",
6
+ "title": "Backlog"
7
+ },
8
+ {
9
+ "id": "todo",
10
+ "title": "To Do"
11
+ },
12
+ {
13
+ "id": "doing",
14
+ "title": "In Progress"
15
+ },
16
+ {
17
+ "id": "review",
18
+ "title": "Review"
19
+ },
20
+ {
21
+ "id": "done",
22
+ "title": "Done"
23
+ }
24
+ ],
25
+ "tasks": [],
26
+ "sessions": {}
27
+ }
File without changes
@@ -0,0 +1 @@
1
+ 1692823
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar",
3
- "version": "5.6.0-beta.14",
3
+ "version": "5.6.0-beta.15",
4
4
  "description": "Norse-pantheon multi-agent system for cline — 13 agents across 4 cost tiers with cost-aware routing, plans, and a configurable agent harness. v4 ships as a single npm package bundling the dashboard server, cline plugin, and typed SDK.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar-sdk",
3
- "version": "0.2.0-beta.14",
3
+ "version": "0.2.0-beta.15",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polderlabs/bizar-plugin",
3
- "version": "5.6.0-beta.14",
3
+ "version": "5.6.0-beta.15",
4
4
  "description": "Bizar Norse-pantheon multi-agent plugin for Cline — 14 agents across 4 cost tiers with cost-aware routing and plans.",
5
5
  "type": "module",
6
6
  "main": "./index.ts",