feat(deploy): gate claims on pinned runtime readiness
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
This commit is contained in:
parent
d00ffcb402
commit
4310c15eac
17 changed files with 757 additions and 10 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: test image image-export deploy-rsync help
|
||||
.PHONY: test contract-test image image-export deploy-rsync help
|
||||
|
||||
UV ?= $(shell command -v uv 2>/dev/null || echo uv)
|
||||
IMAGE ?= rein-aharness:railiance01
|
||||
|
|
@ -11,6 +11,9 @@ help: ## Show targets
|
|||
test: ## Run unit tests
|
||||
PYTHONPATH=".:$$HOME/llm-connect" python3 -m pytest tests/ -q
|
||||
|
||||
contract-test: ## Run non-skippable cross-package runtime contract tests
|
||||
./scripts/verify-runtime-contracts.sh
|
||||
|
||||
image: ## Build container image (vendors ../llm-connect when present)
|
||||
rm -rf llm_connect_vendor
|
||||
mkdir -p llm_connect_vendor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue