CLAUDE LABJP
COGNI — Cognizant and Anthropic expanded their partnership on July 27 to bring Claude to enterprise clients through a wider delivery footprintTUNNEL — MCP connectors gained embedded UI, enterprise-managed auth, observability, and private network tunnels, so internal services can be reached without exposing them publiclyOSS — Anthropic said it does not support banning open-source AI, while calling for targeted legal and commercial frameworks to prevent illicit model distillation (July 28)PACING — More than 1,100 employees across OpenAI, Anthropic, Google, and Meta signed a letter asking the US government to build tools for a verifiable international pacing mechanismOPUS5 — Opus 5 reportedly doubles Opus 4.8 on Frontier-Bench v0.1 and surpasses Fable 5 on OSWorld 2.0 at roughly one-third the costFABLE5 — Fable 5 plan access was finalized on July 20: Max and Team Premium include it up to 50% of weekly limits, while Pro and Team Standard move to metered creditsCOGNI — Cognizant and Anthropic expanded their partnership on July 27 to bring Claude to enterprise clients through a wider delivery footprintTUNNEL — MCP connectors gained embedded UI, enterprise-managed auth, observability, and private network tunnels, so internal services can be reached without exposing them publiclyOSS — Anthropic said it does not support banning open-source AI, while calling for targeted legal and commercial frameworks to prevent illicit model distillation (July 28)PACING — More than 1,100 employees across OpenAI, Anthropic, Google, and Meta signed a letter asking the US government to build tools for a verifiable international pacing mechanismOPUS5 — Opus 5 reportedly doubles Opus 4.8 on Frontier-Bench v0.1 and surpasses Fable 5 on OSWorld 2.0 at roughly one-third the costFABLE5 — Fable 5 plan access was finalized on July 20: Max and Team Premium include it up to 50% of weekly limits, while Pro and Team Standard move to metered credits
TAG

Monorepo

4 articles
Back to all tags
Related:
claude-code3pnpm2workflow2Claude Code1hooks1Security1Operations1settings1cli1turborepo1workspaces1developer-tools1
Claude Code/2026-07-30Advanced

You Added a Second Working Root — Now Ask How Far Your Ignore Rules and Deny Patterns Actually Reach

Adding a working root mid-session does not carry your ignore rules or deny patterns with it. Measured evidence from git check-ignore and a three-way matcher comparison, plus the scope-delta audit script I now run from the DirectoryAdded hook.

Claude Code/2026-04-27Intermediate

Using Claude Code in a pnpm Monorepo — Combining --filter with dlx

Running Claude Code in a pnpm monorepo? It often touches files in packages you didn't ask about. Here's how to scope work properly with --filter, when dlx is dangerous, and what to put in .claude/settings.json so confirmation dialogs stop interrupting you.

Claude Code/2026-04-25Intermediate

Editing Multiple Repositories at Once With Claude Code --add-dir

How to use Claude Code's --add-dir flag to edit multiple repositories in a single session. Practical patterns for cross-repo API changes, shared utility refactoring, and keeping docs in sync with code.

Claude Code/2026-03-23Intermediate

Claude Code × Monorepo Development — Streamlining Large-Scale Projects with Turborepo and pnpm Workspaces

Learn how to supercharge your monorepo workflow with Claude Code. Covers CLAUDE.md configuration for Turborepo and pnpm Workspaces, cross-package refactoring, dependency management, and practical tips for large-scale codebases.