feat: reachability and consumer profiles (SAND-WP-0011)

Add reachability enrichment (tunnel metadata, ops-bridge pointer),
secret_refs boundary resolution, profile.agent-dev and profile.build,
CLI reachability show, API endpoint, consumer smoke scripts, and tests.
This commit is contained in:
tegwick 2026-06-24 12:54:27 +02:00
parent 7cabf77fb6
commit 1f87be4c6b
20 changed files with 522 additions and 34 deletions

View file

@ -153,6 +153,9 @@ class Reachability(BaseModel):
compose_project: str | None = None
host: str | None = None
endpoint: str | None = None
tunnel: str | None = None
tunnel_via: str | None = None
identity: str | None = None
class SandboxStatus(BaseModel):