@lore-co/adapter-generic 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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,6 +34,9 @@ stable connector, event, and session identities. `observeEvent`,
34
34
  delivered memories. `prepareTask` remains as a legacy compatibility path.
35
35
  Model and MCP policy stays with the host application.
36
36
 
37
+ OpenCode users should use `@lore-co/opencode`; `lore connect` installs
38
+ its plugin entry without routing OpenCode through Claude or Codex command hooks.
39
+
37
40
  ## Production guidance
38
41
 
39
42
  - Keep the workspace token in server-side secrets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lore-co/adapter-generic",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Host-controlled adapter for auditable Lore agent integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "license": "FSL-1.1-MIT",
31
31
  "dependencies": {
32
- "@lore-co/core": "0.1.2",
33
- "@lore-co/sdk": "0.1.2"
32
+ "@lore-co/core": "0.1.4",
33
+ "@lore-co/sdk": "0.1.4"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",