monorepo
22 articles about monorepo in AI news
How Claude Code scales to 500K+ line monorepos
Claude Code handles 500K+ line monorepos via hierarchical context management using AST parsing and git history, achieving 94% accuracy on multi-file edits.
Claude Code's New Repo-Resolver Fixes Monorepo and Remote URL Headaches
Claude Code's runtime now uses a unified repo-resolver package, providing consistent project identification across all its services and correctly handling monorepos and various git remote URL formats.
Grounded Code: 10 principles to cut AI agent re-derivation cost
Grounded Code final article proposes 10 principles across 3 clusters to reduce AI coding agent re-derivation cost, with one audit correction: a 3,110-line orchestrator file.
Google CodeWiki Turns GitHub Repos Into Interactive Docs
Google launched CodeWiki, turning any GitHub repo into interactive docs with diagrams, tutorials, and a chatbot. It differentiates by structure over file summarization.
OpenCode vs Claude Code: What the 2026 Comparison Means for Your CLI Workflow
A new competitor validates Claude Code's terminal-first philosophy, but Claude's mature MCP ecosystem and proven local execution capabilities remain key differentiators for developers.
Windsurf AI Adds 'Clone GitHub Repo' Feature for Code Context
Windsurf AI now lets users clone a GitHub repository directly within the tool. This allows its AI to answer questions about the repo and use its code snippets to assist in building new artifacts.
How to Manage Multiple Claude Code Sessions with Harness and Preview
Two actionable tools to solve the core productivity bottlenecks when running multiple Claude Code agents: session management and review speed.
Claude Code Best Practice Repo Hits 19.7K Stars with 84 Anthropic Tips
A GitHub repository called 'claude-code-best-practice' has amassed 19.7K stars by compiling 84 production tips from Anthropic's Claude Code creators. It provides a full open-source framework for moving from basic usage to advanced agentic workflows.
Graphify: Open-Source Tool Builds Knowledge Graphs from Code & Docs in One Command
Developer shipped Graphify, an open-source tool that builds queryable knowledge graphs from code, docs, and images in one command. It uses a two-pass pipeline with tree-sitter and Claude subagents, achieving 71.5x fewer tokens per query versus reading raw files.
How to Decode Anthropic's Press Releases for Better Claude Code Updates
Claude Code users should learn to filter Anthropic's technical announcements for actionable updates on model capabilities, context windows, and API pricing that affect daily development.
The Senior Engineer's Guide to CLAUDE.md: From Generic to Actionable
Transform your CLAUDE.md from a vague wishlist into a precise, hierarchical configuration file that gives Claude Code the context it needs to execute complex tasks autonomously.
scan-for-secrets 0.2: Streamline Your Security Workflow with New CLI Options
Simon Willison's scan-for-secrets 0.2 adds streaming output, multi-directory scanning, and file-specific options that developers can use immediately in Claude Code workflows.
BlogCast MCP: Publish to Dev.to, Hashnode, and Medium with One Claude Code Command
An open-source MCP server that turns Notion into a publishing hub, letting you deploy blog posts to multiple platforms with a single sentence to Claude.
Claude Code's Hidden Token Cap: How to Work Around It and Stay Productive
Anthropic is silently reducing effective context window via token inflation. Here's how Claude Code users can adapt their workflows to maintain productivity.
Master CLAUDE.md & /init: The 2-Minute Setup That Cuts Claude Code Prompting by 80%
Stop repeating project context. Use CLAUDE.md files and the /init command to give Claude Code persistent memory about your codebase, tech stack, and coding style.
Cursor Launches Instant Grep: Millisecond Local Search Across Millions of Files
Cursor has launched Instant Grep, a local search tool that performs millisecond-level regex searches across millions of files. The feature is integrated into the Cursor IDE, targeting developers needing fast, offline code navigation.
Stripe's MCP Server: The One Feature That Makes It Worth Installing for Developers
Stripe's official MCP server includes live documentation search—letting Claude Code answer Stripe API questions without tab-switching during development.
How This Developer Migrated a Full Laravel App in 8 Hours with Claude Code's TDD Pipeline
A developer completed a complex Laravel-to-custom-framework migration in one Claude Code session using a TDD-first approach and reusable skills.
How the New Claude Certified Architect Exam Reveals Best Practices for Claude Code
Anthropic's new certification exam outlines the core principles for effectively using Claude in development, which you can apply directly to your Claude Code workflow.
How to Give Claude Code a Persistent Brain with Obsidian and 8 Custom Commands
Use an Obsidian vault as a project brain for Claude Code, with custom commands to resume work, maintain context, and enable parallel agent execution.
Claude Code's 1M Context Window Is Now GA — And It's Priced Like Regular Context
Claude Opus 4.6 and Sonnet 4.6 now support 1M tokens with no long-context premium, making massive codebase analysis cheaper than competitors.
How Claude Code's New Context Import Feature Eliminates Manual File Uploads
Claude Code now lets you import entire project contexts automatically, eliminating manual file uploads and making Claude instantly aware of your codebase structure.