feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue