bullswarm 0.2.0 → 0.2.1

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.
@@ -17,7 +17,9 @@
17
17
  },
18
18
  "authSignatures": [
19
19
  "unauthorized",
20
- "authentication failed"
20
+ "authentication failed",
21
+ "not authenticated",
22
+ "cmd login"
21
23
  ],
22
24
  "outputExtraction": {
23
25
  "strategy": "stdout"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bullswarm",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Route work across coding-agent CLI subscriptions — paced by live quota meters, verified by content, never trusting exit codes.",
5
5
  "type": "module",
6
6
  "bin": {