Part 2 of the agent-standards-as-code series. Part 1 made the case for versioning your AI standards as code. This post makes them work across tools and operating systems. Code pinned at v0.2.
In part 1 we put our AI coding standards in one git repo and auto-synced them into Cursor. Great — until a teammate says "I use Claude Code," another says "we're on Copilot in VS Code," and half the team is on macOS while you're on Windows.
If your standards only work in one tool on one OS, they're not really team standards. Here's how v0.2 fixes that.
The portability problem
Each tool reads its config from a different place, in a slightly different format:






