chore(release): 1.4.1
Patch release for639da03: a flow-sequence element admits '#' and ':' where YAML reads them as text, so okf's own `references: [...]` lines with #fragments and scheme:// links parse (0 / 5 467 raise on the consumer's bundle, was 2 038). Also ships79285e1, which brought the doc surfaces up to 1.3.0/1.4.0 behaviour. Unlike the 1.4.0 release commit, this one bumps every live version surface: pyproject.toml, __init__.py, README badge + status + install pin, ADOPTION-BRIEF status + "as of" + test count (893 -> 910), BRIEF status, CHANGELOG heading. Provenance references to 1.4.0 are left as they are. No exported surface changed. Gates on this tree: 910 passed, coverage exit 0 (130/130 + 6/6), redos-sweep exit 0, 45 LIMITATIONS entries.
This commit is contained in:
parent
639da03f8c
commit
57c91aeb11
7 changed files with 18 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Write-time defensive layer for Python pipelines that persist LLM output: sanitize, fence, tool-less quarantined transform, capability isolation, scan before persist, fail-secure.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
@ -33,7 +33,7 @@ at write time, never assumed from the format. Any pipeline ingesting external da
|
|||
into an agent-read store has this shape; an OKF wiki is its canonical form — which
|
||||
is why the guard ships a first-class OKF adapter (below).
|
||||
|
||||
**Status:** `v1.4.0`. The stdlib-only core — its detector, contract, and
|
||||
**Status:** `v1.4.1`. The stdlib-only core — its detector, contract, and
|
||||
OKF-adapter modules plus the top-level wiring — is built and tested, exercised by
|
||||
an end-to-end showcase and adversarial + false-positive corpora. The exported
|
||||
Python surface is now frozen under semver: nothing exported is removed, renamed or
|
||||
|
|
@ -58,7 +58,7 @@ are real limitations, stated plainly below; read them.
|
|||
Not on PyPI. The guard is distributed from its Forgejo origin — pin a release tag:
|
||||
|
||||
```bash
|
||||
pip install "llm-ingestion-guard @ git+https://git.fromaitochitta.com/open/llm-ingestion-pipeline-security.git@v1.4.0"
|
||||
pip install "llm-ingestion-guard @ git+https://git.fromaitochitta.com/open/llm-ingestion-pipeline-security.git@v1.4.1"
|
||||
```
|
||||
|
||||
The `open/` mirror is anonymously readable, so CI needs no deploy key, token, or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue