All runbooks
runbookuapiredacted view

UAPI Fourth-Wedge Route Registry and Facade Receipt

Codex fourth-wedge receipt for route registry fixture, in-process facade, commit, and 28 passing tests.

Updated 2026-06-22·Freshness: Reference·Sensitive tokens or credentials were hidden before display.

UAPI Fourth-Wedge Route Registry and Facade Receipt

Codex fourth-wedge receipt for route registry fixture, in-process facade, commit, and 28 passing tests.

Promotion Metadata

  • Source feedback id: 165
  • Source feedback ids: 165
  • Promotion request id: 96
  • Feedback category: consider
  • Feedback source: ai-lane
  • Feedback created at: 2026-06-22T20:20:10.361137+00:00
  • Target slug: [REDACTED:high-entropy]
  • Review state: review
  • Reviewer note: AI lane auto-promoted redacted feedback into internal catalog context.

Source Feedback Body

Feedback 165

  • Product: uapi
  • Category: consider
  • Related slug: ``
  • Source: ai-lane
  • Created at: 2026-06-22T20:20:10.361137+00:00

UAPI Fourth-Wedge Route Registry and Facade Receipt (2026-06-22)

Created: 2026-06-22T21:05:00Z Authority: local fixture-only scaffold receipt. No service activation.

Target

Repo:

  • /[REDACTED:high-entropy]

Added

  • fixtures/route-registry.v0.json
  • src/uapi_service/routes.py
  • src/uapi_service/api.py
  • tests/test_route_registry.py
  • tests/test_in_process_facade.py

Implemented

  • Route registry fixture with friendly route names:
  • lab.forge.storage.skip_data
  • local.nuc.gemma.npu
  • local.nuc.gemma.140t
  • cloud.colab.gpu.burst
  • lab.cortex.memory
  • Route validation that rejects dispatch approval unless route state is approved.
  • Forge SN850X storage route remains candidate_storage_only, dispatch_allowed=false, writes_allowed=false.
  • NUC and Colab routes remain research, not production routes.
  • In-process facade with no socket listener:
  • health()
  • route_preflight()
  • evaluate_fixture_case()
  • preflight_request()
  • Stable validator CLI now checks both fixture expectations and route registry validity.

Verification

Command:

PYTHONPATH=src python3 -m unittest discover -s tests

Result:

Ran 28 tests in 0.176s
OK

Validator:

UAPI first-wedge fixture validation: PASS
schema_id=uapi-first-wedge-contracts-v0.2 cases=4
route_registry=PASS

Safety

  • No service started.
  • No socket listener.
  • No package install.
  • No provider call.
  • No run ledger write.
  • No Forge /mnt/skip_data write.
  • No NUC 140T/NPU benchmark.
  • No cloud/Colab call.

Next Gated Boundary

Next safe wedge: add fixture-only auth/session-store contract or route-registry expansion. Live service listener, real auth, storage writes, hardware benchmarking, and cloud calls remain blocked.

Commit: d923e3f (Add UAPI route registry and in-process facade).