Skip to content

Releases: Looted/kibi

kibi-opencode@0.9.0

23 Apr 16:26
18b491c

Choose a tag to compare

Minor Changes

  • 2bd0804: Kibi can now generate citation-backed start-task briefings through MCP with kb_briefing_generate, making it easier for agents to begin risky work from source-linked project context.

    OpenCode now surfaces that workflow through /brief-kibi, so teams can trigger the same Kibi briefing path directly from the editor before acting.

  • f9258c6: OpenCode now auto-fetches Kibi briefings from the event path when authoritative risky edits are detected. Ready-state briefings appear in a toast notification and inside the agent guidance block (headed 🧠 **Kibi briefing available**). The /brief-kibi manual command remains available as a fallback.

kibi-mcp@0.10.0

23 Apr 16:26
18b491c

Choose a tag to compare

Minor Changes

  • 2bd0804: Kibi can now generate citation-backed start-task briefings through MCP with kb_briefing_generate, making it easier for agents to begin risky work from source-linked project context.

    OpenCode now surfaces that workflow through /brief-kibi, so teams can trigger the same Kibi briefing path directly from the editor before acting.

kibi-opencode@0.8.0

21 Apr 20:39
ef9b039

Choose a tag to compare

Minor Changes

  • Kibi can now generate citation-backed start-task briefings through MCP with kb_briefing_generate, making it easier for agents to begin risky work from source-linked project context.

    OpenCode now surfaces that workflow through /brief-kibi, so teams can trigger the same Kibi briefing path directly from the editor before acting.

kibi-mcp@0.9.0

21 Apr 20:39
ef9b039

Choose a tag to compare

Minor Changes

  • Kibi can now generate citation-backed start-task briefings through MCP with kb_briefing_generate, making it easier for agents to begin risky work from source-linked project context.

    OpenCode now surfaces that workflow through /brief-kibi, so teams can trigger the same Kibi briefing path directly from the editor before acting.

kibi-opencode@0.7.2

20 Apr 07:14
47bb3b7

Choose a tag to compare

Patch Changes

  • 2066a48: Add init-kibi autopilot generation workflow

    • New MCP tool kb_autopilot_generate for read-only candidate generation
    • Activation-state classification and source discovery helpers
    • Deterministic candidate generation for Kibi docs and symbol manifests
    • Conservative generic markdown heuristics for ADR/REQ/FACT candidates
    • Dedupe logic and payoff summary reporting
    • Aligned OpenCode prompt guidance with activation workflow

kibi-mcp@0.8.0

20 Apr 07:14
47bb3b7

Choose a tag to compare

Minor Changes

  • 2066a48: Add init-kibi autopilot generation workflow

    • New MCP tool kb_autopilot_generate for read-only candidate generation
    • Activation-state classification and source discovery helpers
    • Deterministic candidate generation for Kibi docs and symbol manifests
    • Conservative generic markdown heuristics for ADR/REQ/FACT candidates
    • Dedupe logic and payoff summary reporting
    • Aligned OpenCode prompt guidance with activation workflow

Patch Changes

  • 4c1ae86: Fix kb_autopilot_generate workspace discovery so it respects env-provided workspace roots, excludes vendored markdown trees during generic scanning, and returns zero candidates for vendored-only temporary repos.
  • Updated dependencies [2066a48]
    • kibi-cli@0.6.2

kibi-cli@0.6.2

20 Apr 07:14
47bb3b7

Choose a tag to compare

Patch Changes

  • 2066a48: Add init-kibi autopilot generation workflow

    • New MCP tool kb_autopilot_generate for read-only candidate generation
    • Activation-state classification and source discovery helpers
    • Deterministic candidate generation for Kibi docs and symbol manifests
    • Conservative generic markdown heuristics for ADR/REQ/FACT candidates
    • Dedupe logic and payoff summary reporting
    • Aligned OpenCode prompt guidance with activation workflow

kibi-opencode@0.7.1

18 Apr 07:42
8d91a13

Choose a tag to compare

Patch Changes

  • 0ec1cb1: Realign release metadata with the traceability schema update so all publishable packages carry the same patch release notes.

  • 4a74281: Enable noUncheckedIndexedAccess incrementally across the source packages and add explicit guards where CLI parsing and traceability helpers read indexed values.

  • 0ec1cb1: fix(opencode): respect absolute configured KB doc roots in bootstrap detection

    • Treat absolute paths.* entries in .kb/config.json as authoritative when checking whether a workspace is bootstrapped.
    • Add a regression test covering healthy absolute custom doc roots while preserving the existing missing-target bootstrap warning.
  • 0ec1cb1: fix(cli): restore prolog codec exports

    • Regenerate the checked-in src/prolog/codec.js artifact so toPrologString and toPrologAtom are available as named exports at runtime, fixing CLI traceability test imports.
  • de5dbaf: Enable exactOptionalPropertyTypes across source packages and tighten optional property handling in exported type surfaces.

kibi-mcp@0.7.1

18 Apr 07:42
8d91a13

Choose a tag to compare

Patch Changes

  • 0ec1cb1: Realign release metadata with the traceability schema update so all publishable packages carry the same patch release notes.

  • 4a74281: Enable noUncheckedIndexedAccess incrementally across the source packages and add explicit guards where CLI parsing and traceability helpers read indexed values.

  • 3a11e57: Fix kibi status JSON serialization before first sync and add kibi-mcp --help output

  • 0ec1cb1: Accept sourceFile as an optional entity property during kb_upsert.

    • Allows symbol (and other) entities to include sourceFile in properties without triggering JSON schema validation errors.
    • Adds sourceFile to the JSON entity schema and the Prolog entity schema.
    • Adds regression test for symbol upsert with sourceFile.

    Fixes #114.

  • de5dbaf: Enable exactOptionalPropertyTypes across source packages and tighten optional property handling in exported type surfaces.

  • Updated dependencies [0ec1cb1]

  • Updated dependencies [4a74281]

  • Updated dependencies [0ec1cb1]

  • Updated dependencies [0ec1cb1]

  • Updated dependencies [0ec1cb1]

  • Updated dependencies [3a11e57]

  • Updated dependencies [0ec1cb1]

  • Updated dependencies [de5dbaf]

    • kibi-core@0.5.1
    • kibi-cli@0.6.1

kibi-core@0.5.1

18 Apr 07:42
8d91a13

Choose a tag to compare

Patch Changes

  • 0ec1cb1: Realign release metadata with the traceability schema update so all publishable packages carry the same patch release notes.

  • 3a11e57: Fix kibi status JSON serialization before first sync and add kibi-mcp --help output

  • 0ec1cb1: Accept sourceFile as an optional entity property during kb_upsert.

    • Allows symbol (and other) entities to include sourceFile in properties without triggering JSON schema validation errors.
    • Adds sourceFile to the JSON entity schema and the Prolog entity schema.
    • Adds regression test for symbol upsert with sourceFile.

    Fixes #114.