wayfinder 0.1.0 copy "wayfinder: ^0.1.0" to clipboard
wayfinder: ^0.1.0 copied to clipboard

Core Wayfinder validation library for OKF knowledge bundles and the Concepta OKF Profile.

wayfinder #

Core Dart validation library for OKF knowledge bundles and the Concepta OKF Profile. It provides ProfileValidator, validation results, finding types and automated gate states. The existing validation rules, finding identifiers and exit-state mapping are unchanged by the package rename.

import 'package:wayfinder/wayfinder.dart';

This package replaces okf_profile. Change the dependency to wayfinder: ^0.0.1 and imports from package:okf_profile/okf_profile.dart to package:wayfinder/wayfinder.dart. Previously published okf_profile versions remain available for existing consumers.

For the command and MCP server, install wayfinder_cli:

dart pub global activate wayfinder_cli
wayfinder validate knowledge
wayfinder mcp knowledge

For indexing and search without native setup, use the complete scripted installation in the installation guide. The reusable retrieval library is wayfinder_embeddings.

Before 0.0.1, the published wayfinder prereleases were the application package. CLI users migrating from those prereleases must deactivate the old package and activate wayfinder_cli; wayfinder is now a library with no executable.

0
likes
150
points
114
downloads

Documentation

API reference

Publisher

verified publisherconcepta.dev

Weekly Downloads

Core Wayfinder validation library for OKF knowledge bundles and the Concepta OKF Profile.

Repository (GitHub)
View/report issues

Topics

#okf #knowledge #markdown #yaml #metadata

License

Apache-2.0 (license)

Dependencies

collection, markdown, okf, path, yaml

More

Packages that depend on wayfinder