@keepur/hive 0.5.5 → 0.5.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,6 +45,7 @@ If something breaks during install, ask the session — it has the source repo (
45
45
  - **Engine is Apache-2.0.** Read the source before you run it.
46
46
  - **Your data, your machine.** API keys live in your Mac's keychain. The language model never sees them, your customer records, or your secrets. No phone home.
47
47
  - **Customer-facing things wait for you.** Outbound emails, deal commitments — by default, drafts that need your approval.
48
+ - **Visibility when you want it.** Run `hive doctor` for a snapshot of engine health (MongoDB connectivity, agent registry, prompt-cache telemetry).
48
49
 
49
50
  ## What we charge for
50
51
 
@@ -59,7 +60,6 @@ For deeper reading or when something breaks:
59
60
  - [Architecture](docs/architecture.md) — what's inside the engine.
60
61
  - [Managing your hive](docs/managing-your-hive.md) — plugins, skills, day-two ops.
61
62
  - [Troubleshooting](docs/troubleshooting.md) — when things break.
62
- - [Migrating to 0.2.0](docs/migrating-to-0.2.md) — for existing 0.1.x installs.
63
63
 
64
64
  ## License
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keepur/hive",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "hiveApi": "1.0.0",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",