infospace-bench/workplans
tegwick d3562454d7 IB-WP-0020-T03: routing CLI flags
Add --provider routing, --routing-config <yaml>, and --quality-floor
<float> to generate run, generate resume, and generate from-source.
The CLI flag wiring constructs a RoutingAssistedGenerationAdapter from
the parsed config, with the workspace handed in so any ledger_path in
the config resolves relative to it. --quality-floor overrides the
config-level default_quality_floor for a single invocation.

run_generation gains routing_config + quality_floor kwargs and
_adapter_for grew a "routing" branch. Missing --routing-config with
--provider routing fails fast with InfospaceError("missing_routing_config");
missing API key for any candidate fails fast with
InfospaceError("missing_routing_api_key").

Two small bug fixes surfaced while writing T03:

- routing._identify_adapter now also reads ``_model`` from llm-connect
  adapters (their public attribute is private), so the per-stage
  adapter-choice line shows the model id rather than just the class
  name.
- budget.TOKEN_EVENTS_PATH corrected from /state/token-events to the
  state-hub HTTP endpoint /token-events/ that actually exists; the
  failure-isolation in emit_token_event already kept the prior typo
  from breaking runs, but the hub never saw the events.

Five new tests cover: _adapter_for refusal on missing config,
_adapter_for happy path, run_generation end-to-end through routing
with a stubbed OpenRouterAdapter.execute_prompt (no network),
workspace-relative ledger resolution, and a CLI subprocess smoke
asserting fast-fail on missing API key.

173 tests pass, 1 skipped.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 22:08:51 +02:00
..
IB-WP-0001-state-hub-and-repo-bootstrap.md workplan cleanup 2026-05-14 12:46:32 +02:00
IB-WP-0002-infospace-lifecycle-baseline.md Initial implementation 2026-05-14 11:32:25 +02:00
IB-WP-0003-evaluation-and-inspection.md Initial implementation 2026-05-14 11:32:25 +02:00
IB-WP-0004-reference-infospace-pilot.md Initial implementation 2026-05-14 11:32:25 +02:00
IB-WP-0005-orthogonal-successor-architecture.md docs and stuff 2026-05-14 13:47:36 +02:00
IB-WP-0006-markitect-tool-adapter.md markitect-tool integration 2026-05-14 14:53:16 +02:00
IB-WP-0007-entity-relation-model-migration.md entity relationship model 2026-05-14 15:06:17 +02:00
IB-WP-0008-evaluation-history-metrics-parity.md eval history and metrics 2026-05-14 15:35:04 +02:00
IB-WP-0009-applied-workflow-generation-pipeline.md acceptance matrix and workflow generation 2026-05-14 16:01:32 +02:00
IB-WP-0010-kontextual-engine-integration-boundary.md engine and lifecycle 2026-05-14 16:26:42 +02:00
IB-WP-0011-pruned-legacy-reference-pilot.md Kontextual Engine Integration Boundary 2026-05-14 16:43:29 +02:00
IB-WP-0012-replacement-readiness-cli-parity.md command parity and migration guide 2026-05-14 17:16:39 +02:00
IB-WP-0013-wealth-vsm-generation-pipeline-parity.md infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
IB-WP-0014-infospace-backend-abstraction.md chore(consistency): sync task status from DB [auto] 2026-05-17 11:52:20 +02:00
IB-WP-0015-generic-source-infospace-generator-cli.md generic source-to-infospace generator 2026-05-14 19:33:22 +02:00
IB-WP-0016-lefevre-ebook-infospace-readiness.md IB-WP-0016-T07: review report and output policy; close IB-WP-0016 2026-05-18 01:22:41 +02:00
IB-WP-0017-agentic-memory-profile-pilot.md Agentic memory profile 2026-05-15 16:01:35 +02:00
IB-WP-0018-adaptive-llm-routing-consumer.md IB-WP-0018-T03+T04: shadow sampling + report/CLI surfacing; close IB-WP-0018 2026-05-18 11:52:05 +02:00
IB-WP-0019-budget-and-usage-registry.md IB-WP-0019-T07: archive integration; close IB-WP-0019 2026-05-17 21:53:28 +02:00
IB-WP-0020-provider-routing-cli.md IB-WP-0020-T03: routing CLI flags 2026-05-18 22:08:51 +02:00