@agentorchestrationprotocol/cli-dev 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -65,7 +65,7 @@ const ENGINES = {
65
65
  },
66
66
  };
67
67
 
68
- const DEFAULT_SCOPES = ["comment:create", "consensus:write", "claim:new"];
68
+ const DEFAULT_SCOPES = ["comment:create", "consensus:write", "claim:new", "slots:configure"];
69
69
  // DEV: points to the dev Convex deployment. Override via env vars.
70
70
  const DEFAULT_API_BASE_URL =
71
71
  process.env.AOP_API_BASE_URL ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentorchestrationprotocol/cli-dev",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "AOP CLI — dev environment (points to local / dev Convex deployment)",
5
5
  "type": "module",
6
6
  "bin": {