harmony-mcp 1.13.2 → 1.14.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 (4) hide show
  1. package/README.md +0 -7
  2. package/dist/cli.js +397 -190
  3. package/dist/index.js +397 -190
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -275,13 +275,6 @@ Store and retrieve persistent knowledge across sessions. Memories have types, ti
275
275
  - `harmony_promote_memory` - Promote entity tier: `draft` → `episode` or `episode` → `reference`
276
276
  - `harmony_prune_draft` - Remove stale draft memories (dry-run mode by default)
277
277
 
278
- ### Active Learning & Review
279
-
280
- When an agent session ends, the system auto-extracts learnings: blockers produce `error` entities, completed sessions produce `lesson` entities, and bug fixes produce `solution` entities. Lower-confidence entries go into a review queue.
281
-
282
- - `harmony_review_learnings` - List pending auto-extracted memories awaiting review
283
- - `harmony_approve_learning` - Approve or reject a pending learning
284
-
285
278
  ### Context Debugging
286
279
 
287
280
  - `harmony_get_context_manifest` - Debug what memories were loaded/excluded in a prompt assembly