claude-code - 💡(How to fix) Fix [Bug] Claude skips steps in multi-step instructions and ignores user constraints [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#53385Fetched 2026-04-26 05:17:12
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

Error Message

[{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:28:12.888Z"},{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T22:00:59.884Z"},{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:03:23.063Z"},{"error":"Error: File does not exist. Note: your current working directory is D:\Danil\Cloud\Git\work\whimsy\undead-steam.\n at call (B:/~BUN/root/src/entrypoints/cli.js:4778:7630)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:05:15.035Z"}]

Code Example

[{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:28:12.888Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T22:00:59.884Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:03:23.063Z"},{"error":"Error: File does not exist. Note: your current working directory is D:\\Danil\\Cloud\\Git\\work\\whimsy\\undead-steam.\n    at call (B:/~BUN/root/src/entrypoints/cli.js:4778:7630)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:05:15.035Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description It acts like a lazy ass. Skipping my rules and doing nonsense instead of reasoning carefully about what I ask it to do. It even couldn't follow skill setps without skipping steps. Useless

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.1.112
  • Feedback ID: c0726d50-ea8e-469a-bdca-d5bb457f616b

Errors

[{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T17:28:12.888Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T22:00:59.884Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:03:23.063Z"},{"error":"Error: File does not exist. Note: your current working directory is D:\\Danil\\Cloud\\Git\\work\\whimsy\\undead-steam.\n    at call (B:/~BUN/root/src/entrypoints/cli.js:4778:7630)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T23:05:15.035Z"}]

extent analysis

TL;DR

Check the current working directory and file paths to ensure they are correct, as the "File does not exist" error suggests a potential issue with file accessibility.

Guidance

  • Verify that the current working directory D:\\Danil\\Cloud\\Git\\work\\whimsy\\undead-steam is correct and that the required files are present in this directory or its subdirectories.
  • Review the makeRequest function in cli.js to understand how requests are being made and why they might be getting aborted, potentially due to incorrect file paths or network issues.
  • Ensure that the Request was aborted errors are not related to a network connectivity problem or a server-side issue by checking the server status and network connection.
  • Consider checking for any recent changes in the code or environment that might have introduced these errors.

Notes

The provided information does not specify the exact steps or rules that are being skipped, making it difficult to provide a precise fix. The errors suggest issues with file accessibility and request aborts, which could be related to various factors including but not limited to network connectivity, server status, or incorrect file paths.

Recommendation

Apply workaround: Check and correct file paths and directories to ensure that all necessary files are accessible, and investigate network connectivity and server status to address the "Request was aborted" errors.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Claude skips steps in multi-step instructions and ignores user constraints [1 comments, 2 participants]