Browser T3 Scenarios (Codex Wrapper)
Activation Note: This skill is a wrapper for the Codex skill in container 57db90a0b891. To execute tasks, use codex exec non-interactively.
Remote Execution Command
incus exec kasm-vm -- docker exec 57db90a0b891 codex exec --skip-git-repo-check --dangerously-bypass-approvals-and-sandbox "[PROMPT]"
original Skill Content
Use this skill for Phase 5 browser work in this repo when the task is about task-driven end-to-end scenarios rather than isolated T1/T2 helpers.
Scope
- Treat
/home/rocm/clawcontrol/implementation.mdas the phase plan. - Treat
/home/rocm/clawcontrol/TASK.mdas the progress tracker. - Treat
/home/rocm/clawcontrol/browser/PRD-browser-non-browser.mdsection 9 as the T3 contract. - Treat
/home/rocm/clawcontrol/browser/src/end_to_end.pyas the shared T3 runner contract. - Treat
/home/rocm/clawcontrol/browser/tests/test_end_to_end_scenarios.pyas the baseline T3 fake-data suite.
Workflow
- Confirm which T3 slice is unfinished or needs revision.
- Use the remote execution command to drive Codex in the container.
- Verify with focused browser tests inside the container via
codex exec.