From 5afdf610a714cc0e539190b5b54bbdec96dd71e8 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 20 May 2026 22:24:09 +0500 Subject: [PATCH] docs(v0.63.0): list 5 new commands in README All Commands reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docs-only hotfix — adds the v0.63.0 commands (soup ingest / prune-prompt / data active-sample / ab / drift-alarm) to the "## All Commands" code-block reference card. The release v0.63.0 had dedicated ## feature sections + the ## What's New block updated, but the All Commands quick-reference was missed during the doc pass. No source code changed — no version bump, no tag, no release. Per CLAUDE.md hotfix policy: docs-only commits don't ship to PyPI. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d58bf1d..c2219a0 100644 --- a/README.md +++ b/README.md @@ -3630,6 +3630,12 @@ soup airgap-bundle --model --output Signed tarball for data-diode soup eval unlearning --benchmark tofu|muse|wmdp Forget Quality + Model Utility + PrivLeak verdict soup edit set --base --method rome|memit|alphaedit --subject "..." --target "..." Surgical knowledge edit (--plan-only available) soup edit diff --probes p.jsonl Knowledge-injection diff visualizer +soup ingest --source langfuse|langsmith|helicone|openpipe|otel|openai-stored --logs Universal trace importer (6 SaaS adapters → normalised JSONL) +soup prune-prompt --input --output --min-frequency 0.95 Detect + strip shared system-prompt prefix +soup data active-sample --input --output --budget N Top-N uncertain prod traces for human review +soup ab --input --metric latency|judge_score|retry_rate mSPRT sequential A/B (decision: continue / reject_h0 / accept_h0) +soup drift-alarm --reference --live --threshold 0.2 Rolling-KL drift alarm (exit 3 on drift) +soup drift-alarm ... --slack-url | --discord-url Optional SSRF-validated webhook on drift detected soup version [--full] [--json] Show version (--full: system info, --json: JSON output) soup --verbose Full traceback on errors ```