wayfinder_cli 0.0.4
wayfinder_cli: ^0.0.4 copied to clipboard
Local OKF validation, knowledge indexing and semantic search.
0.0.4 #
wayfinder graph <bundle>prints the bundle's OKF relationship graph as JSON, Mermaid or DOT, filtered by type, path prefix or link resolution. MCP clients get a read-onlygraphtool.- Native installs also report
sourcespaths that resolve to nothing as validation advisories, and no longer treat adjacent footnote references ([^a][^b]) as a missing-source error. The pub.flutter-io.cn package gains both with the nextwayfindercore release.
0.0.3 #
-
Homebrew installations are directed to the install script because the formula is no longer updated.
-
wayfinder indexreturns without loading the model when the saved index already matches the bundle, and reportscurrentin JSON output. -
index --forcediscards the saved index and re-embeds every passage. -
index --detachreturns at once and indexes in the background only when the bundle changed. -
wayfinder setup --hooksrefreshes the index after Claude Code and Codex turns and after git pulls, checkouts and rebases.
0.0.2 #
wayfinder skills install|status|removeinstalls the bundled agent skills for Claude Code, through thewayfinderplugin when theclaudeCLI is available, and for~/.agents/skillsreaders such as Codex.wayfinder setupadds the Wayfinder MCP server to a project's.mcp.json.wayfinder updateupgrades installer-managed runtimes and refreshes skills and the plugin. Interactive commands mention a newer release at most daily.- Native bundles include the skill family.
0.0.1 #
Application moves from wayfinder to wayfinder_cli. The executable remains wayfinder, including MCP. Core validation comes from wayfinder; native installs no longer require okfp.
Changelog #
0.0.1-dev.1 #
- Use the
wayfinder_embeddingspackage for retrieval. - Preserve saved indexes across the library rename; write compatible schema markers.
- Support
WAYFINDER_EMBEDDING_MODELwhile retaining the legacy override. - Align package setup, native builds and documentation with Wayfinder naming.
0.0.1-dev.0 #
- Validates explicit local OKF bundles through the existing OKF Profile checks.
- Indexes and searches bundle passages using verified local embeddings and persistent ObjectBox storage, preserving original citations.
- Reuses compatible vectors and rejects stale or incompatible indexes.
- Serves validation, indexing, and search over MCP stdio.
- Keeps contextual Profile judgment explicitly unassessed by automated checks.
Indexing and search require separately prepared model weights and native libraries. The Dart package does not include the complete native runtime bundle.