@hazeljs/ops-agent 1.0.0 → 1.0.2

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/README.md +5 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -83,6 +83,11 @@ runtime.on('tool.approval.requested', (event) => {
83
83
  });
84
84
  ```
85
85
 
86
+ ## Learn More
87
+
88
+ - [Full documentation](https://hazeljs.ai/docs/packages/ops-agent)
89
+ - [@hazeljs/agent](https://hazeljs.ai/docs/packages/agent) — agent runtime used under the hood
90
+
86
91
  ## License
87
92
 
88
93
  Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/ops-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Ops agent for Jira, Slack, and DevOps workflows - AI-powered incident triage and team coordination",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,15 +35,15 @@
35
35
  "reflect-metadata": "^0.2.2"
36
36
  },
37
37
  "peerDependencies": {
38
- "@hazeljs/agent": "^1.0.0",
39
- "@hazeljs/ai": "^1.0.0",
40
- "@hazeljs/core": "^1.0.0",
41
- "@hazeljs/rag": "^1.0.0"
38
+ "@hazeljs/agent": "^1.0.2",
39
+ "@hazeljs/ai": "^1.0.2",
40
+ "@hazeljs/core": "^1.0.2",
41
+ "@hazeljs/rag": "^1.0.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@hazeljs/agent": "^1.0.0",
45
- "@hazeljs/ai": "^1.0.0",
46
- "@hazeljs/rag": "^1.0.0",
44
+ "@hazeljs/agent": "^1.0.2",
45
+ "@hazeljs/ai": "^1.0.2",
46
+ "@hazeljs/rag": "^1.0.2",
47
47
  "@types/jest": "^29.5.14",
48
48
  "@types/node": "^20.19.39",
49
49
  "jest": "^29.7.0",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",
58
- "url": "https://github.com/hazel-js/hazeljs.git",
58
+ "url": "https://github.com/hazel-js/hazeljs",
59
59
  "directory": "packages/ops-agent"
60
60
  },
61
61
  "gitHead": "083b94562940a86c8e0a8cd81988d04b541608ac"