In my previous post, I mentioned exploring agentic workflows with Google Antigravity. Today, we put that partnership to the test with a significant architectural change: removing Node.js.
For years, this Jekyll site relied on Grunt (running on Node.js) to compile LESS files into CSS. While useful back in the day, it added unnecessary complexity. To run a simple static site, I needed npm, node_modules, and a Gruntfile.js.
I asked the agent to remove this dependency. Instead of just blindly deleting files, the agent:
main.css.package.json, Gruntfile.js, and the entire node_modules folder.The result is a pure, lightweight Jekyll site. No npm install, no build scripts—just Ruby and standard CSS. It was a seamless transition, executed perfectly by the AI agent, proving that complex refactoring tasks can be handled autonomously.