Skip to content

Releases: pathrule/core

Pathrule Core v0.0.16

06 Jun 05:14

Choose a tag to compare

The first public release of Pathrule Core: the context layer for AI coding agents, now open source under Apache-2.0.

Highlights

  • Path-scoped knowledge engine. Memories, rules, and skills attach to workspace paths; agents get exactly the context that belongs to the path they are working in, injected just-in-time.
  • 22-tool MCP surface. The full pathrule_* tool contract over stdio, identical to the one Pathrule Cloud serves, locked by a cross-edition parity suite.
  • Fully local, no account. An embedded SQLite store under ~/.pathrule runs the entire loop offline: zero infrastructure, zero login, zero network.
  • Offline hooks. A locally maintained hook index injects path-scoped reminders into every tool call (PreToolUse / UserPromptSubmit), with no daemon.
  • Bring-your-own-key intelligence. Optional LLM intent routing and semantic memory search with your own Anthropic / Voyage / OpenAI key; deterministic fallbacks keep everything working with zero keys.
  • Contract-tested backends. One assertion suite runs against both the in-memory reference and the SQLite backend, so behavior cannot silently diverge.

Install

npm i -g @pathrule/cli
cd your-project
pathrule init --local
pathrule setup --local

Works with Claude Code, Cursor, Codex, Windsurf, and any MCP client.

The version matches the published @pathrule/cli@0.0.16 binary, which bundles exactly this source.