@veedubin/boomerang-v3 0.2.2 → 0.2.3

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.
package/AGENTS.md CHANGED
@@ -211,7 +211,7 @@ memini-ai includes a knowledge graph for tracking entities and relationships:
211
211
 
212
212
  ## Project-Specific Context
213
213
 
214
- This is Boomerang v3.0.0 — an orchestration plugin for OpenCode that provides intelligent routing and context, using memini-ai for memory with trust scoring, knowledge graph, and tiered loading.
214
+ This is Boomerang-v3 — an orchestration plugin for OpenCode that provides intelligent routing and context, using memini-ai for memory with trust scoring, knowledge graph, and tiered loading.
215
215
 
216
216
  ## Agent Governance Rules (v3.0.0)
217
217
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Boomerang v3.0.0
1
+ # Boomerang-v3
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
4
4
  [![OpenCode Plugin](https://img.shields.io/badge/OpenCode-Plugin-ff6b35?style=flat-square)](https://opencode.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veedubin/boomerang-v3",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Multi-agent orchestration plugin for OpenCode with memini-ai memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Boomerang v3.0.0 - OpenCode Plugin Interface
2
+ * Boomerang-v3 - OpenCode Plugin Interface
3
3
  *
4
4
  * Self-contained plugin that integrates with OpenCode's plugin system.
5
5
  * Uses memini-ai for memory operations.