release: v0.2.0 — OKF adapter (stream 1); version sync pyproject/__version__/badge/CHANGELOG
This commit is contained in:
parent
07e0b2153a
commit
542ac92349
4 changed files with 5 additions and 5 deletions
|
|
@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.2.0] — 2026-07-06
|
||||||
|
|
||||||
### Added — OKF adapter (v0.2, stream 1)
|
### Added — OKF adapter (stream 1)
|
||||||
|
|
||||||
An OKF (Google Open Knowledge Format v0.1) adapter *on top of* the
|
An OKF (Google Open Knowledge Format v0.1) adapter *on top of* the
|
||||||
format-agnostic core (`llm_ingestion_guard.okf`). The core stays `text ->
|
format-agnostic core (`llm_ingestion_guard.okf`). The core stays `text ->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# llm-ingestion-guard
|
# llm-ingestion-guard
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "llm-ingestion-guard"
|
name = "llm-ingestion-guard"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "A minimal, dependency-light defensive layer for LLM ingestion pipelines — the write-time siblings of query-time chatbot guardrails."
|
description = "A minimal, dependency-light defensive layer for LLM ingestion pipelines — the write-time siblings of query-time chatbot guardrails."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ from .grounding import (
|
||||||
)
|
)
|
||||||
from . import okf
|
from . import okf
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.2.0"
|
||||||
|
|
||||||
|
|
||||||
# --- §6 bookends: the two library-side halves around the transform ---------
|
# --- §6 bookends: the two library-side halves around the transform ---------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue