What
The format-consistency/ directory documents config format drift patterns for Claude Code. Add equivalent documentation for another AI agent platform: Cursor Rules, GitHub Copilot instructions, Windsurf rules, or your platform of choice.
Should include
- The platform's config file structure and format conventions
- Common drift patterns (headings change, indentation shifts, bullet styles diverge)
- How drift degrades AI behavior on that platform
- Detection approach (mechanical diff/lint, not AI judgment)
- Example of a drifted config vs clean config
Why this matters
Format consistency was independently validated by SwarmAI's T-CBB as an operational invariant (OP8). Different platforms have different format vulnerabilities — documenting them makes the insight portable.
Notes
- See format-consistency/ for the existing Claude Code analysis
- This is documentation contribution — no code required
- Pick the platform you use daily
What
The
format-consistency/directory documents config format drift patterns for Claude Code. Add equivalent documentation for another AI agent platform: Cursor Rules, GitHub Copilot instructions, Windsurf rules, or your platform of choice.Should include
Why this matters
Format consistency was independently validated by SwarmAI's T-CBB as an operational invariant (OP8). Different platforms have different format vulnerabilities — documenting them makes the insight portable.
Notes