packages feed

okf-core 0.1.1.0 → 0.1.2.0

raw patch · 2 files changed

+22/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -7,6 +7,27 @@  ## [Unreleased] +## [0.1.2.0] - 2026-07-14++### Added++- `okf kit` command for installing reusable AI-agent skills and subagents from a+  configured `okf-kit` git repository (`list`, `install`, `update`, `uninstall`,+  `status`), with user and project (`--project`) scopes.+- `okf assist` command that launches an interactive Claude session seeded with a+  prompt and your installed okf skills on its path; `--print-command` prints the+  command line without launching.+- `okf config` command for managing the optional agent-assistance settings+  (`show`, `path`, `init`, `init --global`), sourced from `okf-config.dhall`,+  `~/.config/okf/config.dhall`, or `OKF_CONFIG` with built-in defaults.+- `okf help` topics for `kit`, `config`, and `agents` documenting the kit,+  configuration, and assist workflows.++### Changed++- Wired the baikai kit and agent-assist dependencies into the build.+- Updated the bundled baikai packages.+ ## [0.1.1.0] - 2026-06-28  ### Added
okf-core.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.4 name:            okf-core-version:         0.1.1.0+version:         0.1.2.0 synopsis:   Read, validate, index, and traverse Open Knowledge Format bundles