chore(release): v1.2.0 -- the toolbox surface, and a status block that says what it is not
The version moves 1.1.0 -> 1.2.0 in every place it is written: pyproject, the package __init__, the smoke test that pins it, the README's wheel-install command (gate-pinned against the build) and uv.lock -- five sites, plus the new CHANGELOG section. A new, backward-compatible surface, no removals: fourteen run-path steps that had only ever been reachable through a path that builds a chat client now each have a command of their own. The README gains a status block at the top, and half of it is what v1 is NOT: no domain expert has validated an output, three planned rounds of expert feedback were set aside rather than passed, five of the eight kinds of feedback the design names have no typed way back into a run, and the multi-agent debate is exercised in the suite only against scripted clients. That half is the point -- a reader who installs this should learn the limits from the first screen, not from a gate they have to run themselves. Measured on this tree at this commit: suite 2238 passed / 0 failed / 5 skipped / 5 xfailed (769 s), ruff check and mypy src clean, and both gates re-run after staging and unchanged (v1 gate exit 1: 0/3 - 0/3 - 3/8 - no report - 3/8 - NOT MEASURED - 1/20; B gate exit 1: 15/17 - 0/2 - 15/15 - 0/3 - 4/5 - NOT MEASURED). No tag is created here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
841f2bad95
commit
d8541d583f
6 changed files with 60 additions and 5 deletions
26
README.md
26
README.md
|
|
@ -23,8 +23,32 @@ review, test and judgement before anything ships.*
|
|||
A short visual introduction — 12 slides, in Norwegian, for a general audience — ships with the
|
||||
repo: open [docs/kort-presentasjon.html](docs/kort-presentasjon.html) in any browser.
|
||||
|
||||
## Status - v1.2.0
|
||||
|
||||
**What v1 is.** The whole chain runs offline, end to end (`portfolio-optimiser-demo`), and the
|
||||
run-path steps the chain is built on are callable from outside the framework as plain commands with
|
||||
no model on the path - fifteen of seventeen, measured. `portfolio-optimiser-toolbox` exposes
|
||||
`navigate-bundle`, `cost-baseline`, `retrieve-chunks`, `prepass-admit`, `validate-proposal`,
|
||||
`verdict-key`, `capture-verdict`, `write-run-config`, `write-coverage`, `write-outbox`,
|
||||
`write-prepass`, `write-parse-failures`, `write-proposal-reviews` and `write-debate-tools`; the v1
|
||||
gate runs as `python -m portfolio_optimiser.evals.v1_gate`. A proposal authored outside the
|
||||
framework therefore meets the same blocking deterministic validator, the same rejection stages and
|
||||
the same `verdict_id` minting as one a debate produced. The two steps without a command of their
|
||||
own are the round binder and its report, reachable only through
|
||||
`python -m portfolio_optimiser.evals.round_builder`.
|
||||
|
||||
**What v1 is not.** No domain expert has validated an output of this framework. Three planned
|
||||
rounds of expert feedback on a real cost report were set aside rather than passed, so every number
|
||||
the system has produced has been judged by its own deterministic gate and by no one else. Of the
|
||||
eight kinds of expert feedback the design names, three have a typed way back into a run - a
|
||||
correction, a change of angle, and MCP tools - and the other five do not. The multi-agent debate is
|
||||
exercised in the test suite only against scripted chat clients; the arms that call a real endpoint
|
||||
are opt-in and skipped by default. What the suite proves about the debate is that the contract
|
||||
holds, not that the model reasons well.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Status - v1.2.0](#status---v120)
|
||||
- [Install](#install)
|
||||
- [Walk the whole chain offline](#walk-the-whole-chain-offline)
|
||||
- [Non-goals](#non-goals)
|
||||
|
|
@ -63,7 +87,7 @@ that does not travel with wheel metadata — so the wheel names `llm-ingestion-o
|
|||
alongside the wheel (measured: 65 packages, exit 0):
|
||||
|
||||
```bash
|
||||
uv pip install portfolio_optimiser-1.1.0-py3-none-any.whl \
|
||||
uv pip install portfolio_optimiser-1.2.0-py3-none-any.whl \
|
||||
"llm-ingestion-okf @ git+https://git.fromaitochitta.com/open/llm-ingestion-okf.git@v0.3.2" \
|
||||
"llm-ingestion-guard @ git+https://git.fromaitochitta.com/open/llm-ingestion-pipeline-security.git@v0.3.4"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue