E2E test for Specification Workflow Example 18: Container with Remote
Repo Clone using the trusted automation profile. Exercises the full
container-instance workflow per the spec:
- Registers a container-instance resource with --clone-into flag (new
CLI flag added to resource add for REPO_URL:CONTAINER_PATH).
- Two-step project creation: project create + project link-resource.
- Dynamic LLM actor selection (Anthropic/OpenAI) matching available
API keys.
- Plan use with --execution-environment container,
--execution-env-priority fallback, and --automation-profile trusted.
- Full plan lifecycle: strategize, execute, diff, apply, status.
- Positive assertions: non-empty output, plan ID presence, terminal
state verification, container/clone evidence logging.
- Negative assertions: Traceback and INTERNAL error checks.
- ULID regex uses Crockford base32 character set.
- Unique suffix for resource/project names (parallel CI safe).
- Skip If No LLM Keys guard for graceful degradation.
- CHANGELOG.md updated.
ISSUES CLOSED: #764