Release summaries
knowledge-indexed-payload-hardening
Persist canonical knowledge payload text during indexing and align the retrieval/query docs with the corrected behavior.
maintainer
The knowledge ingestion/query path now persists fragment text into vector payloads, package tests cover the corrected behavior, and the knowledge doc surfaces were refreshed.
integrator
Consumers of `@lssm-tech/lib.knowledge` no longer need to copy fragment text into metadata for retrieval and RAG queries to work.
knowledge-runtime-hardening
Complete the knowledge OSS surface with stricter guardrails and an easier runtime path.
maintainer
Maintainers get a stricter, better-tested knowledge package and a concrete example surface that proves the OSS path end to end.
integrator
Integrators can compose `KnowledgeRuntime`, use per-query overrides, rely on typed retrieval filters, and see real example usage in the knowledge-canon package.
