@agent-relay/policy 8.9.2 → 9.0.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.
@@ -13,7 +13,7 @@
13
13
  *
14
14
  * Policy files are loaded from (in order of precedence):
15
15
  * 1. User-level: ~/.config/agent-relay/policies/*.yaml (NOT in source control)
16
- * 2. Cloud: Workspace config from dashboard (stored in database)
16
+ * 2. Cloud: Workspace config from the cloud web app (stored in database)
17
17
  *
18
18
  * PRPM packages install to the user-level location to avoid polluting repos.
19
19
  * Install via: prpm install @org/strict-agent-rules --global
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/policy",
3
- "version": "8.9.2",
3
+ "version": "9.0.0",
4
4
  "description": "Agent policy management with multi-level fallback (repo, local PRPM, cloud workspace)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/config": "8.9.2"
25
+ "@agent-relay/config": "9.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",