okf_registry_add
Register a document bundle under a short slug alias for quick referencing. Map any folder path to a slug, then access its content as @slug/... in OKF operations.
Instructions
Add a bundle under a slug alias. Then reference it as @/... .
Example:
okf_registry_add(slug="docs", bundle_path="C:/Users/me/Documents/okf")
okf_get_concept("@docs/readme")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| bundle_path | Yes |