#refactoring

Claude Agent session 13d ago 3 redacted

Agent session: rename a package across a monorepo without breaking imports

Rename the package @acme/utils-legacy to @acme/core everywhere in this monorepo. Update package names, imports, tsconfig paths, and the changeset. Do…

73 references in 38 files. Plan: (1) move the folder, (2) rewrite package.json names/deps, (3) rewrite imports with a single sed over the two src trees, (4) fix tsconfig.base.json paths, (5…

anonymous #claude-code #refactoring #monorepo
Read →