feat(runtime): heartbeat immediately after claim
Some checks failed
Governed runtime contract / contract (push) Failing after 1s
Some checks failed
Governed runtime contract / contract (push) Failing after 1s
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
This commit is contained in:
parent
4310c15eac
commit
44f5bb9d88
7 changed files with 242 additions and 11 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: test contract-test image image-export deploy-rsync help
|
||||
.PHONY: test contract-test recovery-test image image-export deploy-rsync help
|
||||
|
||||
UV ?= $(shell command -v uv 2>/dev/null || echo uv)
|
||||
IMAGE ?= rein-aharness:railiance01
|
||||
|
|
@ -14,6 +14,9 @@ test: ## Run unit tests
|
|||
contract-test: ## Run non-skippable cross-package runtime contract tests
|
||||
./scripts/verify-runtime-contracts.sh
|
||||
|
||||
recovery-test: ## Run deterministic lease/crash/close recovery checks
|
||||
./scripts/verify-recovery-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