01
Query from the CLI
Move from quick checks to repeated exploration without changing tools.
Agent-friendly graph DB
An agent-friendly in-process graph DB, backed by markdown.
.cupld storesUse it for
01
Move from quick checks to repeated exploration without changing tools.
02
Turn notes into a file-backed graph store with explicit paths and commands.
03
Inspect the graph, pull concise context, and open the visual viewer when needed.
Workflow
The core loop stays short enough to remember and concrete enough to trust.
cupld install bootstraps the markdown-memory flow. From
there, the database path stays explicit and the same store can move
between query commands and the viewer.
cupld install
cupld sync markdown --db .cupld/default.cupld
cupld query --db .cupld/default.cupld 'MATCH (n) RETURN n LIMIT 10'
cupld --visualise .cupld/default.cupld
Install
Homebrew
brew install aeaston1/tap/cupld
Cargo
cargo install cupld
Release assets are platform-specific. Choose the asset that matches your OS and architecture.
cargo install --path . from a local checkout