Skip to content

Commit 0ba7677

Browse files
committed
feat: pilotctl send-message flags, daemon/beacon/registry/routing updates; fix layer check transitional warnings for handshake tests
1 parent 9d74a91 commit 0ba7677

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

layers.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@ known_transitional:
180180
- from: github.com/TeoSlayer/pilotprotocol/pkg/daemon
181181
to: github.com/TeoSlayer/pilotprotocol/plugins/policy
182182
owner: T2.3
183+
# plugins/handshake bootstrap tests wrap *daemon.Daemon and
184+
# *registry/client.Client for port-444 integration coverage. These are
185+
# test-only imports; the production handshake plugin never touches L7/L8.
186+
# TODO: extract into tests/regtestutil once test infra supports it.
187+
- from: github.com/TeoSlayer/pilotprotocol/plugins/handshake
188+
to: github.com/TeoSlayer/pilotprotocol/pkg/daemon
189+
owner: T8.1-tests
190+
- from: github.com/TeoSlayer/pilotprotocol/plugins/handshake
191+
to: github.com/TeoSlayer/pilotprotocol/pkg/registry/client
192+
owner: T8.1-tests
183193
# P3 enforcement (tools/check-globals): cross-layer mutable globals.
184194
# Each entry below is a known shared global whose ownership has not yet
185195
# been moved to the layer that should own it. The checker reports them

0 commit comments

Comments
 (0)