Skip to content

v0.1.0 — first public release

Choose a tag to compare

@TheStack-ai TheStack-ai released this 17 Apr 04:42
· 16 commits to main since this release

First public release of Waypath — local-first external brain for coding agents.

Install

npm install -g waypath

Then:

waypath --help
waypath source-status --json

What'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 → review governance with contradiction detection
  • CLI — 26 commands covering session bootstrap, recall, pages, review, import, health
  • Host shimscodex, 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-sqlite3 auto-used as fallback on 22.0–22.4

Contribute

Looking for a first PR? Try one of:

See CONTRIBUTING.md for dev setup and PR flow.

Links

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.