@hazeljs/ops-agent 0.2.0-beta.39 → 0.2.0-beta.41

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  **Ops Agent** — AI-powered DevOps assistant for Jira, Slack, and incident coordination.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/@hazeljs/ops-agent.svg)](https://www.npmjs.com/package/@hazeljs/ops-agent)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/ops-agent)](https://www.npmjs.com/package/@hazeljs/ops-agent)
7
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
+
5
9
  ## Overview
6
10
 
7
11
  When you need an AI assistant that can create Jira tickets, post to Slack, and coordinate incidents, use this package. It provides:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/ops-agent",
3
- "version": "0.2.0-beta.39",
3
+ "version": "0.2.0-beta.41",
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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/hazel-js/hazeljs.git",
56
56
  "directory": "packages/ops-agent"
57
57
  },
58
- "gitHead": "1ef15653fe25b11327020085fdfdd6d426b45763"
58
+ "gitHead": "b50699eaa4847a8cfe9c346d7e4464b4af7f3120"
59
59
  }