feat: add versioned execution profiles
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-21 00:21:53 +02:00
parent 641e85f5a8
commit 1cd890d871
34 changed files with 2087 additions and 471 deletions

View file

@ -11,7 +11,7 @@ def test_cli_channel_is_a_channel() -> None:
def _args(**overrides) -> argparse.Namespace:
defaults = dict(
sandbox_profile="profile.bwrap-local",
harness_profile="harness.agent-dev-local@1.0.0",
repo="/tmp/repo",
title="t",
description="d",
@ -28,7 +28,7 @@ def test_parse_invocation_maps_all_fields() -> None:
invocation = channel.parse_invocation(_args())
assert invocation == GatewayInvocation(
sandbox_profile="profile.bwrap-local",
harness_profile="harness.agent-dev-local@1.0.0",
repo="/tmp/repo",
title="t",
description="d",