Skip to content

Releases: sowerkoku/knowledge-kernel

v1.1.1: Search Discoverability Fix

Choose a tag to compare

@sowerkoku sowerkoku released this 12 Jul 05:54

v1.1.1 — Search Discoverability Fix

Bug fix: cmdb_search() now searches all scalar metadata fields.

Previously, IPs, ports, hostnames and other scalar metadata values
were not discoverable via cmdb_search(). The information existed in
the Kernel but agents could not find it.

Fix:
Loop over all scalar metadata values (str/int/float/bool),
excluding already-handled fields (name, description, version, tags).

Impact:

  • Coverage pilot: 70% → 100% (10/10 queries succeed)
  • Now discoverable: 192.168.1.54, 11434, scalar ports/IPs/hosts
  • Dataset_hash stability: unchanged
  • Public API surface: unchanged
  • Architecture: unchanged (no new indexes or structures)

Type: Defect Fix
Scope: Discoverability
Contract: Unchanged
Telemetry: Positive (more queries resolve before falling to LLM)

Discovered during L2.1 baseline establishment (observing discoverability
of well-known scalars like primary_ip and endpoint port).

Mode: OBSERVE (BUILD=OFF)
Decision: OBSERVE RULE 1 allows defect corrections.