feat(memory): mosaic memory CLI surface #406

Merged
jason.woltje merged 1 commits from feat/mosaic-memory-cli into main 2026-04-05 05:44:09 +00:00
Owner

Adds registerMemoryCommand to @mosaicstack/memory, exposing four subcommands on the mosaic CLI: memory search, memory stats, memory insights list, and memory preferences list. Commands accept --db flag or MEMORY_DB_URL/DATABASE_URL env for live DB connections. Smoke tests verify command wiring without connecting to a database. Task: CU-05-04

Adds registerMemoryCommand to @mosaicstack/memory, exposing four subcommands on the mosaic CLI: memory search, memory stats, memory insights list, and memory preferences list. Commands accept --db flag or MEMORY_DB_URL/DATABASE_URL env for live DB connections. Smoke tests verify command wiring without connecting to a database. Task: CU-05-04
jason.woltje added 1 commit 2026-04-05 05:23:46 +00:00
feat(memory): add registerMemoryCommand for mosaic memory CLI surface
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
6553f16d42
Adds mosaic memory CLI with four subcommands: search, stats,
insights list, and preferences list. Commands accept --db flag
(or MEMORY_DB_URL/DATABASE_URL env) to connect to pgvector or
keyword adapter. Smoke tests verify command wiring without DB.

Task: CU-05-04

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jason.woltje force-pushed feat/mosaic-memory-cli from 6553f16d42 to ad0255cde6 2026-04-05 05:35:04 +00:00 Compare
jason.woltje merged commit 54b2920ef3 into main 2026-04-05 05:44:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#406