#!/usr/bin/env node /** * AgentKits Memory Save CLI * * Simple CLI to save entries to the memory database. * * Usage: * npx @aitytech/agentkits-memory save --content "..." [options] * * Options: * --content=X Content to save (required) * --category=X Category: decision, pattern, error, context, observation (default: context) * --tags=X Comma-separated tags * --importance=X low, medium, high, critical (default: medium) * --project-dir=X Project directory (default: cwd or CLAUDE_PROJECT_DIR) * * @module @agentkits/memory/cli/save */ export {}; //# sourceMappingURL=save.d.ts.map