@alexnetrebskii/hive-agent 2.7.0 → 2.8.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
+ > **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).** Install the new package: `npm install tuplet`
2
+ >
3
+ > This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
4
+
1
5
  # Tuplet
2
6
 
7
+ > Formerly **Hive Agent** ([`@alexnetrebskii/hive-agent`](https://www.npmjs.com/package/@alexnetrebskii/hive-agent)) — same framework, new name.
8
+
3
9
  [![npm version](https://img.shields.io/npm/v/tuplet)](https://www.npmjs.com/package/tuplet)
4
10
  [![CI](https://img.shields.io/github/actions/workflow/status/anetrebskii/hive-agent/ci.yml)](https://github.com/anetrebskii/hive-agent/actions)
5
11
  [![license](https://img.shields.io/github/license/anetrebskii/hive-agent)](https://github.com/anetrebskii/hive-agent/blob/main/LICENSE)
@@ -134,9 +140,3 @@ console.log(result.response)
134
140
  ## License
135
141
 
136
142
  MIT
137
-
138
- ---
139
-
140
- > **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).**
141
- > Install the new package: `npm install tuplet`
142
- > This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexnetrebskii/hive-agent",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Tuplet — minimal TypeScript agent framework inspired by Claude Code architecture",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",