Skip to content

MereKit LinkDeclare the work graph. Gate the writes.

A small CLI for agents that need to inspect, explain, and safely maintain links across projects, repos, docs, apps, and Executor-backed tools.

The Short Version

MereKit Link is a link graph for operational work. It tells an agent where a project lives, which surfaces matter, and which writes are allowed.

It is intentionally boring at the dangerous edge: default commands inspect, sync planning is dry-run, and writes need declared policy. That makes it useful as a public tool and as an agent-facing command surface.

First Useful Command

sh
npm install -g @merekit/link
mere-link config init --output mere.link.yaml
mere-link config validate --config mere.link.yaml --json
mere-link context inspect workspace workspace --role work --config mere.link.yaml --json

Already using the public Mere command plane?

sh
npm install -g @merekit/cli
mere link config init --output mere.link.yaml
mere link config validate --config mere.link.yaml --json

The standalone mere-link package owns Link behavior. The root mere CLI bundles a generated adapter so the same commands are available as mere link ....

Learn The Shape

Released under the Apache-2.0 License.