Skip to content

Releases: okash1n/kb

v0.19.2

Choose a tag to compare

@okash1n okash1n released this 27 Mar 05:38
ed583a5

Highlights

  • rewrite recommendation copy in standard Japanese
  • make candidate type, value, and save target easier to understand in hook surfacing

Verification

  • uv run python -m unittest tests.test_install_and_doctor -v
  • python -m compileall src tests
  • uv build
  • uv run kb-mcp version

v0.19.1

Choose a tag to compare

@okash1n okash1n released this 26 Mar 08:26
eb058c6

Highlights

  • add kb-mcp hook summarize-dispatch for human-facing recommendation text
  • surface proposal bundles from generated wrappers and legacy session-end shim
  • keep Codex surfacing on stderr so raw JSON does not leak into the conversation

Verification

  • uv run python -m unittest tests.test_install_and_doctor tests.test_fastpath_judge tests.test_judge_cli tests.test_cli_version -v
  • python -m compileall src tests
  • uv build
  • uv run kb-mcp version
  • uv run kb-mcp doctor

v0.19.0

Choose a tag to compare

@okash1n okash1n released this 26 Mar 08:18
568b424

Highlights

  • add suggestion bundles to kb-mcp judge review-candidates
  • add proposal bundles to kb-mcp hook dispatch --judge-fastpath
  • align gap / knowledge / adr / session_thin surfacing on the same window boundary

Verification

  • uv run python -m unittest tests.test_judge_cli tests.test_judge_review_cli tests.test_materialize_cli tests.test_fastpath_judge tests.test_install_and_doctor tests.test_event_pipeline tests.test_judge_inputs tests.test_cli_version -v
  • python -m compileall src tests
  • uv build
  • uv run kb-mcp version
  • uv run kb-mcp doctor

v0.18.0

Choose a tag to compare

@okash1n okash1n released this 26 Mar 03:59
8f63f12

Fixed

  • thin session-log 候補の window 上限を 10 checkpoint から 5 checkpoint に下げ、anchor なし会話でも 15 checkpoint で session_thin 候補が出るようにした
  • session_thin の judge 回帰テストを 5 checkpoint window 前提に更新し、carry chain terminal 条件が実運用の会話粒度から外れにくいようにした
  • README の release 前確認から削除済み kb-mcp doctor --no-version-check を取り除いた

Changed

  • memory promotion の説明に、anchor なし 3 window で thin session-log 候補を出す条件を追記した
  • 0.18.0 リリースに向けて minor version を更新した

v0.17.5

Choose a tag to compare

@okash1n okash1n released this 26 Mar 02:44
5a565b1

Fixed

  • promotion_applier が note materialization / session promotion 成功後に対応する promotion plan JSON を削除するようにした
  • promotion plan cleanup の回帰テストを追加し、適用済み plan が runtime に残り続ける状態を再発しにくくした

Changed

  • 0.17.5 リリースに向けて patch version を更新した

v0.17.4

Choose a tag to compare

@okash1n okash1n released this 26 Mar 01:57
cc83abb

Fixed

  • kb-mcp doctor が毎回現在バージョンと PyPI 上の最新版を表示し、更新要否を先頭で判断できるようにした
  • kb-mcp doctor の未使用オプション --no-version-check を削除し、CLI surface と実装のずれを解消した

Changed

  • AGENTS.mdCLAUDE.md への symlink に反転し、Claude 系の learned rules を含む実体ファイルを正本として扱うようにした
  • 0.17.4 リリースに向けて patch version を更新した

v0.17.3

Choose a tag to compare

@okash1n okash1n released this 26 Mar 01:40
58420a9

Fixed

  • kb_mcp.server.adr/gap/knowledge/draft の Python 直呼び出し wrapper を直接叩く回帰テストを追加し、MCP schema が正しくても import 利用だけ壊れる状態を検知できるようにした
  • kb_sessionrelated 文字列正規化も回帰テストで固定した

Verification

  • uv run python -m unittest tests.test_tool_input_compat tests.test_event_pipeline tests.test_materialize_applier -v
  • python -m compileall src tests
  • uv build

v0.17.2

Choose a tag to compare

@okash1n okash1n released this 26 Mar 00:54
f8eeee8

Fixed

  • kb_adr / kb_gap / kb_knowledge / kb_draft の slug を省略可能にし、summary から自動補完するよう改善
  • 保存系ツールの tags / related と kb_search.tags で、配列に加えてカンマ区切り文字列や JSON 風文字列も受け付けるよう改善
  • kb_search はノート側の tags 取得結果も正規化して比較するよう修正

Notes

  • MCP schema を更新しているため、クライアントによってはサーバ再起動または再接続が必要です

v0.17.1

Choose a tag to compare

@okash1n okash1n released this 25 Mar 23:33
fee314a

Fixed

  • kb_mcp.learning.scope_promotionEventStore import を lazy import に変更し、kb_mcp.events.store との循環 import で hook dispatch が落ちる問題を修正した
  • fresh process での store import / scope_promotion import / kb_mcp.cli judge promote-scopes --help 回帰テストを追加した

v0.17.0

Choose a tag to compare

@okash1n okash1n released this 25 Mar 23:27
30932a9

Added

  • docs/governed-runtime-learning-contract.md を追加し、runtime semantics / serving / governance / command map を README から辿れるようにした
  • tests/test_cli_surface.py を追加し、worker / judge の learning runtime surface を回帰テストで固定した

Changed

  • README を 0.17.0 時点の実装 surface に合わせて統合した
  • governed runtime learning の command / docs / current-state 説明を一貫化した