v0.5.5 Trail Mix
OKF Harness v0.5.5 closes the v0.5 line with clearer ingest handoffs and adapter-ready internals for the future agent adapters work.
Install
npm install -g @okf-harness/cli
okfh doctor --jsonWhat changed
ingest plannow returns up to five existing non-reference candidate concepts with mechanical match reasons, plus one metadata-onlyTopicsuggestion when no existing content page fits.- Agent guidance now tells agents how to use candidate concepts and suggested new concepts without treating them as semantic claims.
- Adapter profile data is separated from workflow logic, with shared Claude Code and Codex contract tests for the current adapter surface.
- Package versions, internal dependencies, lockfile, and generated agent-pack golden fixtures are aligned for
0.5.5.
Notes
- No new adapter ships in this release, and there is no adapter plugin system.
- URL sources remain pointers only; the CLI still does not fetch webpages, summarize source bodies, or write wiki content from an ingest plan.
- Publishing, tagging, and GitHub Release creation still require explicit maintainer approval.