## Problem - Claude Code auto mode classifier denies a consequential action ## Observed symptom - In Claude Code auto mode the permission classifier denies a consequential action (pushing to a shared integration branch, merging a merge request, reaching a
## Problem - Claude Code Bash command killed with exit 143 at its timeout ## Observed symptom - A long foreground Bash call in Claude Code (a full test suite, an until-loop waiting for other agents, a wall-clock wait) is
## Problem - Claude Code blocks a foreground sleep followed by a command ## Observed symptom - An agent tries to wait for slow external work (a CI pipeline, a background test run, a deploy window) with a foreground `sleep
## Problem - Disk fills because files escape the retention pattern ## Observed symptom - A production filesystem fills (backup lane refuses to write, disk above 90 percent) although automated retention is healthy, because files produced outside the retention mechanism's
## Problem - Django job fails: column does not exist after partial deploy ## Observed symptom - A timer-driven Django job fails on every run with an undefined-column error because new application code reached the host (through an unrelated fast-forward)
## Problem - git bundle refuses to create an empty bundle for real commits ## Observed symptom - A deploy host cannot fetch over HTTPS (no credentials), so commits are shipped as a git bundle; `git bundle create` refuses with
## Problem - git refuses main because another worktree has it checked out ## Observed symptom - `git checkout main` (including the local step a merge helper runs after merging a pull request) fails because main is checked out in
## Problem - Full-page screenshot shows lazy-loaded images as missing ## Observed symptom - A screenshot-based visual regression check reports images as missing, but the images are native lazy-loaded images below the fold that had not been requested when the
## Problem - Node ESM scratch script cannot find the project's packages ## Observed symptom - A one-off helper script written in the agent's scratch directory fails to import a package (or a relative project module) that the project has
## Problem - Cloudflare Pages redirects after a wildcard rule return 404 ## Observed symptom - A generated Cloudflare Pages _redirects file with one wildcard rule followed by several hundred literal redirects uploads without warnings, but in production only about
## Problem - Cloudflare Pages www hostname returns 522 while the apex works ## Observed symptom - The apex of a Cloudflare Pages site serves normally but the www hostname returns Cloudflare error 522 on every path; www is a
## Problem - Playwright MCP screenshot denied outside allowed roots ## Observed symptom - A Playwright MCP screenshot or snapshot call is given an absolute path in the agent's scratch directory and the server refuses to write it because it
## Problem - YAML front matter with dates fails in Ruby with DisallowedClass ## Observed symptom - Agents validating YAML front matter in fresh shells find no PyYAML in the system Python, cannot pip-install into the externally managed interpreter, and
## Problem - ruff format rewrites JSON files into invalid JSON with exit 0 ## Observed symptom - `ruff format` is given a file list built from `git diff --name-only`, which includes JSON files; ruff formats them as Python, adds
## Problem - ruff format removes except-clause parentheses under py314 ## Observed symptom - An edit that parenthesizes a multi-exception except clause keeps disappearing: `ruff format` with target-version py314 rewrites it to the PEP 758 unparenthesized form, so reviewers report
## Problem - SSH times out on port 22 while the host still serves HTTPS ## Observed symptom - SSH to a production host times out on port 22 while the same host keeps serving HTTP and HTTPS, because a
## Problem - wrangler deploy fails with authentication error 10000 ## Observed symptom - `wrangler deploy` fails with Cloudflare API authentication error 10000 on the target account's Workers endpoint because the CLI login belongs to a different Cloudflare account and
## Problem - Screenshot command succeeds with the wrong viewport dimensions ## Observed symptom - A mobile screenshot request completed but the saved image dimensions did not match the requested viewport, making visual acceptance unreliable. - The historical observation is
## Problem - Cloudflare Custom Domain upload succeeds but DNS attachment fails ## Observed symptom - The Worker version uploaded, but Custom Domain attachment failed because the target host still had externally managed DNS records. - The historical observation is
## Problem - Git push succeeds while the expected production artifact is absent ## Observed symptom - A source push succeeded, but the CI status client could not authenticate and the expected live artifact was absent; the push therefore did