@joshuaswarren/openclaw-engram 9.2.0 → 9.2.2
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -198,6 +198,10 @@ engram query "hello" # verify
|
|
|
198
198
|
|
|
199
199
|
The CLI provides 15+ commands for querying, onboarding projects, curating files, managing spaces, running benchmarks, and more. See the [full CLI reference](docs/api.md#standalone-cli-commands) for all commands.
|
|
200
200
|
|
|
201
|
+
### Connect to any coding tool
|
|
202
|
+
|
|
203
|
+
Engram works with 10+ coding tools via MCP or HTTP. See the [Connector Setup Guide](docs/integration/connector-setup.md) for config snippets for Claude Code, Codex CLI, Cursor, GitHub Copilot, Cline, Roo Code, Windsurf, Amp, Replit, and any generic MCP client.
|
|
204
|
+
|
|
201
205
|
OpenClaw remains the recommended path for most users. The standalone CLI is useful for CI/CD pipelines, scripted memory operations, and environments without OpenClaw.
|
|
202
206
|
|
|
203
207
|
### Package Architecture
|
package/package.json
CHANGED