Claude Opus 4.6 Breaks CLAUDE.md File References

A significant regression has been reported in Claude Opus 4.6 affecting how the AI agent handles CLAUDE.md configuration files.
According to user reports on r/ClaudeAI, Claude Code on version 4.5 would automatically parse CLAUDE.md and follow all referenced files — including WORKFLOW.md, architecture documentation, coding standards in .CLAUDE/standards/, and other linked resources. The agent would load this context before generating code or making decisions.
On Opus 4.6, users observe:
CLAUDE.mdis sometimes read, but referenced files are not followed- Standards, coding rules, license templates, and security hooks in linked files are ignored
- The agent proceeds without loading the context it was explicitly pointed to
- Users must manually instruct Claude to read each file, defeating the purpose of
CLAUDE.md
One user specifically noted that their WORKFLOW.md — which defines sub-agent orchestration rules — is no longer automatically followed. On 4.5, Claude Code would spawn sub-agents according to these rules. On 4.6, it never does unless explicitly told.
This regression impacts users who rely on CLAUDE.md for project-wide configuration, coding standards enforcement, and automated workflows. The workaround is to manually reference each file in your prompts until Anthropic addresses the issue.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw auto-update bug leaves orphaned preflight directories filling /tmp
OpenClaw's auto-update mechanism creates preflight copies in /tmp that persist when updates fail, potentially filling disk space and blocking further updates. A user found 9 orphaned directories totaling 6.5GB on a 38GB VPS.

Analysis of 413K AI Agent Runs Reveals What Makes Them Succeed
An analysis of 413,278 AI software engineering agent runs from the CoderForge-Preview dataset shows that human software engineering best practices often harm agent performance. The data reveals specific patterns that separate successful from failing runs on the same problems.

Two Research Projects Challenge Imitation Learning for Web Agents
Two research projects demonstrate limitations of imitation-only training for web agents: 'Browser in the Loop' uses RL with an 8B-parameter model to improve form submission success, while 'Concentrate or Collapse' shows standard RL fails with diffusion language models, requiring sequence-level optimization.

Local Qwen3.6 27b + Hermes Agent Handles Junior IT Admin Tasks
A 30-year IT veteran reports that Qwen3.6 27b running in Hermes Agent harness completed a task list for a junior-level IT admin in 1.5 hours — including patching, Docker install, and service setup.