@ax0l0tl/agent-governance-opencode 4.0.0 → 4.0.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.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ax0l0tl/agent-governance-opencode",
3
- "version": "4.0.0",
4
- "description": "Public PreviewOpenCode CLI governance plugin for Agent Governance Toolkit developer protection policies (fork with OpenCode contract fixes)",
3
+ "version": "4.0.1",
4
+ "description": "TEST ONLYDo not install. Temporary fork of @microsoft/agent-governance-opencode published to verify OpenCode plugin contract fixes before upstreaming to Microsoft.",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
7
7
  "exports": {
@@ -42,11 +42,10 @@
42
42
  },
43
43
  "homepage": "https://github.com/microsoft/agent-governance-toolkit/tree/main/agent-governance-opencode",
44
44
  "dependencies": {
45
- "@microsoft/agent-governance-sdk": "3.7.0"
46
- },
47
- "devDependencies": {
45
+ "@microsoft/agent-governance-sdk": "3.7.0",
48
46
  "@opencode-ai/plugin": "^1.17.1"
49
47
  },
48
+ "devDependencies": {},
50
49
  "engines": {
51
50
  "node": ">=22.0.0"
52
51
  }