v0.1.0 — first public release
First public release of Waypath — local-first external brain for coding agents.
Install
npm install -g waypathThen:
waypath --help
waypath source-status --jsonWhat's in 0.1.0
- Truth kernel — canonical SQLite schema (v3) with temporal validity, supersede, history
- Archive kernel — content-hash dedup + FTS5 full-text index + RRF hybrid ranking
- Ontology layer — graph traversal patterns:
project_context,person_context,system_reasoning,contradiction_lookup - Promotion engine — explicit
page → promote → reviewgovernance with contradiction detection - CLI — 26 commands covering session bootstrap, recall, pages, review, import, health
- Host shims —
codex,claude-code, plus a native MCP server for any MCP client - Adapters — read-only
jarvis-memory-db,jarvis-brain-db,mempalace - Zero-config with
config.toml+ env overrides for tuning - 131 tests (unit + integration + benchmark) passing
Requirements
- Node.js ≥ 22.0 (required)
- Node.js ≥ 22.5 recommended — unlocks native
node:sqlite better-sqlite3auto-used as fallback on 22.0–22.4
Contribute
Looking for a first PR? Try one of:
- Add real TypeScript typechecking —
good first issue - Set up GitHub Actions CI —
good first issue - Cursor host shim —
help wanted - Aider host shim —
help wanted - mem0 import adapter —
help wanted waypath doctordiagnostics —good first issue
See CONTRIBUTING.md for dev setup and PR flow.
Links
- npm: https://www.npmjs.com/package/waypath
- Docs: README · 한국어 · 中文
- License: MIT
Package details
- Size: 77.5 kB (389 kB unpacked)
- Files: 83
- SHA-256:
b335b62ea0813d670f2b9a51cc914a966c021bb5
Thanks to everyone kicking the tires on 0.1.0 — please file issues liberally.