test(e2e): workflow example 13 — custom automation profile with semantic escalation #801

Closed
freemo wants to merge 1 commits from test/e2e-wf13-custom-profile into master

1 Commits

Author SHA1 Message Date
freemo 8fc17c38a0 test(e2e): workflow example 13 — custom automation profile with semantic escalation
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 3m44s
CI / lint (pull_request) Successful in 5m38s
CI / typecheck (pull_request) Successful in 5m57s
CI / security (pull_request) Successful in 6m10s
CI / integration_tests (pull_request) Successful in 11m4s
CI / unit_tests (pull_request) Successful in 12m5s
CI / docker (pull_request) Successful in 1m10s
CI / e2e_tests (pull_request) Failing after 13m53s
CI / coverage (pull_request) Successful in 11m28s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 1h7m2s
Add E2E Robot Framework test for WF13: Custom Automation Profile with
Semantic Escalation. The test exercises:

- Creating a custom local/db-cautious automation profile
- Adding database-migration and security-review invariants
- Running a plan that pauses at awaiting_input due to invariant override
- plan explain with --show-context on the paused decision
- plan prompt to provide guidance and resume execution
- Full plan lifecycle: execute, diff, apply, status

Zero mocking — real CLI, real LLM API keys, real subprocess execution.

ISSUES CLOSED: #759
2026-03-27 09:59:04 +00:00