Extend on-device verification to the agent loop
Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
@@ -23,6 +23,7 @@ UPSTREAM ?= straylight:11434
|
||||
|
||||
verify-device:
|
||||
cargo build --workspace --locked
|
||||
BOXMAKER_INFERPROXY=$(CURDIR)/target/debug/inferproxy BOXMAKER_UPSTREAM=$(UPSTREAM) \
|
||||
BOXMAKER_INFERPROXY=$(CURDIR)/target/debug/inferproxy BOXMAKER_BXCTL=$(CURDIR)/target/debug/bxctl \
|
||||
BOXMAKER_UPSTREAM=$(UPSTREAM) \
|
||||
cargo test -p loopd --test device --locked -- --ignored --test-threads=1
|
||||
@echo "verify-device: ok"
|
||||
|
||||
Reference in New Issue
Block a user