Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/agent-memory-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A CLI tool that syncs agent memory files across multiple OpenClaw instances via a central Git repository. It supports push, pull, full sync, inline conflict handling, offline queueing, cron-compatible scheduling, and dry-run previews.

> **Internal tool: not published to npm.** This CLI is used from source within this repo and is intentionally not a published package (`private: true`); this repo publishes only `@lannguyensi/memory-router`. Build and run it from the monorepo rather than installing from npm.

## Overview

`agent-memory-sync` is a command-line tool built with **typescript** and **commander**.
Expand Down
2 changes: 2 additions & 0 deletions packages/agent-memory-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "agent-memory-sync",
"version": "0.1.0",
"description": "A CLI tool that syncs agent memory files across multiple OpenClaw instances via a central Git repository. Agents can push/pull their MEMORY.md and daily logs to stay in sync.",
"private": true,
"//": "Internal/local CLI, intentionally NOT published to npm (no consumers; this repo publishes only @lannguyensi/memory-router). Posture recorded for agent-tasks 9723a709.",
"bin": {
"agent-memory-sync": "./dist/src/main.js"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/memory-digest-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A CLI tool to generate daily memory digests from markdown files. It scans dated `YYYY-MM-DD.md` files and extracts events, decisions, and insights into a summary report.

> **Internal tool: not published to npm.** This CLI is used from source within this repo and is intentionally not a published package (`private: true`); this repo publishes only `@lannguyensi/memory-router`. Build and run it from the monorepo rather than installing from npm.

## Overview

`memory-digest-cli` scans directories containing daily memory files (`YYYY-MM-DD.md` format), extracts important events, decisions, and insights, and generates structured digest reports. It is useful for agents managing long-term memory and for developers tracking daily logs.
Expand Down
2 changes: 2 additions & 0 deletions packages/memory-digest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "memory-digest-cli",
"version": "0.1.0",
"description": "A CLI tool to generate digests from dated YYYY-MM-DD.md memory files, extracting events, decisions, and insights into a summary",
"private": true,
"//": "Internal/local CLI, intentionally NOT published to npm (no consumers; this repo publishes only @lannguyensi/memory-router). The MEDIUM audit fix (PR #43) ships in source and runs from source. Posture recorded for agent-tasks 9723a709.",
"bin": {
"memory-digest-cli": "./dist/main.js"
},
Expand Down
Loading