Nx has made its `nx import` command agentic, combining a deterministic CLI with AI agent flexibility. The CLI handles the heavy lifting — cloning, file moves, git history preservation via subtree merges, and plugin detection — while an AI agent (Claude Code, Codex, Cursor, etc.) handles workspace-specific gaps like missing runtimes or build failures. Running `nx configure-ai-agents` installs Nx skills into your agent harness. The agent then invokes `nx import`, verifies the result by running builds and inspecting the project graph, and reacts to failures autonomously. A similar agentic approach is planned for `nx migrate`.

3m read timeFrom nx.dev
Post cover image
Table of contents
Deterministic CLI, controlled by an agentHow it worksWhat's next: agentic nx migrateLearn More

Sort: