spec-sync

CorvidLabs/spec-sync
β˜… 5 stars Rust Code/Dev Tools Updated today
πŸ“ Bidirectional spec-to-code drift detection. Rust CLI and MCP server that catches undocumented exports and vanished symbols in CI.
View on GitHub β†’ πŸ” Audit Wallet Slippage β†’

Quick Install

Copy the config for your editor. Some servers may need additional setup β€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spec-sync": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "spec-sync"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Turn requirements into module contracts that fail CI when code driftsβ€”without losing the decisions and evidence around the fix.** Rust Β· single binary Β· 33 languages Β· no SpecSync API key required </div> --- Start with product intent in `specs/auth/requirements.md`: ```markdown

Tools (1)

revoke_all_sessions

Topics

ai-agentsai-codingciclicode-qualitydeveloper-toolsdocumentationdocumentation-testingfledgegithub-actionsmcprustspec-driven-developmentstatic-analysis