Tinker AI
Read reviews

#monorepo

4 items tagged #monorepo.

GUIDE 2026-05-11

Claude Code in a monorepo: directory roots, CLAUDE.md, and not getting lost across packages

Starting Claude Code at the wrong directory in a monorepo costs you context. Here's how to manage session roots, per-package CLAUDE.md files, and cross-package edits without losing your mind.

GUIDE 2026-04-21

Aider in a monorepo: scoping context to one package without losing the cross-package picture

Aider's --subtree-only flag is necessary but not sufficient. Here's the four-file pattern for keeping aider focused on one package while still letting it see shared types.

Owner · 8 min #aider #monorepo
GUIDE 2026-03-29

Cursor in a bun or pnpm monorepo: making the indexer not lose its mind

Cursor's codebase indexer expects npm workspace conventions. Bun and pnpm monorepos work but need configuration to avoid indexing duplicates and stale node_modules.

Owner · 4 min #cursor #monorepo
BLOG 2026-02-29

The monorepo tax on AI coding tools

AI coding tools work better on small repos than large ones. The gap shows up in specific places. Here's where, and what to do about it.

Owner · 4 min #monorepo #tooling