You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add unannotated symbol detection to lint command
ccg lint now also reports functions, classes, and types that have no
annotations. Test nodes are excluded since they don't need annotations.
Example output:
Unannotated symbols (3) — no @intent or other annotations:
internal/auth/login.go::Login
internal/payment/pay.go::Pay
pkg/service.go::Config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments