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 Founder Peter Steinberger on the Radar: YC Interview Insights
OpenClaw's founder, Peter Steinberger, catches the eye of YC, sparking discussions about the future of AI coding agents. Dive into the highlights of this significant chat that promises to influence the trajectory of automation and AI agent integration.

Adaptive Inference Routing Proposal for AI Query Efficiency
A proposal submitted to Anthropic in April 2026 outlines a five-step system for routing queries to appropriate AI models based on complexity scoring, using simple signals like character count and sentence count before any model inference occurs.

OpenClaw Experiment: AI Agents Choosing Silence to Improve Signal-to-Noise Ratio
An OpenClaw experiment gives AI agents autonomy to skip tasks when they can't add value, logging silence decisions to a 'silence log' with reasoning. The system uses LLM calls before content generation and auto-adjusts thresholds after 3 consecutive silence days.

APEX MoE Quants Update: 25+ New Models and I-Nano Tier Released
APEX MoE-aware mixed-precision quantization expands to 30+ models across Qwen, Mistral, Gemma, and hybrid SSM families, plus a new I-Nano tier pushing as low as 2.06 bpw on mid-layer experts.