@tekmemo/cli
v0.1.1
Published
Production-grade CLI for TekMemo local memory, cloud memory, protocol validation, snapshots, context packing, and agent-tool integration.
Readme
@tekmemo/cli
Purpose
CLI. Command-line interface for local, cloud, and hybrid TekMemo workflows.
Install
npm install @tekmemo/cliQuick start
npm install -D @tekmemo/cli
npx tekmemo init
npx tekmemo remember "Use D1 for hosted sync" --kind decision
npx tekmemo context --query "current task" --jsonBoundary
This package owns its package-level contract only. It does not own TekMemo Cloud billing, dashboards, tenancy, hosted database storage, or provider secrets unless explicitly stated by its package name.
For hosted memory, use @tekmemo/cloud-client. For local file-backed memory, use tekmemo with @tekmemo/fs. For MCP tools, use @tekmemo/mcp-server.
License
MIT.
