iop/docs/edge-local-dev-guide.md
toki 7b90b7e5af refactor(chronos): IOP 경계를 분리한다
Chronos 이전 완료 증거를 보존하면서 IOP에는 provider 실행 책임만 남기기 위해 검토된 마일스톤 변경을 하나의 승격 커밋으로 고정한다.
2026-08-02 19:29:30 +09:00

755 B

Edge Local Development

Use the tracked configs/edge.yaml as the provider-only example and inject local endpoints or credentials through an untracked environment-specific configuration.

Quick verification

go run ./apps/edge/cmd/edge config check --config configs/edge.yaml
go test -count=1 ./apps/edge/...
make test-control-plane-edge-wire
make test-e2e

Node registration becomes dispatch-ready only after the current connection applies its provider config and completes the ready handshake. Control Plane operations are limited to health checks, Node status, and the closed provider-command set.

See agent-contract/inner/edge-config-runtime-refresh.md and agent-contract/inner/edge-node-runtime-wire.md for canonical behavior.