Skip to content

Instantly share code, notes, and snippets.

View juanandresgs's full-sized avatar

JAGS juanandresgs

View GitHub Profile
@juanandresgs
juanandresgs / synapse_convention_review.py
Created February 9, 2026 23:18
Synapse Convention Review & Migration Tool — AST-based linter with --fix mode + interactive convention reviewer for 11 dimensions
#!/usr/bin/env python3
"""
Interactive convention review and migration tool for Synapse.
Scans the codebase for 11 convention dimensions, presents statistics,
collects user decisions, and generates migration artifacts.
@decision DEC-CONV-001
@title Convention review tool architecture
@status accepted