@ekai/contexto 0.1.2 → 0.1.4

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @ekai/contexto (v1)
1
+ # @ekai/contexto
2
2
 
3
3
  OpenClaw plugin — Context graph engine that prevents context rot by visualizing and organizing conversation context.
4
4
 
@@ -11,12 +11,6 @@ Mind Map is an improved **context engine** for OpenClaw that solves **context ro
11
11
  - Provides structured context retrieval to combat context rot
12
12
  - Enables the agent to understand conversation topology
13
13
 
14
- ## Installation
15
-
16
- ```bash
17
- npm install @ekai/contexto
18
- ```
19
-
20
14
  ## OpenClaw Setup
21
15
 
22
16
  ### 1. Install the plugin in OpenClaw
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "@ekai/mindmap",
2
+ "id": "contexto",
3
3
  "configSchema": {
4
4
  "type": "object",
5
5
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekai/contexto",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "OpenClaw plugin — sends all events to a webhook API",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/index.ts CHANGED
@@ -58,7 +58,7 @@ function buildPayload(
58
58
  }
59
59
 
60
60
  const webhookPlugin = {
61
- id: '@ekai/mindmap',
61
+ id: '@ekai/contexto',
62
62
  name: 'Mind Map',
63
63
  description: 'Sends OpenClaw conversation events to a webhook API',
64
64