dd94c6c19f
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 20s
CI / push-validation (pull_request) Successful in 19s
CI / helm (pull_request) Successful in 22s
CI / quality (pull_request) Successful in 32s
CI / build (pull_request) Successful in 32s
CI / typecheck (pull_request) Successful in 49s
CI / security (pull_request) Successful in 1m0s
CI / e2e_tests (pull_request) Successful in 3m6s
CI / integration_tests (pull_request) Successful in 4m0s
CI / unit_tests (pull_request) Successful in 4m57s
CI / docker (pull_request) Successful in 21s
CI / coverage (pull_request) Successful in 10m18s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 58m0s
The GitWorktreeSandbox implementation (PR #5998) creates worktrees in the system temp directory using tempfile.mkdtemp() with the prefix ca-sandbox-<plan_id>-, producing OS-specific paths (e.g., <SYSTEM_TEMP_DIR>/ca-sandbox-<PLAN_ULID>-XXXXXX/). The spec previously showed the worktree path as a .worktrees/ subdirectory inside the repository (e.g., /repos/api/.worktrees/plan-01HXM8). This was incorrect and inconsistent with the implementation. Changes: - Update all plan execute output examples (Rich/Plain/JSON/YAML) to use the <SYSTEM_TEMP_DIR> prefix placeholder instead of hard-coding /tmp - Update the end-to-end workflow examples (strategize + execute panels) - Add explicit documentation of the git worktree path format in the Sandbox Implementation Strategies section, including rationale - Update the changelog to reference the cross-platform placeholder Triggered by: merged PR #5998 (GitWorktreeSandbox implementation) ISSUES CLOSED: #6343